After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 331446 - gnome-power-manager could use configure option to disable action menu items
gnome-power-manager could use configure option to disable action menu items
Status: RESOLVED FIXED
Product: gnome-power-manager
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Power Manager Maintainer(s)
GNOME Power Manager Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-02-16 18:32 UTC by Ray Strode [halfline]
Modified: 2006-02-16 20:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ray Strode [halfline] 2006-02-16 18:32:06 UTC
Hi,

In the long term we should really think about getting the various power manager actions integrated into the gnome-panel menus/dialogs.  One useful step in that direction would be a configure time option to disable the gnome-power manager actions from the battery power notification icon.
Comment 1 Richard Hughes 2006-02-16 18:45:51 UTC
Yes agreed, I got this one.
Comment 2 Richard Hughes 2006-02-16 20:23:14 UTC
2006-02-16  Richard Hughes  <richard@hughsie.com>
 * configure.in: Add --enable-actions-menu=no so we can disable the menu at compile time. Fixes bug #331446
 * src/gpm-manager.c (gpm_manager_init): Only add actions to the tray icon if ACTIONS_MENU_ENABLED is enabled.