Xubuntu 20.04 unable to change cursor size
Solution 1:
Disclaimer: I am under gnome, so some of the items below are best guesses.
Some others also described occasional weird behavior.
So I will: 1) Give possible solutions. 2) Ask you to post some info. 3) Give sources.
Possible Solutions
Perhaps you already applied some of these.
-
Reboot (trivial)
-
Execute (you may need
xorg-xrdb
as per the not-so-old reference; in my systemdpkg -S /usr/bin/xrdb
returnsx11-xserver-utils: /usr/bin/xrdb
)$ xrdb ~/.Xresources
to load the configuration.
-
Add
xrdb ~/.Xresources
to~/.xinitrc
or.xprofile
. -
Use
xconf-query
("In most cases, any modifications will immediately be propagated to respective applications.")$ xfconf-query --channel xsettings --property /Gtk/CursorThemeSize --set <cursor_theme_size>
-
Set/modify in
~/.Xresources
alsoXcursor.theme: <cursor-theme>
to see if has any effect. Combine with settingXcursor.size
. Cursor size may respond differently with other cursor themes. I am not sure this is exactly the same as in Settings -> Mouse and Touchpad -> Theme -> Cursor size. Perhaps one is equivalent to the other, plusxrdb ...
to load the configuration... -
Set environment variable
XCURSOR_SIZE
for a specific application. -
Try changing the cursor size with the default Window Manager.
Requested extra info
-
Post the output of
$ xrdb -query
-
Which cursor theme are you using (not all support changing the cursor size)? Which is the size you are having, and what you want to have?
Sources
- https://forum.xfce.org/viewtopic.php?id=12578
- https://forums.linuxmint.com/viewtopic.php?t=307516
- https://wiki.archlinux.org/title/Cursor_themes
- https://archived.forum.manjaro.org/t/cannot-change-mouse-cursor-size-in-xfce/62573/5
- https://www.funtoo.org/Package:Xfce4-settings