Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199584 - gnome-power-manager 2.20 has useless --enable-keyring
Summary: gnome-power-manager 2.20 has useless --enable-keyring
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-18 20:13 UTC by Colin Macdonald
Modified: 2007-11-19 09:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Macdonald 2007-11-18 20:13:35 UTC
The configure call in the ebuild for gnome-power-manager-2.20-r1 passes parameter  --enable-keyring.  This is no longer present in the source.  AFAICT, --enable-actions-menu doesn't do anything either:

cbm@aconite ~/src/gnome-power-manager-2.20.0 $ ./configure --help | grep action
cbm@aconite ~/src/gnome-power-manager-2.20.0 $ ./configure --help | grep key   
cbm@aconite ~/src/gnome-power-manager-2.20.0 $ 


In previous versions (at least 2.18), --enable-keyring actually did something which I didn't want (namely locking my keyring on hibernate).  However, it seems in 2.20 this is controlled by gconf keys rather than at configure time:
/apps/gnome-power-manager/lock/gnome_keyring_hibernate
/apps/gnome-power-manager/lock/gnome_keyring_suspend
Comment 1 Rémi Cardona (RETIRED) gentoo-dev 2007-11-19 09:28:19 UTC
Done. Thanks for the report :)