I downloaded the program Zotero for Linux and it doesn't need installing, only extracting. However, the only way to start the program is by running it from a terminal.
I would really like to have a simple launcher for it. I understood I am supposed to copy a .desktop file from /usr/share/applications/ but there is no file zotero.desktop
In the downloaded program folder is a file called zotero.desktop, but I don't know what to do with it.
On the website are the following instructions, which didn't work:
For Ubuntu, the tarball includes a .desktop file that can be used to
add Zotero to the launcher. Move the extracted directory to a location
of your choice (e.g., /opt/zotero), run the set_launcher_icon script
from a terminal to update the .desktop file for that location, and
symlink zotero.desktop into ~/.local/share/applications/ (e.g., ln -s
/opt/zotero/zotero.desktop
~/.local/share/applications/zotero.desktop). Zotero should then appear
either in your launcher or in the applications list when click the
grid icon (“Show Applications”), from which you can drag it to the
launcher.
I also tried sudo ln -s Zotero_linux-x86_64/zotero.desktop /usr/share/applications/zotero.desktop
but again nothing
I'm using Ubuntu 20.04, thank you very much.