You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is:
the icons for mouse are not set when hovering onto the cosmic-term window. Sometime the last rendered cursor icon is being kept, some other times it is just invisible.
Im on OpenSuse tumbleweed with gnome.
To fix the problem I had to make a dir named "default" under /usr/share/icons and make a file called index.theme with this content:
[Icon Theme]
Inherits=Adwaita
I was also getting multiple errors of this kind whenever the mouse cursor had to update its icon:
[2024-10-22T09:16:25Z WARN winit::platform_impl::platform::wayland::window::state] Failed to set cursor to Text
[2024-10-22T09:16:26Z WARN winit::platform_impl::platform::wayland::window::state] Failed to set cursor to Default
The problem is:
the icons for mouse are not set when hovering onto the cosmic-term window. Sometime the last rendered cursor icon is being kept, some other times it is just invisible.
Im on OpenSuse tumbleweed with gnome.
To fix the problem I had to make a dir named "default" under /usr/share/icons and make a file called index.theme with this content:
I was also getting multiple errors of this kind whenever the mouse cursor had to update its icon:
I actually know this seems to be a winit related problem and I already reported my issue and fix that I found on this link: https://gitlab.alpinelinux.org/alpine/aports/-/issues/13901
But I think it could be useful to report, mostly for non debian based distro that if im not wrong does not have this default dir.
The text was updated successfully, but these errors were encountered: