<?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: Sinking Deeper &#8211; Continued Impressions of Kubuntu</title>
	<atom:link href="http://ubuntu-tutorials.com/2007/10/07/sinking-deeper-continued-impressions-of-kubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com/2007/10/07/sinking-deeper-continued-impressions-of-kubuntu/</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Thu, 02 Feb 2012 10:29:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Fredd</title>
		<link>http://ubuntu-tutorials.com/2007/10/07/sinking-deeper-continued-impressions-of-kubuntu/#comment-2643</link>
		<dc:creator>Fredd</dc:creator>
		<pubDate>Tue, 09 Oct 2007 09:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=466#comment-2643</guid>
		<description>Glad to see you are having a better time with KDE. I prefer it because of the two pane file browser; yes I know I can use other programs but they are a bit clunky:).
Also it just looks better than Gnome; that constant brown theme is not for me.
You can use Tomboy in KDE, I have it up at the moment. I agree with the comments regarding the system monitor applet, it is not a patch on the Gnome one.
I think that people just like one desktop or the other; it&#039;s not a matter of one being better, it&#039;s a matter of choice and isn&#039;t that what Linux is all about?

Good luck
Fredd</description>
		<content:encoded><![CDATA[<p>Glad to see you are having a better time with KDE. I prefer it because of the two pane file browser; yes I know I can use other programs but they are a bit clunky:).<br />
Also it just looks better than Gnome; that constant brown theme is not for me.<br />
You can use Tomboy in KDE, I have it up at the moment. I agree with the comments regarding the system monitor applet, it is not a patch on the Gnome one.<br />
I think that people just like one desktop or the other; it&#8217;s not a matter of one being better, it&#8217;s a matter of choice and isn&#8217;t that what Linux is all about?</p>
<p>Good luck<br />
Fredd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurie</title>
		<link>http://ubuntu-tutorials.com/2007/10/07/sinking-deeper-continued-impressions-of-kubuntu/#comment-2642</link>
		<dc:creator>Laurie</dc:creator>
		<pubDate>Tue, 09 Oct 2007 03:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=466#comment-2642</guid>
		<description>knetworkmanager does not work with our enterprise WEP wireless network, funny because I&#039;ve had no problems with the gnome nm-applet!

Mind you, I&#039;ve gone back to Gnome. I&#039;m more comfortable in Nautilus and like its connect-to-server desktop icons. Yhey are fast and invaluable for managing our sites.</description>
		<content:encoded><![CDATA[<p>knetworkmanager does not work with our enterprise WEP wireless network, funny because I&#8217;ve had no problems with the gnome nm-applet!</p>
<p>Mind you, I&#8217;ve gone back to Gnome. I&#8217;m more comfortable in Nautilus and like its connect-to-server desktop icons. Yhey are fast and invaluable for managing our sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: art</title>
		<link>http://ubuntu-tutorials.com/2007/10/07/sinking-deeper-continued-impressions-of-kubuntu/#comment-2641</link>
		<dc:creator>art</dc:creator>
		<pubDate>Tue, 09 Oct 2007 01:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=466#comment-2641</guid>
		<description>I&#039;m trying out KDE but I could not live without the Gnome Panel.  KDE Panel is on the left and Gnome Panel is on the right and Task bar at the bottom.  It is a great setup because I have the best of both desktops but without Nautilus hassles and overhead.

Cheers</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying out KDE but I could not live without the Gnome Panel.  KDE Panel is on the left and Gnome Panel is on the right and Task bar at the bottom.  It is a great setup because I have the best of both desktops but without Nautilus hassles and overhead.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kristjan</title>
		<link>http://ubuntu-tutorials.com/2007/10/07/sinking-deeper-continued-impressions-of-kubuntu/#comment-2640</link>
		<dc:creator>kristjan</dc:creator>
		<pubDate>Mon, 08 Oct 2007 13:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=466#comment-2640</guid>
		<description>(these comments are really for your previous entry on kde)

1)you can make konqueror as fast as firefox with local DNS cache:
sudo apt-get install dnsmasq
#/etc/dnsmasq.conf
listen-address=127.0.0.1
#/etc/dhcp3/dhclient.conf
prepend domain-name-servers 127.0.0.1;
sudo /etc/init.d/dnsmasq restart
right-click on knetworkmanager in system tray and restart the connection

Don&#039;t forget to vote:
https://bugs.kde.org/show_bug.cgi?id=135230

2)the dolphin is not really dolphin in kubuntu 7.10, but d3lphin (a hacked version of dolphin for KDE3)
https://marrat.homelinux.org/D3lphin</description>
		<content:encoded><![CDATA[<p>(these comments are really for your previous entry on kde)</p>
<p>1)you can make konqueror as fast as firefox with local DNS cache:<br />
sudo apt-get install dnsmasq<br />
#/etc/dnsmasq.conf<br />
listen-address=127.0.0.1<br />
#/etc/dhcp3/dhclient.conf<br />
prepend domain-name-servers 127.0.0.1;<br />
sudo /etc/init.d/dnsmasq restart<br />
right-click on knetworkmanager in system tray and restart the connection</p>
<p>Don&#8217;t forget to vote:<br />
<a href="https://bugs.kde.org/show_bug.cgi?id=135230" rel="nofollow">https://bugs.kde.org/show_bug.cgi?id=135230</a></p>
<p>2)the dolphin is not really dolphin in kubuntu 7.10, but d3lphin (a hacked version of dolphin for KDE3)<br />
<a href="https://marrat.homelinux.org/D3lphin" rel="nofollow">https://marrat.homelinux.org/D3lphin</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nosrednaekim</title>
		<link>http://ubuntu-tutorials.com/2007/10/07/sinking-deeper-continued-impressions-of-kubuntu/#comment-2639</link>
		<dc:creator>nosrednaekim</dc:creator>
		<pubDate>Sun, 07 Oct 2007 00:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=466#comment-2639</guid>
		<description>Subscribed BTW ;)</description>
		<content:encoded><![CDATA[<p>Subscribed BTW <img src='http://ubuntu-tutorials.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 3/6 queries in 0.004 seconds using disk: basic
Object Caching 259/259 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-02-09 21:47:06 -->
