Re: [Gambas-user] Gambas applications and session management

2014-07-22 Thread PICCORO McKAY Lenz
hi alexis, benoit answered: Date: Tue, 22 Jul 2014 18:28:14 +0200 From: Beno?t Minisini >t should work with all desktop having a session manager based > on the x11 session protocol. >I guess every desktop supports that except Gnome 3? does moonlightde uses the scripts of X11 session handler as a

Re: [Gambas-user] Gambas applications and session management

2014-07-22 Thread Benoît Minisini
Le 22/07/2014 18:16, PICCORO McKAY Lenz a écrit : > hello benoit, about session support on ide reopen, > > its only works with kde desktop, or can be work with any desktop with dbus > and session support for qt4 such moonlightde or lxqt or inclusivelly the > older razorqt? > > Lenz McKAY Gerardo (

Re: [Gambas-user] Gambas applications and session management

2014-07-22 Thread PICCORO McKAY Lenz
hello benoit, about session support on ide reopen, its only works with kde desktop, or can be work with any desktop with dbus and session support for qt4 such moonlightde or lxqt or inclusivelly the older razorqt? Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com

Re: [Gambas-user] Gambas applications and session management

2014-07-22 Thread Benoît Minisini
Le 22/07/2014 08:29, Fabien Bodard a écrit : > Is the session management is linked to the toolkit.?.. Couldn't it be > independent ? It could theoritically, but it is complex, even if I'm really using the smallest subset of the protocol, so I prefer using the already debugged code of the toolkit

Re: [Gambas-user] Gambas applications and session management

2014-07-21 Thread Fabien Bodard
Is the session management is linked to the toolkit.?.. Couldn't it be independent ? Le 20 juil. 2014 16:48, "Benoît Minisini" a écrit : > Hi, > > In revision #6392, I have implemented automatic session management > support in gb.qt4. > > Consequently, if you logout while one or several Gambas IDE

[Gambas-user] Gambas applications and session management

2014-07-20 Thread Benoît Minisini
Hi, In revision #6392, I have implemented automatic session management support in gb.qt4. Consequently, if you logout while one or several Gambas IDE are opened, now they will be restarted automatically at the next login. Moreover, they will be put in the virtual desktop where they were locate