Skip to content

Instantly share code, notes, and snippets.

@webgtx
Created March 16, 2025 10:14
Show Gist options
  • Save webgtx/4816f458708aeab2183a428fa3c1ff67 to your computer and use it in GitHub Desktop.
Save webgtx/4816f458708aeab2183a428fa3c1ff67 to your computer and use it in GitHub Desktop.
How to fix tiny cursor on flatpak that runs a wayland session

Add this flatpak environment variable globally

XCURSOR_PATH=/run/host/user-share/icons:/run/host/share/icons

You can do it with a Flatseal if you prefer GUI.

Alternatively, you can copy paste this command to do the job.

flatpak --user override --env "XCURSOR_PATH=/run/host/user-share/icons:/run/host/share/icons"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment