Comment 4 for bug 1639952

Revision history for this message
Albert Astals Cid (aacid) wrote : Re: When running in unity8 desktop snap, icons aren't found

There's two desktop files
/var/lib/snapd/desktop/applications/telegram-latest_telegram.desktop
and
/snap/telegram-latest/current/meta/gui/telegram.desktop

the first has the valid path ( i.e. Icon=/snap/telegram-latest/2/meta/gui/icon.png )
the second the "invalid" paath ( i.e. Icon=${SNAP}/meta/gui/icon.png )

i am thinking that ubuntu-app-launch should be reading /var/lib/snapd/desktop/applications/telegram-latest_telegram.desktop instead of /snap/telegram-latest/current/meta/gui/telegram.desktop