Hi,
Here's a small post-freeze bugfix for Tails 0.15 which fixes the
gpgApplet menu issue reported when using the Windows XP camouflage.
Branch: bugfix/gpgApplet_menu_in_bottom_panel
Ticket:
https://tails.boum.org/todo/fix_gpgApplet_with_Windows_camouflage/
commit 77b7868e924c1a34e46890544116ccc6836760c4
Author: Tails developers <amnesia@???>
Date: Thu Nov 15 13:10:45 2012 +0100
Let GTK handle menu positioning.
Our custom menu positioning functions do not add anything of value,
and in fact make the menus unusable when the status icon is in a panel
located on the bottom of the screen. That made gpgApplet unusable when
Windows XP camouflage was activated. GTK seems to have logic for
handling this so dropping the functions instead of making them handle
this case seems like the ideal solution.
Cheers!