Closed Eldara98 closed 10 years ago
Please use the variable $alternate_home
instead of hard-coding network/home
. This is in case of offline mode.
Also, ensure that when echoing to user.js
you use an absolute path (~/.mozilla/...
) intead of the current relative path.
Latest commit changes hard-coded version string to a variable, and also adds a variable to be able to find the Zotero extension folder in LibreOffice config folder
This commit will allow Zotero to be installed with no user interaction, and stop the first run wizards from loading. Also creates a .zotero in
~/network/home
to ensure maximum reliability. Fixes #65