|
From: Φ S. Σ. Φ <sna...@gm...> - 2023-01-09 17:50:29
|
I seem to recall a similar issue on a system a while ago with QT and GTK apps not scaling the same - KDE uses QT. Just a guess, but you could try adding the below 5 lines as environment variables - how to do that/location will depend on your setup, I think I edited /etc/environment export QT_QPA_PLATFORMTHEME=qt5ct export QT_AUTO_SCREEN_SCALE_FACTOR=0 export QT_SCREEN_SCALE_FACTORS=1 export QT_SCALE_FACTOR=0 export XCURSOR_SIZE=24 At your own risk, but could just remove if it doesn't help...best of luck ;) On 09/01/2023 14:45, Wido wrote: > Happy new year! I'm having an issue with cursor theme/size. > > I'm not using E's theme, I have selected `application` in settings -> mouse > -> e theme. Then, I have configured my mouse theme and size in KDE system > settings -> appearance cursors. My current cursor size is 24. > > The problem I have is that some applications respect my cursor size, and > others do not, and I don't understand the pattern: > > * Enlightenment and EFL uses size 36 > * Dolphin (kde file explorer) uses size 24 > * Sublime (gtk3?) uses size 36 > * Chrome (gtk3?) uses size 24 > > I tried modifying gtk configfiles in my home, but without success. > > I know this probably is not an E issue and rather a gtk issue, but given > that it _apperas_ like E is following different cursors, I thought this > would be first place to _start_ asking. > > Thanks! > -- Φ SNAKΣ ΣYΣZ Φ |