¿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
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
set_launcher_icon
script mentioned in the installation instructions. We don't know where you're going to place the program folder, and the icon can't be a relative path, so you need to run that script after you've chosen the location to update the .desktop file with the correct absolute path.