Re: [Interest] single application

2013-04-08 Thread Christian Dähn
Hi Duane, currently I use QtSingleApplication for years under different Windows and Linux platforms - even with Qt5 there should be no reason, why this approach shouldn't work. The buggy behaviour with starting the app by an app from desktop and console is new to me - so this bug should be

Re: [Interest] single application

2013-04-08 Thread Nils Jeisecke
Hi Duane, To prevent multiple instances, we are using QSingleApplication. On Windows, if the app is started from the desktop this works fine but if it's started from a console a second instance can be started. please try to apply the patch from

Re: [Interest] single application

2013-04-08 Thread Duane
On 4/8/2013 12:37 PM, Nils Jeisecke wrote: Hi Duane, To prevent multiple instances, we are using QSingleApplication. On Windows, if the app is started from the desktop this works fine but if it's started from a console a second instance can be started. please try to apply the patch from