the-linux-schools-project / karoshi-client

Central repository for Karoshi Client development
http://linuxschools.org.uk
5 stars 6 forks source link

Add Zotero prefs and create .zotero folder in network home area in pre-session #66

Closed Eldara98 closed 10 years ago

Eldara98 commented 10 years ago

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

RobinMcCorkell commented 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.

Eldara98 commented 10 years ago

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