-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Mouse cursor changes theme when over the alacritty window #21
Comments
This is also probably related to this issue. I noticed that if I open |
I'm not sure if the alacritty/snap/local/custom-wrapper Line 6 in 45473e9
I think the wrapper is "undoing" what I see that it is being unset to allow for a user to manually set their preferred themes, but (if this is what is causing the mouse issue for normal usage) I think that is an issue to fix upstream in snapcraft-desktop-helpers. Perhaps the custom values that the desktop-launch wrapper uses should be appended (since the environment variable is a list, from my understanding). |
A temporary fix, @chasinglogic (and anyone else who is bothered by this), is to set the XCURSOR_THEME variable before launching Alacritty. You can do this by using |
This change breaks the cursors on my system (see #29 (comment) ). |
@JamesH - sorry for the ping - any ideas on this one? |
It seems like this line from snapcraft-desktop-helpers is causing me issues: https://github.com/ubuntu/snapcraft-desktop-helpers/blob/master/common/desktop-exports#L77 , |
@kenvandine is this something you're able to look at? |
With the fix merged in #29 I can't reproduce the original issue and the cursor does seem to do the right thing for me. I'm on a pretty stock 24.04 system with the default theme. @aftuw what is your setup like? |
I am using Ubuntu 22.04 with KDE (Kubuntu). |
Describe the bug
My mouse cursor changes to a weird default white one when over the Alacritty window. This does not happen with other snaps installed on the system like Firefox.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Screencast.from.2024-04-30.18-03-47.webm
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: