Being inside multiple window managers at the same time

3

I'm in Gnome but if I logout I can get to a menu where I can choose KDE as well as other window managers. The problem is I have a program that's running inside Gnome and I don't want to stop it. Is there some way I can get into KDE without having to stop this program?

tony_sid

Posted 2010-08-08T18:00:45.360

Reputation: 11 651

There's also Xephyr and Xnest. – new123456 – 2011-10-28T11:22:12.147

Answers

4

Isn't there a switch user option on the logout screen which keeps the original user logged in but allows the second one to log in as well?

Alternatively you could log into a terminal, say VT1, and issue the command:

startx -- :1

which will start a second graphical console on VT8.

Neal

Posted 2010-08-08T18:00:45.360

Reputation: 8 447

1

Does this program have a window? or can it just run in the background?

If it's just running on a terminal, one simple thing you can use screen to keep the process running.

Also look at the the nohup command

bryan

Posted 2010-08-08T18:00:45.360

Reputation: 7 848

It has a window. It's VMWare Player. If it was VMWare server, then it could run in the backgroiund, but it's not. Will bg make it run in the backgroun? – tony_sid – 2010-08-08T18:08:47.527

bg won't help here. – daxim – 2010-08-09T15:49:19.200

1

I once used the gdm.conf to do so. And as following link mentioned, this not gonna work as before.

Ubuntu 10.04 (Lucid)

The steps are the same as 9.10 -- GDM 2.30 and ConsoleKit 0.4.1 do not have native Multiseat support, nor will GDM lauch two static X sessions like it used to in 2.20. If you do not want to use KDM, Multiseat branches exist for GDM and ConsoleKit; they are described here:

You can check more details on page to use kdm to get this done: https://help.ubuntu.com/community/MultiseatX

Sam Liao

Posted 2010-08-08T18:00:45.360

Reputation: 386