the following change in the 84_session_management.patch fixes the issue
(it only hides the shutdown and reboot items, screen locking persists
and works fine)

-+    gtk_widget_show(adata->reboot_item);
-+    gtk_widget_show(adata->shutdown_item);
++    if (!g_getenv ("LTSP_CLIENT")) {
++      gtk_widget_show(adata->reboot_item);
++      gtk_widget_show(adata->shutdown_item);
++    }

-- 
fusa needs to hide shutdown and reboot elements from menu in ltsp sessions
https://bugs.launchpad.net/bugs/282613
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