Bug 390714

Summary: Screen edge gesture configuration not written to kwinrc after hitting apply
Product: [Plasma] kwin Reporter: Stefan Brüns <stefan.bruens>
Component: inputAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: bugseforuns
Priority: NOR    
Version: 5.12.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=380428
Latest Commit: Version Fixed In:

Description Stefan Brüns 2018-02-19 04:30:07 UTC
Starting point:
$> grep -A5 TouchEdges ~/.config/kwinrc
[TouchEdges]
Bottom=ShowDesktop
Left=None
Right=None
Top=None

Systemsettings -> Desktop Behaviour -> Touch Screen
set "Top" to "Application Launcher"
hit "Apply"

$> grep Top ~/.config/kwinrc
Top=None

go back with - All Settings -> Desktop Behaviour -> Touch Screen
set "Top" to "Lock Screen"
hit "Apply"

$> grep Top ~/.config/kwinrc
Top=ApplicationLauncher

go back to with "All Settings"

$> grep Top ~/.config/kwinrc
Top=LockScreen

Also the settings are only propagated to kwin if the dialog is left via "All Settings" -> quit, not when quitting the systemsettings directly using the "(x)" button in the decoration.
Comment 1 Martin Flöser 2018-02-19 05:20:22 UTC

*** This bug has been marked as a duplicate of bug 390713 ***