New comment by kostadinsh on void-packages repository https://github.com/void-linux/void-packages/issues/48052#issuecomment-1879831144 Comment: > [Try this?](https://www.linuxquestions.org/questions/slackware-14/firefox-shows-generic-wayland-icon-on-kde-plasma-4175714169/#post6365253) Setting the desktop file name in the special application settings to `firefox` like this fixes the issue, but that's just a workaround: ![Screenshot_20240106_230536](https://github.com/void-linux/void-packages/assets/46091994/c254b54a-1d67-426a-a285-7d01f6b3574c) Other distros don't have this issue. Also noticed that "Window class (application)" appears as "firefox Firefox", which I think should be just "firefox". Which is probably caused by https://github.com/void-linux/void-packages/blob/1129a5bdb274aa93d2b8a6dcf9513cd49b9c22b7/srcpkgs/firefox/template#L216 and https://github.com/void-linux/void-packages/blob/1129a5bdb274aa93d2b8a6dcf9513cd49b9c22b7/srcpkgs/firefox/patches/fix-firefox-desktop.patch#L13 See also: https://www.linuxquestions.org/questions/slackware-14/firefox-slackbuild-needs-moz_app_remotingname%3D-firefox-for-working-taskbar-icons-on-wayland-4175731039/ Edit: I am going to build firefox locally with `MOZ_APP_REMOTINGNAME="firefox"`, and report back.