You are not logged in.
The default X11 "X" cursor appears before the login screen loads. After that, it's fine until I log in, where it once more shows the "X" cursor until the desktop loads. Is there a way to fix this?
I'm using Gnome and X11.
Offline
I don't quite understand and I am not sure if it will work but you can try.
Years ago I had a similar (or the same?) issue with Void Linux. I am pretty sure the solution was to create ".icons/default/index.theme" file in your home directory.
Here is mine you have to edit it for your themes:
# This file is written by LXAppearance. Do not edit.
[Icon Theme]
Name=Default
Comment=Default Cursor Theme
Inherits=AdwaitaEDIT: I also remember this file "/usr/share/icons/default/index.theme". For me the content is:
[Icon Theme]
Inherits=AdwaitaWhy don't you try LXAppearance? You can delete it after you set you themes.
Report if it works.
Last edited by Anakievs (2024-05-28 17:37:41)
Offline
This isn't the theme, the default cursor of the root window is the "X", not some arrow.
xsetroot -cursor_name left_ptrBut normally your "login screen" and the gnome-session should™ do that, so you'll have to inject it into the session setup scripts (if you're using GDM, it uses a different DISPLAY for itself and the sesssion, this is likely why the shape "resets")
Edit: also you're normally not seeing that because GDM and gnome-shell add desktop-type windows "immedaitely"?
Last edited by seth (2024-05-28 21:11:37)
Offline