Summary: | tablet mode value is wrong in kded | ||
---|---|---|---|
Product: | [Plasma] KScreen | Reporter: | Bhushan Shah <bhush94> |
Component: | kded | Assignee: | kscreen-bugs-null <kscreen-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | subdiff |
Priority: | NOR | ||
Version: | git | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/libkscreen/6ba447e9e59da852a514101d8f2fa467c972ff8f | Version Fixed In: | |
Sentry Crash Report: |
Description
Bhushan Shah
2020-03-11 17:00:47 UTC
Git commit 6ba447e9e59da852a514101d8f2fa467c972ff8f by Roman Gilg. Committed on 18/03/2020 at 01:44. Pushed by romangilg into branch 'master'. fix: transfer tablet mode properties Summary: I forgot to copy over the tablet-mode-available and -engaged data from one config to the next one. Because of that the data was not available to the daemon. Also serialize the tablet mode properties in the Serializer. The Serializer is not used on Wayland afaik but if at one point for example the RandR backend gains auto rotation support we need to have it in the Serializer. Test Plan: Manually with hard-coded tablet mode availability in KWin. Reviewers: #plasma, bshah Reviewed By: #plasma, bshah Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D28106 M +2 -0 src/config.cpp M +10 -0 src/configserializer.cpp https://commits.kde.org/libkscreen/6ba447e9e59da852a514101d8f2fa467c972ff8f |