How make the window display the App Icon instead of the default Icon? #133
-
|
I'm using I'm running an single-app container via a custom sh file that exec an AppImage. I checked the AppImage file that contains a However, after the app runs, the default icon is displayed in the upper left corner of the window instead of the app icon. Does it require the app to adapt to WayLand in some way, or can I somehow make the window display the app icon?
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
|
Your app is not conforming to something and is likely running under Xwayland. You said it was an appimage so that might explain part of it. Labwc should work like other DEs, I run wayland on my desktop and all kinds of apps have the wayland icon fallback in the window decoration. |
Beta Was this translation helpful? Give feedback.
-
|
By manually adding the However, the running app in the All of the above are tested in Selkies Desktop. |
Beta Was this translation helpful? Give feedback.
-
|
Are you talking about the selkies-desktop project? That shows desktop icons in the ~/Desktop folder please take a second to read this https://github.com/selkies-project/selkies-desktop. Even without a GPU and just in general the wayland side is the one seeing active development. |
Beta Was this translation helpful? Give feedback.

By manually adding the
/usr/share/applications/org.app.desktopfile, I successfully got thewindow iconto display correctly and the app item to appear in theStart Menu.However, the running app in the
taskbarstill doesn't show an icon, and there's nodesktop iconeither. I don't know what's going on, maybe there are other things that need to be set.All of the above are tested in Selkies Desktop.