Do You Too Have Mouse Cursor Envy?
Does it look like this?
When running a default Firefox flatpak package install, is your mouse so small it’s almost invisible? Did you try all the nixos linking of “icons” paths, filesystem permissions for flat pack, and variable assignments like XCURSOR_PATH
without success?
I too read every article on the forums, reddit posts, and random github issues with all these “solutions” that did not work for me.
What Fixed It?
Don’t worry, it’s not a little blue pill…
For me, there where 2 options in Flatseal that fixed my “incredibly averaged sized” mouse cursor. These 2 options are on by default:
Turn those off and close Firefox and reopen firefox. This should fix your size issue.
Lurking Variables
I am using home-manager and I did install 2 packages that could have affected things in combination with turning off of the Wayland and fallback options:
pkgs.xsettingsd
pkgs.xorg.xrdb
I will remove these from my home.nix
and do some testing to make sure they aren’t needed and report back here if I find something else does affect the mouse scaling issue.
Firefox Flatpak with Wayland
I am guessing it is possible to get the mouse to the correct size with the default Wayland options since it looks like a scaling and cursor issue. If anyone has NixOS and a default Firefox Flatpak install working I’d like to know. If you also have home-manager working with it, even better.