https://bugs.kde.org/show_bug.cgi?id=397971
Bug ID: 397971 Summary: Mouse button settings (handedness) lost after suspend to RAM Product: plasmashell Version: 5.13.4 Platform: Fedora RPMs OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: k...@davidedmundson.co.uk Reporter: slartibar...@gmail.com CC: plasma-b...@kde.org Target Milestone: 1.0 I am using a script in ~/.config/autostart-scripts/kde_init.sh which runs at plasma-startup (and can also be found as script-entry in systemsettings/autostart). This script calls 3 other scripts for setup of touchpad and mouse parameters, esp. the handedness of the mouse (left handed) by calling for example [..] xinput set-prop $mouseId "libinput Left Handed Enabled" 0 [..] Since upgrade to fedora28/plasma 5.13, the following problem occurrs: - initial startup of plasma is ok, mouse settings are applied - suspend laptop to RAM - wake up again - mouse settings are gone, mouse operates as right-handed mouse. Yes, i can manually call the script again, then my settings are of course reapplied. But, up to fedora27 this approach was valid and even suspend did not override the settings Questions: - is it possible to run my init script automatically after suspend/wakeup? - even better... could this bug be fixed, so that the settings survive a suspend/wakeup cycle? -- You are receiving this mail because: You are watching all bug changes.