Re: [Gambas-user] 'Single instance' app cannot reuse DBus.Name

2016-02-20 Thread T Lee Davidson
On 02/20/2016 07:32 AM, T Lee Davidson wrote: > > > Problem solved! :-) > > > Well I *thought* the problem was solved. Apparently I spoke to soon from behind bleary eyes. Lee __ "Artificial Intelligence is no match for natural stupidity." -

[Gambas-user] 'Single instance' app cannot reuse DBus.Name

2016-02-20 Thread T Lee Davidson
A single instance application is one in which only one instance is allowed to be running at the same time. Checking for an existing instance is quite regularly done simply with some sort of lock file or socket. If a lock is found, then just quit the app. But suppose you want to pass the current