Comment 1 for bug 282613

Revision history for this message
Oliver Grawert (ogra) wrote :

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);
++ }