Linux Lite Forums

Full Version: Lite Tweaks Hibernate/Suspend Buttons (Not Working)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a machine that refuses to remove the Hibernate and Suspend buttons from the shutdown dialog after setting them both to hide via Lite Tweaks.


Is there some other way to accomplish this? It wouldn't work in LL 3.6 and I just upgraded to LL 3.8 and it still doesn't appear to work.


However I do have several machines to it works completely fine on... I'm hoping for a manual way to this, maybe editing a file somewhere...
Took a bit of googling, but I finally found a manual way to do this in LinuxLite, its an xfce config thing:

Code:
To manually hide the Suspend button from the log out dialog:

  xfconf-query -c xfce4-session -p /shutdown/ShowSuspend --create --set false --type bool


To manually hide the Hibernate button from the log out dialog:

  xfconf-query -c xfce4-session -p /shutdown/ShowHibernate --create --set false --type bool


* To re-show them, simply change the --set false to --set true


Just tested this via Lite Tweaks and it still works fine. Must be some quirk on that one machine.
i just did a clean install of LL3.8 and have the same trouble. single boot system.

xfconf-query -c xfce4-session -p /shutdown/ShowHibernate --create --set false --type bool

xfconf-query -c xfce4-session -p /shutdown/ShowSuspend --create --set false --type bool

* To re-show them, simply change the --set false to --set true

works like it should now. thanks Xorcist...........