GNOME Bugzilla – Bug 166302
Run application menu item not updated.
Last modified: 2015-03-24 13:00:49 UTC
Please describe the problem: When attempting to lock down various parts of the desktop, the panel appears to allow disabling the run applications menu with this GConf key: /desktop/gnome/lockdown/disable_command_line When the key is enabled and the user selects 'Run application' the dialog does not appear, but the Run application menu item is not updated to reflect this option, it should either be made insensitive, or hide the menu entry like 'disable log out' and friends. Steps to reproduce: 1. Toggle gconf key:/desktop/gnome/lockdown/disable_command_line 2. See that the 'Run Applications' menu item does not update status to reflect change. Actual results: Expected results: Does this happen every time? Other information: Panel is version 2.9.90
Thanks for noticing. Should be easy to fix.
2005-02-04 Vincent Untz <vincent@vuntz.net> Recreate the applications menu when the disable_command_line gconf key is changed so that "Run application" is shown/hidden. Fix bug #166302 * panel-menu-bar.c: (panel_menu_bar_recreate_menus): new, recreate both applications & desktop menus (panel_menu_bar_recreate_desktop_menu): removed (panel_menu_bar_instance_init): updated (panel_menu_bar_finalize): updated