Re: [systemd-devel] systemd based gnome-session

2012-07-03 Thread Kok, Auke-jan H
On Tue, Jul 3, 2012 at 11:40 AM, Léo Gillot-Lamure wrote: > Hi. > > I've read the unit files you provide and I'm wondering about a possible > race condition related to dbus activation. > > For example let's see the unit gconf.service: > >> [Unit] >> Description=settings daemon for gnome >> >> >> [

Re: [systemd-devel] systemd based gnome-session

2012-07-03 Thread Léo Gillot-Lamure
Hi. I've read the unit files you provide and I'm wondering about a possible race condition related to dbus activation. For example let's see the unit gconf.service: > [Unit] > Description=settings daemon for gnome > > > [Service] > Type=dbus > BusName=org.gnome.GConf > ExecStart=/usr/libexec/g

Re: [systemd-devel] systemd based gnome-session

2012-06-25 Thread Kok, Auke-jan H
On Tue, Jun 26, 2012 at 1:02 AM, Peeters Simon wrote: > > Sorry that i forgot to give credit where credit is due: > The code in this program is majorly inspired by: >  - nodm (this is actually a fork/adaption of an unfinished rewrite of nodm) >  - user-session by Auke Kok >  - various tutorials an

Re: [systemd-devel] systemd based gnome-session

2012-06-25 Thread Peeters Simon
Sorry that i forgot to give credit where credit is due: The code in this program is majorly inspired by: - nodm (this is actually a fork/adaption of an unfinished rewrite of nodm) - user-session by Auke Kok - various tutorials and man page examples Even though this programs functionality is com

Re: [systemd-devel] systemd based gnome-session

2012-06-25 Thread Kok, Auke-jan H
On Sat, Jun 23, 2012 at 3:10 PM, Peeters Simon wrote: > hej all, > > I have worked a bit on a systemd based replacement for the gnome-session > binary. > The code is available at https://github.com/SimonPe/lightSM. > Most of the important information is in the readme. > > If you configure it with

[systemd-devel] systemd based gnome-session

2012-06-23 Thread Peeters Simon
hej all, I have worked a bit on a systemd based replacement for the gnome-session binary. The code is available at https://github.com/SimonPe/lightSM. Most of the important information is in the readme. If you configure it without the GNOME flag, it should also be portable to other desktop enviro