Snap package for zotero
Hi,
I'm trying to create a snap package in order to install zotero-standalone in linux distributions. I found an interesting thread in the snapcraft forum:
https://forum.snapcraft.io/t/zotero-snap-failing-with-version-glibc-private-not-defined-in-file-libc-so-6/2463/8
WIth the code in that post, I started the following project:
https://github.com/ibaidev/zotero-snap
It can be installed with:
sudo snap install --edge zotero-standalone
It seems that it works in Ubuntu 16.04 with wayland and x11, although more testing should be done.
Is there any chance to distribute zotero officially as a snap?
regards
I'm trying to create a snap package in order to install zotero-standalone in linux distributions. I found an interesting thread in the snapcraft forum:
https://forum.snapcraft.io/t/zotero-snap-failing-with-version-glibc-private-not-defined-in-file-libc-so-6/2463/8
WIth the code in that post, I started the following project:
https://github.com/ibaidev/zotero-snap
It can be installed with:
sudo snap install --edge zotero-standalone
It seems that it works in Ubuntu 16.04 with wayland and x11, although more testing should be done.
Is there any chance to distribute zotero officially as a snap?
regards
How would https://github.com/ibaidev/zotero-snap auto-update zotero when a new release comes out? Do you know where snaps are installed? I could well use this in my tests.
I use https://build.snapcraft.io/ to build the snap. First, I logged in that web with the github account, in order to use the automatic build. Then, I had to register the snap name in https://dashboard.snapcraft.io/ to publish in the store. I probably did wrong registering the "zotero-standalone" name. If you decide to release an official snap, I will delete my protect. I did it just to know it was possible.
The snaps are installed in /snap/, in Ubuntu at least.
I still have to improve the desktop icon.
Isn't there a desktop icon in the archive of the releases? I thought there was.
There's an open ticket for a Snap package on GitHub. @ibaidev, can you post this there?
I'm having issues to run the "snap run zotero-standalone" (I get a "Bad system call"), although it runs well with "/snap/zotero-standalone/current/zotero". I have to find whats going wrong. The desktop icon is not automatically copied on install neither. I'll tell you if I'm able to solve these issues.
Would it be possible to have firefox interact via a network socket? Which might remove the sandbox issues...