-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
VSCodium Wayland using Wayland icon instead of app icon #2127
Comments
That's odd. The icon doesn't seem to be changed 🤔 . Made it copy to the "normal" icon place in linux now too. @y0nei can you try the new version in the AUR? |
Yea now it has the correct icon lol, but why is the desktop file named |
Lol great
|
Ehrm ill investigate the naming thing tomorrow
|
Wayland requires icons to be in the standard XDG directory as far as I can tell, its icon spec is weird and doesn't at all follow X11's. Not sure about the naming thing because I haven't touched the package in a while, totally forgot I was even the maintainer |
@y0nei |
Hmm that's funny, just now from that update that fixed the icon issue had the |
@daiyam manages those two packages, and it doesn't seem to be fixed just yet. |
@daiyam I think this is a problem that I fixed on flatpak by a patch https://github.com/flathub/com.vscodium.codium/blob/master/patches/package.json.patch the problem is that the app is reporting a different desktopName then gnome/kde or another wayland compositor try to use that name to match the icon. |
if you use gnome you can use looking glass to inspect the window properties https://wiki.gnome.org/Projects/GnomeShell/LookingGlass wmclass needs to match with the desktopName in order to load the correct icon |
Describe the bug
This issue popped up just recently, not sure which update but this wasnt the case before.
This doesnt happen with
code-oss
, package installed via pacman and AUR, both have same issue.Please confirm that this problem is VSCodium-specific
Please confirm that the issue/resolution isn't already documented
To Reproduce
Steps to reproduce the behavior:
Expected behavior
App having the previous assigned icon.
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: