Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Scaling issue?] Mouse cursor, time applet & workspace numbers applet have different sizes #488

Open
onlyreportingissues opened this issue May 18, 2024 · 4 comments

Comments

@onlyreportingissues
Copy link

Video_2024-05-18_14-19-13.webm

VLC mouse cursor is oversized also (and uses Adwaita mouse icon for some reason). Both Brave & VLC are .rpm packages.

If I remember correctly, the time applet and workspace numbers applet were smaller.

@onlyreportingissues
Copy link
Author

Time applet & workspace numbers applet got the correct sizes again after the recent update.

@aschiavon91
Copy link

Same issue here, and after some searching, I found that setting XCURSOR_SIZE env, to some small value, before running the app with issue, the cursor renders in the correct size.
ex: XCURSOR_SIZE=12 brave-browser

@aschiavon91
Copy link

Also setting gtk-cursor-theme-size in the end of ~/.config/gtk-3.0/settings.ini file, seems to fix the issue.

 echo -n "gtk-cursor-theme-size=24" >> ~/.config/gtk-3.0/settings.ini

@onlyreportingissues
Copy link
Author

onlyreportingissues commented May 19, 2024

Also setting gtk-cursor-theme-size in the end of ~/.config/gtk-3.0/settings.ini file, seems to fix the issue.

 echo -n "gtk-cursor-theme-size=24" >> ~/.config/gtk-3.0/settings.ini

Oh nice, this gave me the idea to try it also for the cursor theme and it works. You can add gtk-cursor-theme-name=Pop to the file and the gtk3 apps will choose then the right cursor theme.

Flatpak apps also show this behaviour, but the fix is simple. After editing the file at ~/.config/gtk-3.0/settings.ini, you can use Flatseal to add this path globally: xdg-config/gtk-3.0:ro. It will allow Flatpak apps to read this config file also & then use the correct values you inserted there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants