Bug 390714 - Screen edge gesture configuration not written to kwinrc after hitting apply
Summary: Screen edge gesture configuration not written to kwinrc after hitting apply
Status: RESOLVED DUPLICATE of bug 390713
Alias: None
Product: kwin
Classification: Plasma
Component: input (show other bugs)
Version: 5.12.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-19 04:30 UTC by Stefan Brüns
Modified: 2018-02-19 05:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***