Hallo,
mit Linux Mint 21.1 Cinnamon sehe ich kein Symbol in der Taskleiste der geöffneten Programme, das Programm wird berücksichtigt (im Screenshot rechts), aber ohne Symbol.
Freundliche Grüße
Vorab: Eine Lösung habe ich nicht.
Nach einigem Probieren bin ich nun der Meinung das Problem liegt bei Cinnamon.
Ich denke diese Marginalität sollten wir Linux-User einfach erst mal hinnehmen, beobachten und mal ein Cinnamon Update abwarten.
An Java liegt es wahrscheinlich auch nicht, da ich spaßeshalber mal zwei verschiedene Java Versionen ausprobiert habe. Das Icon habe ich mit Gimp auch mal bearbeitet um zu schauen was passiert wenn man die Größe oder den Dateityp ändert.
Vielleicht kann hier ja mal ein MATE User posten ob er das Icon sieht, dass würde meine Vermutung bestätigen.
Mit so was sollte man keine Entwicklungskapa binden denke ich
Bin kein Mint-User, aber vielleicht hilft [SOLVED] Change icon on the panel - dekstop themes - Linux Mint Forums weiter.
Danke für den Hinweis. Der Forumbeitrag bezieht sich allerdings auf die Programmschnellstarter und nicht auf die geöffneten Programme.
Hi,
Sorry, it’s an old thread and in German but I had the exact same issue. It happened also for few other applications, thus I dug a little and here is the fix: in the .desktop file, there is a missing parameter that tells the desktop manager the kind of windows associated.
To fix that (applicable to any other application that shows the issue):
- Launch PP
- Open a terminal
- Type: xprop WM_CLASS and enter
- A cross will appear, select the PP windows
- The terminal will give: WM_CLASS(STRING) = “Portfolio Performance”, “Portfolio Performance”
- In the .desktop file for PP, add that line: StartupWMClass=Portfolio Performance
Et voilà:
Thanks for sharing. Your solution seems to be much more elegant than editing [Desktop Entry] manually like I did last time:
Next time I will use your solution
Actually, you still need to edit the .desktop file. But it may be an improvement in the future to add it in the default .desktop provided by the install (if there is any, I don’t remember exactly how I installed it, it was a long time ago).
I hadn’t found the post you linked. I should have searched first with the StartupWMClass keyword.
But at least you have the method to find the correct StartupWMClass parameter. Note that the first and the second strings returned by xprop WM_CLASS can be different, I don’t remember which one is the one to add in the .desktop file.