¿bug? Application favicon image not showing for Ubuntu 22.04 (toolbar and activities)

Hi, thanks for the great work.

Wanted to contribute an aesthetics problems I had during installation and its solution. I think it's a bug.

Using Ubuntu 22.04 LTS
Gnome 42.5
tarball installation

The zotero.desktop script didn't point to the correct favicon (png) image in /opt/zotero. In case you follow the default instructions (i.e. installing in /opt/zotero and symlink to ~/.local/share/applications/zotero.desktop) the correct path should be:

/opt/zotero/chrome/icons/default/default256.png

The actual script for zotero.desktop ([Desktop Entry]), line 4, says:
Icon=zotero.ico
It should be:
Icon=/opt/zotero/chrome/icons/default/default256.png

Regards.

Martín

Sign In or Register to comment.