Disable connector switching for 5.0 beta

Don't start the connector pipe (Mac/Linux), don't listen for IPC on the
command-line (Windows), and don't try to release Standalone's lock if DB is
busy when Firefox starts.
This commit is contained in:
Dan Stillman 2016-05-08 22:38:58 -04:00
parent 216900094b
commit 317b1dfa0f
3 changed files with 9 additions and 0 deletions

View file

@ -423,6 +423,8 @@ ZoteroCommandLineHandler.prototype = {
}
// handler for Windows IPC commands
// TEMP: Disabled for 5.0 Beta
/*
var ipcParam = cmdLine.handleFlagWithParam("ZoteroIPC", false);
if(ipcParam) {
// Don't open a new window
@ -430,6 +432,7 @@ ZoteroCommandLineHandler.prototype = {
var Zotero = this.Zotero;
Zotero.setTimeout(function() { Zotero.IPC.parsePipeInput(ipcParam) }, 0);
}
*/
// special handler for "zotero" URIs at the command line to prevent them from opening a new
// window