-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
As the title implies, under Wayland, the icon does not get used. Here's what I looks like:
It seems as though notepadqq had the same problem at one point. Specifically due to this:
On X11 the applications exported the window icon as pixmap data. This is no longer possible on Wayland. Instead the compositor maps the window icon from the desktop file and the application announces the desktop file for a window. In Qt this is done by using the reverse domain name combined with the binary name. The domain name is set with KAboutData and defaults to “kde.org”. So for example in the case of kate the desktop file should be called “org.kde.kate.desktop”. So please fix the naming of your desktop files. If you want to test please be aware that this requires Qt 5.5 to work properly.
https://blog.martin-graesslin.com/blog/2015/07/porting-qt-applications-to-wayland/
The fix seems simple enough, will try to open a pull request when I have some time.
