Linux Lite Forums
Lite Tweaks Hibernate/Suspend Buttons (Not Working) - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=20)
+--- Thread: Lite Tweaks Hibernate/Suspend Buttons (Not Working) (/showthread.php?tid=5021)



Lite Tweaks Hibernate/Suspend Buttons (Not Working) - Xorcist - 02-22-2018

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...



Re: Lite Tweaks Hibernate/Suspend Buttons (Not Working) - Xorcist - 03-01-2018

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





Re: Lite Tweaks Hibernate/Suspend Buttons (Not Working) - Valtam - 03-01-2018

Just tested this via Lite Tweaks and it still works fine. Must be some quirk on that one machine.


Re: Lite Tweaks Hibernate/Suspend Buttons (Not Working) - stompy - 04-01-2018

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...........