<?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: X2go - Open source terminal server project (alternative to FreeNX)</title>
	<atom:link href="http://www.ubuntugeek.com/x2go-open-source-terminal-server-project-alternative-to-freenx.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/x2go-open-source-terminal-server-project-alternative-to-freenx.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: danton</title>
		<link>http://www.ubuntugeek.com/x2go-open-source-terminal-server-project-alternative-to-freenx.html/comment-page-1#comment-115141</link>
		<dc:creator>danton</dc:creator>
		<pubDate>Fri, 11 Nov 2011 19:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=4405#comment-115141</guid>
		<description>sudo gpg --keyserver wwwkeys.eu.pgp.net --recv-keys C509840B96F89133

If instead  of eu you put uk or us then it works.</description>
		<content:encoded><![CDATA[<p>sudo gpg --keyserver wwwkeys.eu.pgp.net --recv-keys C509840B96F89133</p>
<p>If instead  of eu you put uk or us then it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robin</title>
		<link>http://www.ubuntugeek.com/x2go-open-source-terminal-server-project-alternative-to-freenx.html/comment-page-1#comment-104841</link>
		<dc:creator>robin</dc:creator>
		<pubDate>Thu, 26 May 2011 17:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=4405#comment-104841</guid>
		<description>Thanks, jhansonxi  !!!

That works ;)</description>
		<content:encoded><![CDATA[<p>Thanks, jhansonxi  !!!</p>
<p>That works <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jouke</title>
		<link>http://www.ubuntugeek.com/x2go-open-source-terminal-server-project-alternative-to-freenx.html/comment-page-1#comment-102871</link>
		<dc:creator>jouke</dc:creator>
		<pubDate>Sat, 30 Apr 2011 19:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=4405#comment-102871</guid>
		<description>The cli client works on a unity desktop. The gnome client does not, it crashes with a segfault. 

Compiz on the server will not work, so unity will neither.</description>
		<content:encoded><![CDATA[<p>The cli client works on a unity desktop. The gnome client does not, it crashes with a segfault. </p>
<p>Compiz on the server will not work, so unity will neither.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doesnt seem to work with unity</title>
		<link>http://www.ubuntugeek.com/x2go-open-source-terminal-server-project-alternative-to-freenx.html/comment-page-1#comment-97819</link>
		<dc:creator>Doesnt seem to work with unity</dc:creator>
		<pubDate>Sat, 09 Apr 2011 09:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=4405#comment-97819</guid>
		<description>Doesnt seem to work with unity</description>
		<content:encoded><![CDATA[<p>Doesnt seem to work with unity</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jhansonxi</title>
		<link>http://www.ubuntugeek.com/x2go-open-source-terminal-server-project-alternative-to-freenx.html/comment-page-1#comment-84910</link>
		<dc:creator>jhansonxi</dc:creator>
		<pubDate>Tue, 21 Dec 2010 04:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=4405#comment-84910</guid>
		<description>Much easier way to add the key:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C509840B96F89133</description>
		<content:encoded><![CDATA[<p>Much easier way to add the key:<br />
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C509840B96F89133</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth</title>
		<link>http://www.ubuntugeek.com/x2go-open-source-terminal-server-project-alternative-to-freenx.html/comment-page-1#comment-59826</link>
		<dc:creator>Seth</dc:creator>
		<pubDate>Sun, 28 Nov 2010 18:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=4405#comment-59826</guid>
		<description>Try adding the GPG repo key using the following trick:

echo &quot;gpg -a --export C509840B96F89133 &#124; apt-key add -&quot; &#124; sudo sh

Thank you Don Marti from Linux Journal, I use this all the time. 
http://www.linuxjournal.com/content/running-complex-commands-sudo</description>
		<content:encoded><![CDATA[<p>Try adding the GPG repo key using the following trick:</p>
<p>echo &#8220;gpg -a --export C509840B96F89133 | apt-key add -&#8221; | sudo sh</p>
<p>Thank you Don Marti from Linux Journal, I use this all the time.<br />
<a href="http://www.linuxjournal.com/content/running-complex-commands-sudo" rel="nofollow">http://www.linuxjournal.com/content/running-complex-commands-sudo</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 4everlearning</title>
		<link>http://www.ubuntugeek.com/x2go-open-source-terminal-server-project-alternative-to-freenx.html/comment-page-1#comment-59719</link>
		<dc:creator>4everlearning</dc:creator>
		<pubDate>Sun, 28 Nov 2010 03:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=4405#comment-59719</guid>
		<description>Thank you in advance</description>
		<content:encoded><![CDATA[<p>Thank you in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 4everlearning</title>
		<link>http://www.ubuntugeek.com/x2go-open-source-terminal-server-project-alternative-to-freenx.html/comment-page-1#comment-59717</link>
		<dc:creator>4everlearning</dc:creator>
		<pubDate>Sun, 28 Nov 2010 03:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=4405#comment-59717</guid>
		<description>vesela_houba what what if we did do 

sudo gpg -a --export C509840B96F89133 &#124; sudo apt-key add -

is there a way to fix this?</description>
		<content:encoded><![CDATA[<p>vesela_houba what what if we did do </p>
<p>sudo gpg -a --export C509840B96F89133 | sudo apt-key add -</p>
<p>is there a way to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vesela_houba</title>
		<link>http://www.ubuntugeek.com/x2go-open-source-terminal-server-project-alternative-to-freenx.html/comment-page-1#comment-27349</link>
		<dc:creator>vesela_houba</dc:creator>
		<pubDate>Fri, 09 Apr 2010 08:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=4405#comment-27349</guid>
		<description>oh... sorry, one line should NOT be there:
&quot;sudo gpg -a --export C509840B96F89133 &#124; sudo apt-key add -&quot;</description>
		<content:encoded><![CDATA[<p>oh&#8230; sorry, one line should NOT be there:<br />
&#8220;sudo gpg -a --export C509840B96F89133 | sudo apt-key add -&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vesela_houba</title>
		<link>http://www.ubuntugeek.com/x2go-open-source-terminal-server-project-alternative-to-freenx.html/comment-page-1#comment-27348</link>
		<dc:creator>vesela_houba</dc:creator>
		<pubDate>Fri, 09 Apr 2010 08:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=4405#comment-27348</guid>
		<description>This worked for me.
You are supposed to run gpg commands as normal user, but apt-key must be run as superuser.

sudo vim /etc/apt/sources.list
# add
       deb http://x2go.obviously-nice.de/deb/ lenny main
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys FC918B335044912E
gpg -a --export FC918B335044912E &#124; sudo apt-key add -
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys C509840B96F89133
sudo gpg -a --export C509840B96F89133 &#124; sudo apt-key add -
gpg -a --export C509840B96F89133 &#124; sudo apt-key add -
sudo aptitude update 
sudo aptitude install -y x2goserver-home  x2goclient-gtk  x2gognomebindings</description>
		<content:encoded><![CDATA[<p>This worked for me.<br />
You are supposed to run gpg commands as normal user, but apt-key must be run as superuser.</p>
<p>sudo vim /etc/apt/sources.list<br />
# add<br />
       deb <a href="http://x2go.obviously-nice.de/deb/" rel="nofollow">http://x2go.obviously-nice.de/deb/</a> lenny main<br />
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys FC918B335044912E<br />
gpg -a --export FC918B335044912E | sudo apt-key add -<br />
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys C509840B96F89133<br />
sudo gpg -a --export C509840B96F89133 | sudo apt-key add -<br />
gpg -a --export C509840B96F89133 | sudo apt-key add -<br />
sudo aptitude update<br />
sudo aptitude install -y x2goserver-home  x2goclient-gtk  x2gognomebindings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Allen</title>
		<link>http://www.ubuntugeek.com/x2go-open-source-terminal-server-project-alternative-to-freenx.html/comment-page-1#comment-25135</link>
		<dc:creator>Samuel Allen</dc:creator>
		<pubDate>Tue, 16 Mar 2010 15:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=4405#comment-25135</guid>
		<description>I&#039;m getting the same errors as Angel</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the same errors as Angel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angel Berrios</title>
		<link>http://www.ubuntugeek.com/x2go-open-source-terminal-server-project-alternative-to-freenx.html/comment-page-1#comment-25116</link>
		<dc:creator>Angel Berrios</dc:creator>
		<pubDate>Tue, 16 Mar 2010 12:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=4405#comment-25116</guid>
		<description>Hi all!

There is something that should be point out in this procedure. In Ubuntu in the Install GPG key section should be:

gpg --keyserver wwwkeys.eu.pgp.net --recv-keys C509840B96F89133

and

gpg -a --export C509840B96F89133 &#124; sudo apt-key add -

Because if not this errors arises:

gpg: WARNING: unsafe ownership on configuration file `/home/XXXXX/.gnupg/gpg.conf&#039;
gpg: external program calls are disabled due to unsafe options file permissions
gpg: keyserver communications error: general error
gpg: keyserver receive failed: general error

and 

gpg: WARNING: unsafe ownership on configuration file `/home/XXXXX/.gnupg/gpg.conf&#039;
gpg: no writable keyring found: eof
gpg: error reading `-&#039;: general error
gpg: import from `-&#039; failed: general error

Please anotate.</description>
		<content:encoded><![CDATA[<p>Hi all!</p>
<p>There is something that should be point out in this procedure. In Ubuntu in the Install GPG key section should be:</p>
<p>gpg --keyserver wwwkeys.eu.pgp.net --recv-keys C509840B96F89133</p>
<p>and</p>
<p>gpg -a --export C509840B96F89133 | sudo apt-key add -</p>
<p>Because if not this errors arises:</p>
<p>gpg: WARNING: unsafe ownership on configuration file `/home/XXXXX/.gnupg/gpg.conf&#8217;<br />
gpg: external program calls are disabled due to unsafe options file permissions<br />
gpg: keyserver communications error: general error<br />
gpg: keyserver receive failed: general error</p>
<p>and </p>
<p>gpg: WARNING: unsafe ownership on configuration file `/home/XXXXX/.gnupg/gpg.conf&#8217;<br />
gpg: no writable keyring found: eof<br />
gpg: error reading `-&#8217;: general error<br />
gpg: import from `-&#8217; failed: general error</p>
<p>Please anotate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Style</title>
		<link>http://www.ubuntugeek.com/x2go-open-source-terminal-server-project-alternative-to-freenx.html/comment-page-1#comment-24916</link>
		<dc:creator>Tyler Style</dc:creator>
		<pubDate>Sun, 14 Mar 2010 15:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=4405#comment-24916</guid>
		<description>Well, I tried it out but cannot get a connection from my windows machine to my ubuntu box.  There is an option to see more details, but the box closes immediately so that I cannot read the text!  Very annoying.  Anyone had any success with this and can provide some pointers?</description>
		<content:encoded><![CDATA[<p>Well, I tried it out but cannot get a connection from my windows machine to my ubuntu box.  There is an option to see more details, but the box closes immediately so that I cannot read the text!  Very annoying.  Anyone had any success with this and can provide some pointers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ubuntugeek.com/x2go-open-source-terminal-server-project-alternative-to-freenx.html/comment-page-1#comment-24769</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 12 Mar 2010 15:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=4405#comment-24769</guid>
		<description>Check full comparison  http://en.wikipedia.org/wiki/Comparison_of_remote_desktop_software</description>
		<content:encoded><![CDATA[<p>Check full comparison  <a href="http://en.wikipedia.org/wiki/Comparison_of_remote_desktop_software" rel="nofollow">http://en.wikipedia.org/wiki/Comparison_of_remote_desktop_software</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ubuntugeek.com/x2go-open-source-terminal-server-project-alternative-to-freenx.html/comment-page-1#comment-24768</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 12 Mar 2010 15:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=4405#comment-24768</guid>
		<description>Updated with link in first line of this article</description>
		<content:encoded><![CDATA[<p>Updated with link in first line of this article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy Butler</title>
		<link>http://www.ubuntugeek.com/x2go-open-source-terminal-server-project-alternative-to-freenx.html/comment-page-1#comment-24767</link>
		<dc:creator>Tommy Butler</dc:creator>
		<pubDate>Fri, 12 Mar 2010 15:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=4405#comment-24767</guid>
		<description>...and the home site for this project is where?  I&#039;m going to guess based on the apt configuration instructions that it&#039;s at x2go.obviously-nice.de

I just found it strange that you had no link back to the home site, because you always furnish links.  It&#039;s not like you!  *gasp!*

Thanks ubuntugeek!  I THINK I LOVE YOU!</description>
		<content:encoded><![CDATA[<p>&#8230;and the home site for this project is where?  I&#8217;m going to guess based on the apt configuration instructions that it&#8217;s at x2go.obviously-nice.de</p>
<p>I just found it strange that you had no link back to the home site, because you always furnish links.  It&#8217;s not like you!  *gasp!*</p>
<p>Thanks ubuntugeek!  I THINK I LOVE YOU!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin</title>
		<link>http://www.ubuntugeek.com/x2go-open-source-terminal-server-project-alternative-to-freenx.html/comment-page-1#comment-24765</link>
		<dc:creator>Benjamin</dc:creator>
		<pubDate>Fri, 12 Mar 2010 15:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=4405#comment-24765</guid>
		<description>Why would I want to use x2go over NX or even just ssh and vnc?</description>
		<content:encoded><![CDATA[<p>Why would I want to use x2go over NX or even just ssh and vnc?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

