Linked by Thom Holwerda on Thu 3rd Sep 2009 12:31 UTC
Permalink for comment 382177
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/19/13 23:15 UTC
Linked by Thom Holwerda on 05/19/13 23:11 UTC, submitted by Drumhellar
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
Linked by Thom Holwerda on 05/17/13 22:15 UTC, submitted by Tom
Linked by Thom Holwerda on 05/16/13 21:41 UTC
Linked by Thom Holwerda on 05/16/13 17:04 UTC
More News »
Sponsored Links



Member since:
2006-07-12
I think it should work in exactly opposite way. If launching multiple instances of an application may cause harm, then it is a bug in the application and its devs should either fix it, or prevent multiple launches. For example, Firefox works this way: by default, launching another browser just opens new window in the already running process, and if you specify command line option forcing it to open a new process, then you must also specify different profile, as firefox will refuse to run second instance with same profile.
Detecting running instance is quite easy, so it won't put too much burden on the developers, but a easy to use framework implemented as part of GNOME would make it even better.