Open Nightwing0815 opened 1 year ago
This is deliberate. At the moment these icons are hardcoded to match common actions to avoid having full color icons show up alongside symbolic ones: https://github.com/linuxmint/Cinnamon/blob/master/files/usr/share/cinnamon/applets/menu@cinnamon.org/applet.js#L479-L487
currently supported actions: https://github.com/linuxmint/Cinnamon/blob/master/js/misc/util.js#L801-L867
We can add a 'new-tab' entry - I'm surprised it's not there already.
I didn't realize how ugly it looks though - the label should stay aligned with other labels whether there's an icon or not.
Ah okay, I see. Thanks for enlighten me, Michael.
We can add a 'new-tab' entry - I'm surprised it's not there already.
Yep, i was surprised, too. In windows, it is. But that's not an option, to not use mint :smile:
I didn't realize how ugly it looks though - the label should stay aligned with other labels whether there's an icon or not.
Your free to do this :+1:
Apropos ugly: Is there a way, to locally override a single word in the translation files? German translation for root sounds very 1980 or earlier :smile:
ToM
When you modify *.desktop files with a new entry, the icon in context menu is missing, but only in start menu. The linked file in panel will show an icon, but not the right one (better, than nothing). Two examples to reproduce:
firefox.desktop (new entry: open a new tab)
nemo.desktop (open as root)
Don't know, if its a bug or just an error from an user...?!
ToM