-
-
Notifications
You must be signed in to change notification settings - Fork 692
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Icon not being set on Ubuntu via ebiten.SetWindowIcon() #3202
Labels
Comments
Did you call ebiten.RunGame? |
Yes - it seems to have troubles either way. |
Could you try
? |
Icon changes don't seem to apply using that either. Screencast.from.2025-02-26.19-10-14.mp4 |
What desktop environment are you using? |
GNOME 46 (on Wayland) on Ubuntu 24.04 |
Thanks, I'll take a look later |
I'm afraid Wayland is not supported well so far. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Ebitengine Version
v2.8.6
Operating System
Go Version (
go version
)1.23.4
What steps will reproduce the problem?
Add the following code to generate an icon and set it:
What is the expected result?
The application icon to be set.
What happens instead?
The application icon just seems to stay as the default icon on GNOME:

Anything else you feel useful to add?
I'm not sure if this is just specific to Ubuntu or whether it would affect other distros as well. I'm aware that I should in reality be setting the icon with a
.desktop
file for the game - it just seems like it should be working as it does on Windows as I presume.The text was updated successfully, but these errors were encountered: