[MeeGo-dev] Display manager like gdm or slim for multi-user login

2010-12-06 Thread CSJ
Hi, all I see meego-dm source /etc/sysconfig/desktop. if DISPLAYMANAGER=GDM then it will execute it. so I modified meego-dm use slim as display manager. but slim will execute ~/.xinitrc for X clients. How could I use .xinitrc to start a desktop as uxlaunch do? cause the launch_user_session() is

Re: [MeeGo-dev] Display manager like gdm or slim for multi-user login

2010-12-06 Thread Auke Kok
On 12/06/10 03:35, CSJ wrote: Hi, all I see meego-dm source /etc/sysconfig/desktop. if DISPLAYMANAGER=GDM then it will execute it. so I modified meego-dm use slim as display manager. but slim will execute ~/.xinitrc for X clients. How could I use .xinitrc to start a desktop as uxlaunch do? cau

Re: [MeeGo-dev] Display manager like gdm or slim for multi-user login

2010-12-06 Thread CSJ
Oh thanks, I will try the "x" option. 2010/12/7 Auke Kok > On 12/06/10 03:35, CSJ wrote: > >> Hi, all >> >> I see meego-dm source /etc/sysconfig/desktop. >> if DISPLAYMANAGER=GDM then it will execute it. >> >> so I modified meego-dm use slim as display manager. >> but slim will execute ~/.xinit

Re: [MeeGo-dev] Display manager like gdm or slim for multi-user login

2010-12-06 Thread CSJ
Hi Auke, the -x option works for me, but now nautilus can not auto-mount USB storage. I am wondering if something not do when using "-x" to start uxlaunch. Thanks, CSJ 2010/12/7 CSJ > Oh thanks, > I will try the "x" option. > > > 2010/12/7 Auke Kok > > On 12/06/10 03:35, CSJ wrote: >> >>> Hi

Re: [MeeGo-dev] Display manager like gdm or slim for multi-user login

2010-12-09 Thread CSJ
Hi, when I use `uxlaunch -x` in .xinitrc and startx by `xinit` and it can not auto-mount USB stick. But after I modified /usr/share/pilkit-1/actions/org.freedesktop.udisjs.policy allow_any to yes. It can works. So I am wondering how could I auto-mount USB stick without modify the file? and where

Re: [MeeGo-dev] Display manager like gdm or slim for multi-user login

2010-12-09 Thread Auke Kok
On 12/09/10 02:46, CSJ wrote: Hi, when I use `uxlaunch -x` in .xinitrc and startx by `xinit` and it can not auto-mount USB stick. But after I modified /usr/share/pilkit-1/actions/org.freedesktop.udisjs.policy allow_any to yes. It can works. So I am wondering how could I auto-mount USB stick wi