Issues with the icon and app name in Linux

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
User avatar
Veit Kannegieser
Apollo supporter
Apollo supporter
Posts: 46
Joined: 2019-03-23, 19:16

Re: Issues with the icon and app name in Linux

Unread post by Veit Kannegieser » 2024-11-11, 22:15

mr tribute wrote:
2024-11-11, 20:03
Also, "Navigator" seems like a remnant from the past (Netscape Navigator?).
More like which part of the suite. So a 'xprop -spy' on SeaMonkey could give

Code: Select all

WM_CLASS(STRING) = "Composer", "SeaMonkey"
WM_CLASS(STRING) = "Irc", "SeaMonkey"
WM_CLASS(STRING) = "Navigator", "SeaMonkey"
WM_CLASS(STRING) = "Dialog", "SeaMonkey"
and likely more.

User avatar
mr tribute
Lunatic
Lunatic
Posts: 354
Joined: 2016-03-19, 23:24

Re: Issues with the icon and app name in Linux

Unread post by mr tribute » 2024-11-12, 16:56

Veit Kannegieser wrote:
2024-11-10, 15:04
And matches

Code: Select all

StartupWMClass=Pale moon
in the desktop file. Maybe the blank is a problem?
For what it is worth: Google Chrome has removed blank space from their identifiers

Code: Select all

$ xprop WM_CLASS
WM_CLASS(STRING) = "google-chrome", "Google-chrome"