My system shuts down when I push te power button instead of suspending like most laptops. There are many complex forum solutions for that on the net, but I like to solve it with this command:
"gsettings set org.gnome.settings-daemon.plugins.power button-power suspend;"
The only problem is lubuntu uses LXQt now, so the result is: No such schema “org.gnome.settings-daemon.plugins.power”...
My question, what would be the equilavent gsettings command for lubuntu 18.10? Thanks for any idea's offered.
lxqt-leave --suspend. You could bind that to an convenient keyboard shortcut such as meta+L (where meta is the Super or Windows key). After logging out and logging back in (just to be sure the command is registered with the system), pressing Meta+L would bring up a small dialog window asking if you really want to suspend. – DK Bose Dec 03 '18 at 12:32