codefori / ileditor2-issues

A place where you can search and raise issues for ILEditor 2.
1 stars 0 forks source link

Bug: Linux App Icon not showing #127

Open richardm90 opened 3 years ago

richardm90 commented 3 years ago

IBM i version: V7R4 System: Linux

I've been meaning to raise this for a while but the recent install of 0.8.1 reminded me.

Whenever I install a new version of ILEditor 2 I have to update the desktop file Icon entry to enable the application icon to be shown. I change the Icon entry to the following and this works.

Icon=/opt/ILEditor 2/ileditor2.png

If I look at other apps (that don't have a qualified path to the icon file) they tend to store a series of icon files in the /usr/share/icons folders e.g.

/usr/share/icons/Mint-X/apps/96/google-chrome.svg /usr/share/icons/Mint-X/apps/22/google-chrome.png /usr/share/icons/Mint-X/apps/16/google-chrome.png /usr/share/icons/Mint-X/apps/24/google-chrome.png /usr/share/icons/Mint-X/apps/32/google-chrome.png /usr/share/icons/Mint-X/apps/48/google-chrome.png /usr/share/icons/Mint-Y/apps/96/google-chrome.png /usr/share/icons/Mint-Y/apps/22/google-chrome.png /usr/share/icons/Mint-Y/apps/256@2x/google-chrome.png /usr/share/icons/Mint-Y/apps/16/google-chrome.png /usr/share/icons/Mint-Y/apps/24/google-chrome.png /usr/share/icons/Mint-Y/apps/32/google-chrome.png /usr/share/icons/Mint-Y/apps/32@2x/google-chrome.png /usr/share/icons/Mint-Y/apps/64@2x/google-chrome.png /usr/share/icons/Mint-Y/apps/24@2x/google-chrome.png /usr/share/icons/Mint-Y/apps/96@2x/google-chrome.png /usr/share/icons/Mint-Y/apps/64/google-chrome.png /usr/share/icons/Mint-Y/apps/256/google-chrome.png /usr/share/icons/Mint-Y/apps/22@2x/google-chrome.png /usr/share/icons/Mint-Y/apps/48@2x/google-chrome.png /usr/share/icons/Mint-Y/apps/16@2x/google-chrome.png /usr/share/icons/Mint-Y/apps/48/google-chrome.png /usr/share/icons/hicolor/128x128/apps/google-chrome.png /usr/share/icons/hicolor/64x64/apps/google-chrome.png /usr/share/icons/hicolor/32x32/apps/google-chrome.png /usr/share/icons/hicolor/48x48/apps/google-chrome.png /usr/share/icons/hicolor/256x256/apps/google-chrome.png /usr/share/icons/hicolor/24x24/apps/google-chrome.png /usr/share/icons/hicolor/16x16/apps/google-chrome.png

connorholyday commented 3 years ago

Thanks for this! We'll get this fixed up.