hi! this was so helpful, ty! Do you know how can I also put zotero on the desktop? Otherwise everytime I have to open it through the terminal. I am a new linux user so I am a bit confused. Thank you :)
What you can do is create a "symlink" to the zotero file: you simply open a terminal and write: ln -s /home/user/Download/zotero-folder/zotero /home/user/Desktop/zotero (But you need to change the file paths to your own ones, probably just swapping out "user" to your own username.) Good luck!
hi! this was so helpful, ty! Do you know how can I also put zotero on the desktop? Otherwise everytime I have to open it through the terminal. I am a new linux user so I am a bit confused. Thank you :)
What you can do is create a "symlink" to the zotero file: you simply open a terminal and write:
ln -s /home/user/Download/zotero-folder/zotero /home/user/Desktop/zotero
(But you need to change the file paths to your own ones, probably just swapping out "user" to your own username.) Good luck!