Is it possible to install Zotero in Chromebook now that it runs Linux apps?
Hello, I have been reading that there is no standalone version of Zotero and that there are no plans to develop one ( insert sad face here...). But, now that Chromebooks are able to run Linux apps, is it possible to run the Linux version of Zotero? , if so, how can I do it?
Thank you
Dave
Thank you
Dave
https://www.zotero.org/download/
You would need to download the Linux app tarball and install it on your Chromebook using whatever method they provide to install Linux apps.
I am not familiar with Linux, and this is my first Chromebook.
Once again, thank you,
Dave
Does Zotero work with chromebooks or is this speculation on how it should work?
If you're going to install from the main zotero downloads, you may have to install additional packages to get it running; as far as I can tell, you'll need the following packages available:
libatk1.0-0
libc6
libcairo-gobject2
libcairo2
libdbus-1-3
libdbus-glib-1-2
libfontconfig1
libfreetype6
libgcc1
libgdk-pixbuf2.0-0
libglib2.0-0
libgtk-3-0
libnss3-dev
libpango-1.0-0
libpangocairo-1.0-0
libstartup-notification0
libstdc++6
libx11-6
libx11-xcb1
libxcb-shm0
libxcb1
libxcomposite1
libxdamage1
libxext6
libxfixes3
libxrender1
libxt6
but you'll likely have most of these installed already.
https://www.zotero.org/support/installation
Including running the "set_launcher_icon" script (requires sudo). The only thing missing from the instructions that you have to do in Crostini is:
sudo cp /opt/zotero/zotero.desktop /usr/share/applications/.
A few seconds after doing that the Zotero launcher icon appears in the "Linux Apps" folder in the application drawer.
Enjoy!
/usr/share/applications/zotero.desktop
And change the "Exec" command to the following:
Exec=/opt/zotero/zotero -url %U
The default "bash" command doesn't work.
You should probably uninstall the zotero-standalone package. Certainly do so before installing the debs from https://github.com/retorquere/zotero-deb if you choose to do so.
EDIT: but if the tarball download works for you there's no overriding reason to install deb packages. They're there for convenience but offer no other benefits -- it's just the Zotero binaries as I download them from their site in a thin deb shell, with apt-based updates. It will make sure the desktop files and such are properly installed and put zotero in the path.