Bug 399995

Summary: kcm_mouse controls have wrong DPI and widget / color themes
Product: [Applications] systemsettings Reporter: S <sb56637>
Component: kcm_mouseAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED NOT A BUG    
Severity: normal CC: nate, unassigned-bugs
Priority: NOR    
Version: 5.14.0   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: kcm_mouse, wrong DPI and widget / color themes
An example of any other KCM module

Description S 2018-10-18 16:02:47 UTC
Hi, this bug is on openSUSE Tumbleweed with:
KDE Frameworks 5.50.0
Qt 5.11.2 (built against 5.11.2)
The xcb windowing system

The kcm_mouse settings for some reason are much bigger than my configured system DPI (forced to 108) and it uses the wrong widget and color themes. (It appears to be using Breeze, and I use Qtcurve).

I'll attach screenshots.
Comment 1 S 2018-10-18 16:03:17 UTC
Created attachment 115730 [details]
kcm_mouse, wrong DPI and widget / color themes
Comment 2 S 2018-10-18 16:03:44 UTC
Created attachment 115731 [details]
An example of any other KCM module
Comment 3 Nate Graham 2018-10-18 19:42:13 UTC
Just kcm_mouse? How about the workspace KCM or any of the ones in the Appearance category?
Comment 4 Christoph Feck 2018-10-18 20:44:13 UTC
Do you have qqc2-desktop-style installed? The mouse KCM was ported to QtQuick, and only respects the platform QStyle via the qqc2-desktop-style bridge.
Comment 5 S 2018-10-18 21:58:23 UTC
(In reply to Christoph Feck from comment #4)
> Do you have qqc2-desktop-style installed? The mouse KCM was ported to
> QtQuick, and only respects the platform QStyle via the qqc2-desktop-style
> bridge.

Ah, nice catch. That did the trick, thanks!