SNAP 8.0 - Ubuntu 20.04: missing icon in favorites bar (?)

Hi guys,

I installed SNAP 8.0 (S1, S2, S3) on Ubuntu 20.04 using the “esa-snap_sentinel_unix_8_0.sh” file.

I wanted to create it a desktop shortcut/ favorites bar (using .desktop file), but the SNAP icon is missing.

Here is the original .desktop file (SNAP Desktop.desktop):

#!/usr/bin/env xdg-open
[Desktop Entry]
Type=Application
Name=SNAP Desktop
Exec=/bin/sh “/home/user/snap/bin/snap” %U
Categories=Application;

I manually downloaded the SNAP icon from this site, and I changed the .desktop file to:

#!/usr/bin/env xdg-open
[Desktop Entry]
Type=Application
Name=SNAP Desktop
Exec=/home/user/snap/bin/snap" %U
Icon=/home/user/snap/Webp.net-resizeimage.png
Categories=Application;

but it didn’t help.
The icon is missing. See screen-shot (the middle one):
Screenshot from 2020-10-23 10-53-29

Can you help?