Page 1 of 1

[Solved] Missing mouse theme integration in QT applications

Posted: Sun Oct 14, 2018 8:48 am
by dreamer
I'm using Breeze mouse theme from the repos and I'm not seeing any mouse theme integration in QT applications. Anyone else seeing this?
QT apps seem to fallback to "generic" mouse theme.

Re: Missing mouse theme integration in QT applications

Posted: Sun Oct 14, 2018 12:17 pm
by fehlix
dreamer wrote: Sun Oct 14, 2018 8:48 am Anyone else seeing this?
QT apps seem to fallback to "generic" mouse theme.
Works for me. I'm using Capitaine Cursors. :p

Re: Missing mouse theme integration in QT applications

Posted: Sun Oct 14, 2018 12:30 pm
by dreamer
fehlix wrote: Sun Oct 14, 2018 12:17 pm
dreamer wrote: Sun Oct 14, 2018 8:48 am Anyone else seeing this?
QT apps seem to fallback to "generic" mouse theme.
Works for me. I'm using Capitaine Cursors. :p
How do I make it work? ;)

Re: Missing mouse theme integration in QT applications

Posted: Sun Oct 14, 2018 12:53 pm
by dolphin_oracle
on my system, cursor theme changes in Qt will be picked up after a login/logout

tested with "obsidian" mouse cursor theme

Re: Missing mouse theme integration in QT applications

Posted: Sun Oct 14, 2018 2:43 pm
by dreamer
dolphin_oracle wrote: Sun Oct 14, 2018 12:53 pm on my system, cursor theme changes in Qt will be picked up after a login/logout

tested with "obsidian" mouse cursor theme
The integration was only missing in MXPI and other QT programs running as root. KDE is a known "theme breaker" so I proceeded to completely remove a bunch of (maybe 200) KDE related packages in Synaptic. That did the trick. :popcorn: It's kind of strange, but I'm glad it worked.

Re: Missing mouse theme integration in QT applications

Posted: Sun Oct 14, 2018 3:40 pm
by Stevo
Root has its own theming. You'll have to run the appearance settings as root to set the cursor theme--for KDE, "kdesu systemsettings5" if you've set the symlink for kdesu as has been suggested in the past.

Re: Missing mouse theme integration in QT applications

Posted: Sun Oct 14, 2018 5:26 pm
by dreamer
Stevo wrote: Sun Oct 14, 2018 3:40 pm Root has its own theming. You'll have to run the appearance settings as root to set the cursor theme--for KDE, "kdesu systemsettings5" if you've set the symlink for kdesu as has been suggested in the past.
Yes, that's true. I didn't think about that because root GTK apps like Synaptic automatically follow user set mouse theme in XFCE and without KDE installed this is true for root QT apps as well.