<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To Run Multiple X Sessions Without Virtualization</title>
	<atom:link href="http://maketecheasier.com/run-multiple-x-sessions-without-virtualization/2009/07/11/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com/run-multiple-x-sessions-without-virtualization/2009/07/11</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Sat, 21 Nov 2009 01:01:31 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How to Run Multiple Linux Distros Without Virtualization - Make Tech Easier</title>
		<link>http://maketecheasier.com/run-multiple-x-sessions-without-virtualization/2009/07/11/comment-page-1#comment-9260</link>
		<dc:creator>How to Run Multiple Linux Distros Without Virtualization - Make Tech Easier</dc:creator>
		<pubDate>Tue, 11 Aug 2009 12:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=5764#comment-9260</guid>
		<description>[...] few weeks ago, I wrote an article on How To Run Multiple X Sessions Without Virtualization, which demonstrated how you can run multiple desktop environments at the same time on the same [...]</description>
		<content:encoded><![CDATA[<p>[...] few weeks ago, I wrote an article on How To Run Multiple X Sessions Without Virtualization, which demonstrated how you can run multiple desktop environments at the same time on the same [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chan Hong Guan</title>
		<link>http://maketecheasier.com/run-multiple-x-sessions-without-virtualization/2009/07/11/comment-page-1#comment-8719</link>
		<dc:creator>Chan Hong Guan</dc:creator>
		<pubDate>Fri, 17 Jul 2009 13:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=5764#comment-8719</guid>
		<description>For multiple firefox sessions, use firefox --profilemanager --no-remote

Create a new firefox profile and there u go.</description>
		<content:encoded><![CDATA[<p>For multiple firefox sessions, use firefox &#8211;profilemanager &#8211;no-remote</p>
<p>Create a new firefox profile and there u go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mitch</title>
		<link>http://maketecheasier.com/run-multiple-x-sessions-without-virtualization/2009/07/11/comment-page-1#comment-8652</link>
		<dc:creator>mitch</dc:creator>
		<pubDate>Sun, 12 Jul 2009 18:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=5764#comment-8652</guid>
		<description>Alan,
A better way to do that would be 
&quot;startx /usr/bin/fluxbox -- :1&quot; (or whatever window manager you prefer)
This way you don&#039;t depend on your .xinitrc file to tell X what to start.
don&#039;t forget to put the full path though.
mitch</description>
		<content:encoded><![CDATA[<p>Alan,<br />
A better way to do that would be<br />
&#8220;startx /usr/bin/fluxbox &#8212; :1&#8243; (or whatever window manager you prefer)<br />
This way you don&#8217;t depend on your .xinitrc file to tell X what to start.<br />
don&#8217;t forget to put the full path though.<br />
mitch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K. Sum</title>
		<link>http://maketecheasier.com/run-multiple-x-sessions-without-virtualization/2009/07/11/comment-page-1#comment-8648</link>
		<dc:creator>K. Sum</dc:creator>
		<pubDate>Sun, 12 Jul 2009 14:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=5764#comment-8648</guid>
		<description>@Joshua
Probably you should add a warning that trying to run the same application in multiple logins as in the above setup can cause unexpected problems. For instance, firefox will refuse to start the second time while other apps can step on its shoes e.g. preferences, logs etc. can get overwritten by one instance or the other -- hardly any app is designed to be able to handle multiple instances running simultaneously by the same user. Btw, the &quot;switch user&quot; functionality present in both GNOME and KDE (actually in gdm and kdm I believe) allows one to do the same thing.</description>
		<content:encoded><![CDATA[<p>@Joshua<br />
Probably you should add a warning that trying to run the same application in multiple logins as in the above setup can cause unexpected problems. For instance, firefox will refuse to start the second time while other apps can step on its shoes e.g. preferences, logs etc. can get overwritten by one instance or the other &#8212; hardly any app is designed to be able to handle multiple instances running simultaneously by the same user. Btw, the &#8220;switch user&#8221; functionality present in both GNOME and KDE (actually in gdm and kdm I believe) allows one to do the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://maketecheasier.com/run-multiple-x-sessions-without-virtualization/2009/07/11/comment-page-1#comment-8645</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Sun, 12 Jul 2009 09:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=5764#comment-8645</guid>
		<description>I never knew this was possible.  Very nifty...  One problem, though, is that you have to swap your .xinitrc files if you want to launch, say, Fluxbox and GNOME.  I don&#039;t use GDM, so my .xinitrc launches my Fluxbox by default, but to start GNOME after Fluxbox is started I can just comment out the &quot;exec startfluxbox&quot; and then uncomment the &quot;exec gnome-session&quot;

Cool trick, though. :)

Alan</description>
		<content:encoded><![CDATA[<p>I never knew this was possible.  Very nifty&#8230;  One problem, though, is that you have to swap your .xinitrc files if you want to launch, say, Fluxbox and GNOME.  I don&#8217;t use GDM, so my .xinitrc launches my Fluxbox by default, but to start GNOME after Fluxbox is started I can just comment out the &#8220;exec startfluxbox&#8221; and then uncomment the &#8220;exec gnome-session&#8221;</p>
<p>Cool trick, though. :)</p>
<p>Alan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HowtoMatrix &#187; How To Run Multiple X Sessions Without Virtualization</title>
		<link>http://maketecheasier.com/run-multiple-x-sessions-without-virtualization/2009/07/11/comment-page-1#comment-8642</link>
		<dc:creator>HowtoMatrix &#187; How To Run Multiple X Sessions Without Virtualization</dc:creator>
		<pubDate>Sun, 12 Jul 2009 05:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=5764#comment-8642</guid>
		<description>[...] Read more at Make Tech Easier [...]</description>
		<content:encoded><![CDATA[<p>[...] Read more at Make Tech Easier [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sikku</title>
		<link>http://maketecheasier.com/run-multiple-x-sessions-without-virtualization/2009/07/11/comment-page-1#comment-8641</link>
		<dc:creator>Sikku</dc:creator>
		<pubDate>Sun, 12 Jul 2009 05:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=5764#comment-8641</guid>
		<description>Its working... Thanx for the help...
But it is getting weird...
As you mentioned I am not able to switch between sessions in the way you mentioned...
My default X is in Cttl + Alt + F1 and if I switch to C+A+F2, to return back i need to press C+A+F1.
But then if I switch to C+A+F2 and if I press C+A+F7, I dont get anything but a graphical blank screen. Then I need to press C+A+F1 to go to my x screen.

Same way if I enable &quot;start -- :1&quot; and swith to my KDE session. then to come back to my normal gnome session I need to press C+A+F1. and to switch back I need to press C+A+F7 and not C+A+F8. If i press C+A+F8 i get the same screen as I mentioned earlier with C+A+F7 without enabling &quot;startx&quot;

I think it is bit different in Fedora...

Anyway thanx for the help and thanx for the post... :)</description>
		<content:encoded><![CDATA[<p>Its working&#8230; Thanx for the help&#8230;<br />
But it is getting weird&#8230;<br />
As you mentioned I am not able to switch between sessions in the way you mentioned&#8230;<br />
My default X is in Cttl + Alt + F1 and if I switch to C+A+F2, to return back i need to press C+A+F1.<br />
But then if I switch to C+A+F2 and if I press C+A+F7, I dont get anything but a graphical blank screen. Then I need to press C+A+F1 to go to my x screen.</p>
<p>Same way if I enable &#8220;start &#8212; :1&#8243; and swith to my KDE session. then to come back to my normal gnome session I need to press C+A+F1. and to switch back I need to press C+A+F7 and not C+A+F8. If i press C+A+F8 i get the same screen as I mentioned earlier with C+A+F7 without enabling &#8220;startx&#8221;</p>
<p>I think it is bit different in Fedora&#8230;</p>
<p>Anyway thanx for the help and thanx for the post&#8230; :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sikku</title>
		<link>http://maketecheasier.com/run-multiple-x-sessions-without-virtualization/2009/07/11/comment-page-1#comment-8640</link>
		<dc:creator>Sikku</dc:creator>
		<pubDate>Sun, 12 Jul 2009 02:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=5764#comment-8640</guid>
		<description>Thanx... Well I will check and tell...</description>
		<content:encoded><![CDATA[<p>Thanx&#8230; Well I will check and tell&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mitch</title>
		<link>http://maketecheasier.com/run-multiple-x-sessions-without-virtualization/2009/07/11/comment-page-1#comment-8639</link>
		<dc:creator>mitch</dc:creator>
		<pubDate>Sun, 12 Jul 2009 02:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=5764#comment-8639</guid>
		<description>the command to execute to start kde is (not surprisingly) &quot;startkde&quot;
cheers,
mitch</description>
		<content:encoded><![CDATA[<p>the command to execute to start kde is (not surprisingly) &#8220;startkde&#8221;<br />
cheers,<br />
mitch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Price</title>
		<link>http://maketecheasier.com/run-multiple-x-sessions-without-virtualization/2009/07/11/comment-page-1#comment-8638</link>
		<dc:creator>Joshua Price</dc:creator>
		<pubDate>Sun, 12 Jul 2009 01:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=5764#comment-8638</guid>
		<description>I personally don&#039;t have KDE installed, but you can find out what the executable would be by opening a terminal and typing &quot;kde&quot; and hitting the tab key twice.  That will show all the commands that start with &quot;kde&quot;.  You&#039;re probably looking for something like &quot;kde-session&quot;, that&#039;d be my guess.</description>
		<content:encoded><![CDATA[<p>I personally don&#8217;t have KDE installed, but you can find out what the executable would be by opening a terminal and typing &#8220;kde&#8221; and hitting the tab key twice.  That will show all the commands that start with &#8220;kde&#8221;.  You&#8217;re probably looking for something like &#8220;kde-session&#8221;, that&#8217;d be my guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sikku</title>
		<link>http://maketecheasier.com/run-multiple-x-sessions-without-virtualization/2009/07/11/comment-page-1#comment-8637</link>
		<dc:creator>Sikku</dc:creator>
		<pubDate>Sun, 12 Jul 2009 00:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://maketecheasier.com/?p=5764#comment-8637</guid>
		<description>I got this error.

.xinitrc: line 1: exec: wmaker: not found

There is no window maker installed in my Fedora. I have KDE installed. What command should I write for KDE?

And if I want to run all 3 X desktops what should I do?</description>
		<content:encoded><![CDATA[<p>I got this error.</p>
<p>.xinitrc: line 1: exec: wmaker: not found</p>
<p>There is no window maker installed in my Fedora. I have KDE installed. What command should I write for KDE?</p>
<p>And if I want to run all 3 X desktops what should I do?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
