/Applications/Gephi.app/Contents/MacOS/Gephi
which is a link to
/Applications/Gephi.app/Contents/Resources/gephi/bin/gephi
This is a Unix shell script. Running it will start Gephi once, but not a second time.
Question: Why is this? Is it just that it's the normal, expected OS X behavior, or does Gephi write to files I don't know about when it's running, for example?
When the gephi shell script runs, it does a lot of checking and configuration, possibly running another shell script, but ultimately produces a long command line that runs Java and Gephi. By copying this command line from the output of the Unix 'pstree' command, I'm able to run a second copy of Gephi. It complains about not finding "dev", which I think is an error generated by discovering that the lock file already exists. Oddly, I can't run a third copy this way.
(When Gephi opens, it writes a file under the user's home directory named Library/Application Support/gephi/0.8.2/dev/lock Maybe this is involved in some way, but experiments have not made that clear.)
This is frustrating. All I want to do is to be able to compare different dynamic graphs.Statistics:Posted by mars0i — 15 Sep 2014 15:24
]]>