Public bug reported:

Binary package hint: gnome-panel

with teh split into two dialogs for logout and shutdown in the system
menu the shutdown item should be hidden on ltsp clients, as it is a no-
op anyway for remote users.

with the following change in panel-menu-items.c the issue is fixed

        item = panel_menu_items_create_action_item (PANEL_ACTION_SHUTDOWN);
-        if (item != NULL) {
+        if (item != NULL && !g_getenv("LTSP_CLIENT")){
                if (!separator_inserted)
                        add_menu_separator (menu);

                gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
        }

** Affects: gnome-panel (Ubuntu)
     Importance: Undecided
         Status: New

-- 
should hide shutdown action on ltsp clients
https://bugs.launchpad.net/bugs/282669
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to