Skip to content

kcms/cursortheme: fix the default theme

Xaver Hugl requested to merge work/zamundaaa/fix-cursor-theme into master
If the config assumes that the default cursor theme is called "breeze_cursors", then it removes
the theme entry from the config file if you select breeze. However, the default is not necessarily
breeze, it's whatever the distro configures as the "default" theme, so other software might not load
the breeze cursor when the "default" theme is set.
To fix that, this commit changes the default for the config to "default", so that the breeze key is
always written.

I didn't find any bug reports or other complaints about this, but this fixes the cursor being wrong for me in Qt apps in the dev session (after explicitly selecting the breeze theme again).

Merge request reports

Loading