2006/7/10, Vinicius <<a href="mailto:cviniciusm@uol.com.br">cviniciusm@uol.com.br</a>>:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I would like to allow another user to use CRTL+F2 to logon on another<br>gnome session. Any ideas, please?<br></blockquote></div><br>It's not very clear why you want to do that (understanding why helps telling how), but here's my best shot.
<br><br>This will start a gnome session in display :1, accessible with CTRL+ALT+F8.<br><br>su - other_user<br># only users knowing the cookie can connect on display<br>xauth add :1 . `mcookie`<br># start new display and run gnome session
<br>xinit `which gnome-session` -- :1<br><br>Note `which gnome-session` may need to be expanded to the real path (ex /usr/bin/gnome-session or whatever). I had problems using `which` in the past.<br><br>That said, KDE <br>