Bug 199584 - gnome-power-manager 2.20 has useless --enable-keyring
Bug#: 199584 Product:  Gentoo Linux Version: 2007.0 Platform: All
OS/Version: Linux Status: RESOLVED Severity: trivial Priority: P2
Resolution: FIXED Assigned To: gnome@gentoo.org Reported By: cbm@m.fsf.org
Component: GNOME
URL: 
Summary: gnome-power-manager 2.20 has useless --enable-keyring
Keywords:  
Status Whiteboard: 
Opened: 2007-11-18 20:13 0000
Description:   Opened: 2007-11-18 20:13 0000
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 From Rémi Cardona 2007-11-19 09:28:19 0000 -------
Done. Thanks for the report :)