Zotero standalone and the Firefox plugin can't work together in Ubuntu 14.04.
My previous machine was running Linux Mint 13, and I had both Zotero standalone and the Firefox plugin installed, both worked. Now I'm trying to have the same in Ubuntu 14.04, but each time it's just the Zotero version that was installed in the first place that works, while the other one crashes at launch.
For instance, after successfully installing the Firefox plugin, I've not been able to get the standalone app to work. Running zotero.sh shows this error:
(process:3420): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
Localized string not available for dataDir.standaloneMigration.description
Localized string not available for dataDir.standaloneMigration.description
Localized string not available for dataDir.standaloneMigration.description
Any suggestions?
For instance, after successfully installing the Firefox plugin, I've not been able to get the standalone app to work. Running zotero.sh shows this error:
(process:3420): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
Localized string not available for dataDir.standaloneMigration.description
Localized string not available for dataDir.standaloneMigration.description
Localized string not available for dataDir.standaloneMigration.description
Any suggestions?
@Dan - can you spot this quickly?
There's a Galician locale, and it does have the string you list.
Just to test, what happens if you go to the Zotero Standalone profile directory, edit prefs.js, add the following two lines, and restart Zotero?
user_pref("intl.locale.matchOS", false);
user_pref("general.useragent.locale", "en-US");