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 166302 - Run application menu item not updated.
Run application menu item not updated.
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
2.9.x
Other All
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-04 17:13 UTC by John Ellis
Modified: 2015-03-24 13:00 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description John Ellis 2005-02-04 17:13:57 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
Comment 1 Vincent Untz 2005-02-04 19:59:21 UTC
Thanks for noticing. Should be easy to fix.
Comment 2 Vincent Untz 2005-02-04 20:15:08 UTC
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