Re: [Gambas-user] Session managment

2014-09-26 Thread Jussi Lahtinen
> Normally with your desktop, whatever it is, run all its applications > through session manager, which is a program that register running > application when you quit your desktop, and run them back when you come > back. > > But it needs support from the application. > What you mean by support fro

Re: [Gambas-user] Session managment

2014-09-26 Thread Benoît Minisini
Le 26/09/2014 14:27, Jussi Lahtinen a écrit : > Revision 6392 introduced automatic session management. Not sure what it > means, but I think it is reason why I see some of my programs having two > instances after reboot, if I have not closed it before the reboot. > > So, how to handle this? Can I d

[Gambas-user] Session managment

2014-09-26 Thread Jussi Lahtinen
Revision 6392 introduced automatic session management. Not sure what it means, but I think it is reason why I see some of my programs having two instances after reboot, if I have not closed it before the reboot. So, how to handle this? Can I disable the session management with some code? Or do I n