https://bugs.kde.org/show_bug.cgi?id=436504

--- Comment #17 from Arek Guzinski <ker...@ag.de1.cc> ---
Does anyone who is *not* on neon experience this bug? If so, what Distro are
you on? Is it Ubuntu-based?

I still think, this is more likely an issue with systemd (or at least it's
ubuntu-packages), but I can't find anything on their bugtrackers :/

Btw: here is a workaround for the Sleep-shortcut, that might work for some
people. I did work for me before, but not now, because every time the system
wakes up again, some fan decides to spin and not stop until I reboot :( - this
did not happen the last time.

In the shell:
$ sudo -i
$ echo "echo mem > /sys/power/state" > /usr/local/sbin/sleep
$ chmod +x /usr/local/sbin/sleep
$ visudo

This will open /etc/sudoers in vim (do NOT do this manually).
Add the following line somewhere near the bottom (I put it right above the
#includedir statement), replacing USER and HOSTNAME with your user name and
whatever is in /etc/hostname:

USER HOSTNAME   = (root) NOPASSWD: /usr/local/sbin/sleep

close with ESC ZZ

then open systemsettings and navigate to Shortcuts -> Custom Shortcuts
Right Click on some group (or create one) and create a new shortcut (New ->
Global Shortcut -> Command/URL)

Set Trigger to your prefered Sleep shortcut
Set Action to 
sudo /usr/local/sbin/sleep

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to