The wolf on the far right is what happens when you click the wolf that’s the 5th one in.
The wolf on the far right cannot be right-clicked and ‘save to dock.’
Note the dot under that far right wolf: that’s the active browser.
The left wolf is right-clicked and ‘saved to dock’ but is completely useless. All it is capable of doing is launching the duplicate instance.
I know this is an easy fix by probably making names in files match, or similar, but where do I start.
other: nothing at AUR package site about this. I am using Cinnamon.
My goal: one functioning wolf button that is the browser, not two.
Thanks for any help
maybe try to remove the dockitem in the folder
~/.config/plank/dock1/launchers
replace dock1 with the correct dock number if using more than one
and then try readding it.
last time I had an issue with plank like this the only way i could do it was just kill all the current one and create a new one. Seems like I had spent a time trying different suggestions from the search I did and found that was the only one that worked. that was a while ago though.
terminal xprop WM_CLASS
touch the librewolf browser anywhere. Write down what itsays. Mine said ‘librewolf’.
Screw editing all the .desktop files–they all have a CAPITAL L for libre.
I had to find the big daddy in file system:
If you think opening this was a simple as sudo gedit usr/share/applications/LibreWolf, think again.
This is some kind of symlink. Despite what it says, it’s real name’s librewolf.txt.
So now sudo gedit usr/share/applications/librewolf.txt.
The text in the file was StartWMClass=Librewolf.
I edited it to StartWMCLass=librewolf. And saved file.
Lowercase L like xprop told me it was.
Immediately it reverted on desktop:
I don’t think I have to re-edit all those non-Sudo .desktop files in /home do I?