Foggalong / hardcode-fixer

Fixes Hardcoded Icons
GNU General Public License v3.0
287 stars 49 forks source link

Zoom #409

Closed adrummer354 closed 1 year ago

adrummer354 commented 1 year ago
Zoom Zoom Zoom
Application name The Icon attribute in the desktop file Desktop file name
adrummer354 commented 1 year ago

I am not seeing the script fix the icon for the Zoom app for Linux Mint

adrummer354 commented 1 year ago

Using XAppStatusApplet on Mint 20.3 with Cinnamon and Paprius Dark and Hardcorded tray icons and seeing this icon:

https://imgur.com/a/DUrXTIg

Foggalong commented 1 year ago

@adrummer354 Please provide the filename of the launcher and the icon line in that launcher, otherwise this can't be fixed!

adrummer354 commented 1 year ago

I am not sure how to find this information. Where would it be?

Foggalong commented 1 year ago

@adrummer354 Usually in a place like /usr/share/applications/ or ~/.local/share/applications/

adrummer354 commented 1 year ago

Thanks. I found this command to successfully run it:

/usr/bin/zoom %U

it was located in: /usr/share/applications

I am not sure were the icon line would be located.

Foggalong commented 1 year ago

@adrummer354 No so within /usr/share/applications there should be a file called something like zoom.desktop. Within that file there's a line which begins Icon= - it's the name of the file and the contents of that line I need :)

adrummer354 commented 1 year ago

Closing this issue anyway since I've moved away from Mint 20.3 and onto 21.1 which I don't think supports this hardcode tray.

Foggalong commented 1 year ago

@adrummer354 Ah shoot, if it's hardcoded tray icons you want to fix you need hardcode-tray. This repo is a tool for fixing hardcoded application launchers (like in the Mint start menu).