LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Lite Tweaks Hibernate/Suspend Buttons (Not Working)
#1
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...
Reply
#2
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


Reply
#3
Just tested this via Lite Tweaks and it still works fine. Must be some quirk on that one machine.
Reply
#4
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...........
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)