<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>邪恶的小星星 &#187; kde</title>
	<atom:link href="http://www.xmxsuperstar.com/archives/tag/kde/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xmxsuperstar.com</link>
	<description>Just Another Thinking</description>
	<lastBuildDate>Sun, 04 Jul 2010 07:59:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>解决PPA源的龟速，在Kubuntu9.04中安装kde4.3</title>
		<link>http://www.xmxsuperstar.com/archives/471/%e8%a7%a3%e5%86%b3ppa%e6%ba%90%e7%9a%84%e9%be%9f%e9%80%9f%ef%bc%8c%e5%9c%a8kubuntu9-04%e4%b8%ad%e5%ae%89%e8%a3%85kde4-3.html</link>
		<comments>http://www.xmxsuperstar.com/archives/471/%e8%a7%a3%e5%86%b3ppa%e6%ba%90%e7%9a%84%e9%be%9f%e9%80%9f%ef%bc%8c%e5%9c%a8kubuntu9-04%e4%b8%ad%e5%ae%89%e8%a3%85kde4-3.html#comments</comments>
		<pubDate>Thu, 13 Aug 2009 16:57:42 +0000</pubDate>
		<dc:creator>邪恶的小星星</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kubuntu]]></category>

		<guid isPermaLink="false">http://www.xmxsuperstar.com/?p=471</guid>
		<description><![CDATA[想在kubuntu9.04中升级kde到4.3，按照官方网站的说明在/etc/apt/sources.list里添加： deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu jaunty main 最好添加到第一行，要不然可能出问题。 但是这个源实在是慢得无法让人忍受，只有不到1k的速度，好的时候也顶多4k，但是kde的包又大又多。。。 国外的虚拟主机连接这个源的速度却奇快无比，那就用国外虚拟主机的ssh做代理来更新速度就会上去了： 首先启动ssh代理： sudo ssh -qTfnN -D 1234 username@hostdomain 就在1234端口上启动了一个socks5代理 但是apt-get不支持socks5，所以要先安装一个工具tsocks sudo apt-get install tsocks 配置tsocks，让它使用我们上面建立的socks5代理，用root权限编辑/etc/tsocks.conf，修改以下几行： server = 127.0.0.1 # Server type defaults to 4 so we need to specify it as 5 for this one server_type = 5 # The port defaults to 1080 but I've stated it [...]]]></description>
			<content:encoded><![CDATA[<p>想在kubuntu9.04中升级kde到4.3，按照官方网站的说明在/etc/apt/sources.list里添加：</p>
<pre class="brush: bash;">
deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu jaunty main
</pre>
<p>最好添加到第一行，要不然可能出问题。<br />
但是这个源实在是慢得无法让人忍受，只有不到1k的速度，好的时候也顶多4k，但是kde的包又大又多。。。<br />
国外的虚拟主机连接这个源的速度却奇快无比，那就用国外虚拟主机的ssh做代理来更新速度就会上去了：<br />
首先启动ssh代理：</p>
<pre class="brush: bash;">
sudo ssh -qTfnN -D 1234 username@hostdomain
</pre>
<p>就在1234端口上启动了一个socks5代理<br />
但是apt-get不支持socks5，所以要先安装一个工具tsocks</p>
<pre class="brush: bash;">
sudo apt-get install tsocks
</pre>
<p>配置tsocks，让它使用我们上面建立的socks5代理，用root权限编辑/etc/tsocks.conf，修改以下几行：</p>
<pre class="brush: bash;">
server = 127.0.0.1
# Server type defaults to 4 so we need to specify it as 5 for this one
server_type = 5
# The port defaults to 1080 but I've stated it here for clarity
server_port = 1234
</pre>
<p>然后用tsocks运行apt-get</p>
<pre class="brush: bash;">
sudo tsocks apt-get update
sudo tsocks apt-get upgrade
</pre>
<p>这时候下载包的速度就几乎是满速了 <img src='http://www.xmxsuperstar.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':grin:' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.xmxsuperstar.com/archives/471/%e8%a7%a3%e5%86%b3ppa%e6%ba%90%e7%9a%84%e9%be%9f%e9%80%9f%ef%bc%8c%e5%9c%a8kubuntu9-04%e4%b8%ad%e5%ae%89%e8%a3%85kde4-3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>opensuse11.1 比kubuntu8.10给我的失望小多了</title>
		<link>http://www.xmxsuperstar.com/archives/272/opensuse111-%e6%af%94kubuntu810%e7%bb%99%e6%88%91%e7%9a%84%e5%a4%b1%e6%9c%9b%e5%b0%8f%e5%a4%9a%e4%ba%86.html</link>
		<comments>http://www.xmxsuperstar.com/archives/272/opensuse111-%e6%af%94kubuntu810%e7%bb%99%e6%88%91%e7%9a%84%e5%a4%b1%e6%9c%9b%e5%b0%8f%e5%a4%9a%e4%ba%86.html#comments</comments>
		<pubDate>Sat, 20 Dec 2008 10:38:01 +0000</pubDate>
		<dc:creator>邪恶的小星星</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[opensuse]]></category>

		<guid isPermaLink="false">http://www.xmxsuperstar.com/?p=272</guid>
		<description><![CDATA[昨天把opensuse11.1拖了下来，在虚拟机里试了试，当然是试kde4.1桌面。 官方的特性列表上说这个版本中用的Amarok是刚刚发布的2.0版，但是奇怪的是刚装完系统时里面的Amarok明明是1.4版。好在dvd上就有2.0的包，于是替换掉。界面果然比老版华丽，和预料中一样，mp3的tag都是乱码。 kubuntu8.10在我的笔记本上开始菜单第一次出现的时候总是会花屏，昨天在虚拟机里opensuse貌似没出现这个问题。 好多程序例如yast都是kde3程序，我原本期望像firefox这样的gtk程序能够和kde程序有一致的oxygen风格界面，但是可惜firefox还是gtk样式。 值得称道的是opensuse里的scim无论在gtk程序还是kde程序都可以很好的运行，而kubuntu里怎么搞scim都无法运行。 搞得头疼的是字体设置，配置文件太多了，还没搞明白。。。]]></description>
			<content:encoded><![CDATA[<p>昨天把opensuse11.1拖了下来，在虚拟机里试了试，当然是试kde4.1桌面。</p>
<p>官方的特性列表上说这个版本中用的Amarok是刚刚发布的2.0版，但是奇怪的是刚装完系统时里面的Amarok明明是1.4版。好在dvd上就有2.0的包，于是替换掉。界面果然比老版华丽，和预料中一样，mp3的tag都是乱码。</p>
<p>kubuntu8.10在我的笔记本上开始菜单第一次出现的时候总是会花屏，昨天在虚拟机里opensuse貌似没出现这个问题。</p>
<p>好多程序例如yast都是kde3程序，我原本期望像firefox这样的gtk程序能够和kde程序有一致的oxygen风格界面，但是可惜firefox还是gtk样式。</p>
<p>值得称道的是opensuse里的scim无论在gtk程序还是kde程序都可以很好的运行，而kubuntu里怎么搞scim都无法运行。</p>
<p>搞得头疼的是字体设置，配置文件太多了，还没搞明白。。。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xmxsuperstar.com/archives/272/opensuse111-%e6%af%94kubuntu810%e7%bb%99%e6%88%91%e7%9a%84%e5%a4%b1%e6%9c%9b%e5%b0%8f%e5%a4%9a%e4%ba%86.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Most Beautiful Plasma Themes for KDE 4 Desktop</title>
		<link>http://www.xmxsuperstar.com/archives/95/10-most-beautiful-plasma-themes-for-kde-4-desktop.html</link>
		<comments>http://www.xmxsuperstar.com/archives/95/10-most-beautiful-plasma-themes-for-kde-4-desktop.html#comments</comments>
		<pubDate>Fri, 29 Aug 2008 03:01:46 +0000</pubDate>
		<dc:creator>邪恶的小星星</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[ZZ]]></category>
		<category><![CDATA[kde]]></category>

		<guid isPermaLink="false">http://www.xmxsuperstar.com/?p=95</guid>
		<description><![CDATA[原文 : http://www.junauza.com/2008/08/10-most-beautiful-plasma-themes-for-kde.html The latest series of the K Desktop Environment now utilizes Plasma, a new desktop and panel user interface tool that aims for a more functional, user-friendly, and sleek KDE desktop. Plasma also supports Dashboard-like widgets called plasmoids. If you want to further enhance the look of your KDE 4 desktop, I have [...]]]></description>
			<content:encoded><![CDATA[<p>原文 : <a href="http://www.junauza.com/2008/08/10-most-beautiful-plasma-themes-for-kde.html" target="_blank">http://www.junauza.com/2008/08/10-most-beautiful-plasma-themes-for-kde.html</a></p>
<p>The latest series of the K Desktop Environment now utilizes Plasma, a new desktop and panel user interface tool that aims for a more functional, user-friendly, and sleek <a href="http://www.kde.org/">KDE</a> desktop. Plasma also supports Dashboard-like widgets called plasmoids.</p>
<div style="text-align: justify;">If you want to further enhance the look of your KDE 4 desktop, I have here a list of some of the most beautiful Plasma themes available:</div>
<p>1. <span style="font-weight: bold;">Metalized</span></p>
<div style="text-align: center;"><a href="http://1.bp.blogspot.com/_UqUwVPikChs/SKxDqpJcvII/AAAAAAAAE2U/KJhjDj6aiFI/s1600-h/Metalized.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5236634866604096642" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_UqUwVPikChs/SKxDqpJcvII/AAAAAAAAE2U/KJhjDj6aiFI/s400/Metalized.jpg" border="0" alt="" /></a><a href="http://www.kde-look.org/content/download.php?content=83552&amp;id=1&amp;tan=86917218"><span style="font-size: 85%;">CLICK HERE TO DOWNLOAD </span></a></div>
<p>2. <span style="font-weight: bold;">Perla Negra</span></p>
<div style="text-align: center;"><a href="http://1.bp.blogspot.com/_UqUwVPikChs/SKxHKTI93RI/AAAAAAAAE3U/SACsq-YQpo4/s1600-h/Perla-Negra.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5236638708987190546" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_UqUwVPikChs/SKxHKTI93RI/AAAAAAAAE3U/SACsq-YQpo4/s400/Perla-Negra.jpg" border="0" alt="" /></a><a href="http://www.kde-look.org/content/download.php?content=78253&amp;id=1&amp;tan=25064836"><span style="font-size: 85%;">CLICK HERE TO DOWNLOAD </span></a></div>
<p>3. <span style="font-weight: bold;">Marysia</span></p>
<div style="text-align: center;"><a href="http://2.bp.blogspot.com/_UqUwVPikChs/SKxDqxwYUtI/AAAAAAAAE2c/lYUKGApGaWQ/s1600-h/Marysia.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5236634868914868946" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_UqUwVPikChs/SKxDqxwYUtI/AAAAAAAAE2c/lYUKGApGaWQ/s400/Marysia.jpg" border="0" alt="" /></a><a href="http://www.kde-look.org/content/download.php?content=80239&amp;id=1&amp;tan=77025790"><span style="font-size: 85%;">CLICK HERE TO DOWNLOAD </span></a></div>
<p>4. <span style="font-weight: bold;">Aya</span></p>
<div style="text-align: center;"><a href="http://1.bp.blogspot.com/_UqUwVPikChs/SKxDq4AXLOI/AAAAAAAAE2k/fl1y0uHE5FU/s1600-h/aya.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5236634870592515298" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_UqUwVPikChs/SKxDq4AXLOI/AAAAAAAAE2k/fl1y0uHE5FU/s400/aya.jpg" border="0" alt="" /></a><a href="http://www.kde-look.org/content/download.php?content=76197&amp;id=1&amp;tan=64032071"><span style="font-size: 85%;">CLICK HERE TO DOWNLOAD </span></a></div>
<p>5. <span style="font-weight: bold;">Slim Glow</span></p>
<div style="text-align: center;"><a href="http://1.bp.blogspot.com/_UqUwVPikChs/SKxDrAIyDaI/AAAAAAAAE2s/XiZp9u6m4OM/s1600-h/Slim-Glow.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5236634872775314850" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_UqUwVPikChs/SKxDrAIyDaI/AAAAAAAAE2s/XiZp9u6m4OM/s400/Slim-Glow.jpg" border="0" alt="" /></a><a href="http://www.kde-look.org/content/download.php?content=74329&amp;id=1&amp;tan=16044224"><span style="font-size: 85%;">CLICK HERE TO DOWNLOAD </span></a></div>
<p>6.<span style="font-weight: bold;"> Silicon</span></p>
<div style="text-align: center;"><a href="http://4.bp.blogspot.com/_UqUwVPikChs/SKxHJ0tGzRI/AAAAAAAAE28/lBYaCBa_7xo/s1600-h/Silicon.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5236638700817272082" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_UqUwVPikChs/SKxHJ0tGzRI/AAAAAAAAE28/lBYaCBa_7xo/s400/Silicon.jpg" border="0" alt="" /></a><a href="http://www.kde-look.org/content/download.php?content=77969&amp;id=1&amp;tan=47581147"><span style="font-size: 85%;">CLICK HERE TO DOWNLOAD </span></a></div>
<p>7. <span style="font-weight: bold;">Perfection</span></p>
<div style="text-align: center;"><a href="http://1.bp.blogspot.com/_UqUwVPikChs/SKxDrEf6wpI/AAAAAAAAE20/AqmEXBfh6VQ/s1600-h/Perfection.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5236634873946096274" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_UqUwVPikChs/SKxDrEf6wpI/AAAAAAAAE20/AqmEXBfh6VQ/s400/Perfection.jpg" border="0" alt="" /></a><a href="http://www.kde-look.org/content/download.php?content=79274&amp;id=1&amp;tan=43462800"><span style="font-size: 85%;">CLICK HERE TO DOWNLOAD</span></a></div>
<p>8. <span style="font-weight: bold;">Akoma</span></p>
<div style="text-align: center;"><a href="http://2.bp.blogspot.com/_UqUwVPikChs/SKxHJ6-YLyI/AAAAAAAAE3E/b_EYRj6M_nI/s1600-h/Akoma.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5236638702500327202" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_UqUwVPikChs/SKxHJ6-YLyI/AAAAAAAAE3E/b_EYRj6M_nI/s400/Akoma.jpg" border="0" alt="" /></a><a href="http://www.kde-look.org/content/download.php?content=76587&amp;id=1&amp;tan=31818658"><span style="font-size: 85%;">CLICK HERE TO DOWNLOAD </span></a></div>
<p>9. <span style="font-weight: bold;">Mist</span></p>
<div style="text-align: center;"><a href="http://3.bp.blogspot.com/_UqUwVPikChs/SKxHKGqUumI/AAAAAAAAE3M/hVzfQDpeR9o/s1600-h/Mist.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5236638705637440098" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_UqUwVPikChs/SKxHKGqUumI/AAAAAAAAE3M/hVzfQDpeR9o/s400/Mist.jpg" border="0" alt="" /></a><a href="http://www.kde-look.org/content/download.php?content=82933&amp;id=1&amp;tan=89308908"><span style="font-size: 85%;">CLICK HERE TO DOWNLOAD </span></a></div>
<p>10. <span style="font-weight: bold;">TiComb</span></p>
<p style="text-align: center;"><a href="http://1.bp.blogspot.com/_UqUwVPikChs/SKxHKS7RFwI/AAAAAAAAE3c/z6yjI-du_jE/s1600-h/TiComb.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5236638708929730306" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_UqUwVPikChs/SKxHKS7RFwI/AAAAAAAAE3c/z6yjI-du_jE/s400/TiComb.jpg" border="0" alt="" /></a><a href="http://www.kde-look.org/content/download.php?content=76628&amp;id=1&amp;tan=11395396"><span style="font-size: 85%;">CLICK HERE TO DOWNLOAD </span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xmxsuperstar.com/archives/95/10-most-beautiful-plasma-themes-for-kde-4-desktop.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(ZZ)KDE 4之823000版欣赏</title>
		<link>http://www.xmxsuperstar.com/archives/5/zzkde-4%e4%b9%8b823000%e7%89%88%e6%ac%a3%e8%b5%8f.html</link>
		<comments>http://www.xmxsuperstar.com/archives/5/zzkde-4%e4%b9%8b823000%e7%89%88%e6%ac%a3%e8%b5%8f.html#comments</comments>
		<pubDate>Mon, 23 Jun 2008 07:45:39 +0000</pubDate>
		<dc:creator>邪恶的小星星</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ZZ]]></category>
		<category><![CDATA[kde]]></category>

		<guid isPermaLink="false">http://www.xmxsuperstar.cn/jaws/index.php/blog/show/KDE-4之823000版欣赏.html</guid>
		<description><![CDATA[KDE 4.1正式版于一月内就要与大家见面了，但是这并不意味着现在KDE 4已进入“特性冻结，Debug”的阶段。 相反，处于开发中的KDE 4.1不断地冒出很多新玩意，让我们来看看这个Rev 823000版吧。 —- 下面的载图和说明来自：KDE 4 rev 823000。 桌面 KDE 4.1 823000的桌面截图，壁纸很另类！ Splash启动画面 新的Ksplash，更新了背景和布局。 Krunner Krunner是KDE下用的最频繁的组件之一，通过Krunner可以完成很多任务。你甚至可以用Krunner做普通的数字运算。 截图中显示了通过关键字调用Amarok来播放相关专辑。 新的桌面主题 KDE 4的Oxygen主题已经获得了众用户的好评，现在KDE 4.1改善了Oxygen主题，并增加了两个新主题： Bespin和Oxygen+Bespin的混合体。 下面三张截图依次是：Oxygen、Bespin和Oxygen+Bespin。 下面两张分别是应用了Oxygen和Bespin的Dolphin（文件管理器） Plasma桌面Shell 上次在KE 4.2概念图欣赏中介绍的新式Widget，将在KDE 4.1中出现了。 下面是Folder View视图： 桌面上的System Moniter。系统信息一览无余！ KDE 4和Firefox 3 既使用KDE又使用Firefox的用户一定会对Firefox 3的主题感觉不爽，因为Firefox 3只支持原生GTK+主题，这意味着Firefox 3只在GNOME桌面环境下具备与桌面环境相符的显示效果。 如果你在KDE 4下使用Firefox 3，那么效果一定是像下面这样的。Oxygen的边框+不完整的GNOME Tango的效果，非常难看！ 然而，在KDE 4.1中，Firefox应用了新主题 ，已经与KDE 4桌面非常好的集成在一块了。 Firefox 3的主题类似于Windows的主题，注意对比上下两图的滚动条和标签，标签的Oxygen！ 介绍了一部分KDE 4之823000，这次你又是什么感觉呢？]]></description>
			<content:encoded><![CDATA[<p>KDE 4.1正式版于一月内就要与大家见面了，但是这并不意味着现在KDE 4已进入“特性冻结，Debug”的阶段。</p>
<p>相反，处于开发中的KDE 4.1不断地冒出很多新玩意，让我们来看看这个Rev 823000版吧。</p>
<p>—-</p>
<p>下面的载图和说明来自：<a href="http://www.jarzebski.pl/read/kde-4-rev-823000.so">KDE 4 rev 823000</a>。</p>
<p><strong>桌面</strong></p>
<p>KDE 4.1 823000的桌面截图，壁纸很另类！</p>
<p><a href="http://linuxdesktop.cn/"><img class="alignnone size-medium wp-image-1685" title="kde4-desktop-1" src="http://linuxdesktop.cn/wp-content/uploads/2008/06/kde4-desktop-1.jpg" alt="" width="480" height="300" /></a></p>
<p><strong>Splash启动画面</strong></p>
<p>新的Ksplash，更新了背景和布局。</p>
<p><a href="http://linuxdesktop.cn/"><img class="alignnone size-medium wp-image-1686" title="kde4-splash" src="http://linuxdesktop.cn/wp-content/uploads/2008/06/kde4-splash.jpg" alt="" width="480" height="340" /></a></p>
<p><strong>Krunner</strong></p>
<p>Krunner是KDE下用的最频繁的组件之一，通过Krunner可以完成很多任务。你甚至可以用Krunner做普通的数字运算。</p>
<p>截图中显示了通过关键字调用Amarok来播放相关专辑。</p>
<p><a href="http://linuxdesktop.cn/"><img class="alignnone size-medium wp-image-1687" title="krunner_amarok" src="http://linuxdesktop.cn/wp-content/uploads/2008/06/krunner_amarok.jpg" alt="" width="417" height="301" /></a></p>
<p><strong>新的桌面主题</strong></p>
<p>KDE 4的Oxygen主题已经获得了众用户的好评，现在KDE 4.1改善了Oxygen主题，并增加了两个新主题： Bespin和Oxygen+Bespin的混合体。</p>
<p>下面三张截图依次是：Oxygen、Bespin和Oxygen+Bespin。</p>
<p><a href="http://linuxdesktop.cn/"><img class="alignnone size-medium wp-image-1690" title="style-oxygen" src="http://linuxdesktop.cn/wp-content/uploads/2008/06/style-oxygen.jpg" alt="" width="480" height="230" /></a></p>
<p><a href="http://linuxdesktop.cn/"><img class="alignnone size-medium wp-image-1688" title="style-bespin" src="http://linuxdesktop.cn/wp-content/uploads/2008/06/style-bespin.jpg" alt="" width="480" height="218" /></a></p>
<p><a href="http://linuxdesktop.cn/"><img class="alignnone size-medium wp-image-1689" title="style-bespin-oxygen" src="http://linuxdesktop.cn/wp-content/uploads/2008/06/style-bespin-oxygen.jpg" alt="" width="480" height="230" /></a></p>
<p>下面两张分别是应用了Oxygen和Bespin的Dolphin（文件管理器）</p>
<p><a href="http://linuxdesktop.cn/"><img class="alignnone size-medium wp-image-1684" title="dolphin-oxygen" src="http://linuxdesktop.cn/wp-content/uploads/2008/06/dolphin-oxygen.jpg" alt="" width="480" height="322" /></a></p>
<p><a href="http://linuxdesktop.cn/"><img class="alignnone size-medium wp-image-1683" title="dolphin-bespin" src="http://linuxdesktop.cn/wp-content/uploads/2008/06/dolphin-bespin.jpg" alt="" width="480" height="317" /></a></p>
<p><strong>Plasma桌面Shell</strong></p>
<p>上次在<a rel="bookmark" href="http://linuxdesktop.cn/2008/06/23/2008/06/10/kde-42%e6%a6%82%e5%bf%b5%e5%9b%be%e6%ac%a3%e8%b5%8f/">KE 4.2概念图欣赏</a>中介绍的新式Widget，将在KDE 4.1中出现了。</p>
<p>下面是Folder View视图：</p>
<p><a href="http://linuxdesktop.cn/"><img class="alignnone size-medium wp-image-1691" title="plasma_folderview" src="http://linuxdesktop.cn/wp-content/uploads/2008/06/plasma_folderview.jpg" alt="" width="324" height="222" /></a></p>
<p><a href="http://linuxdesktop.cn/"><img class="alignnone size-medium wp-image-1692" title="plasma_folderview_cfg" src="http://linuxdesktop.cn/wp-content/uploads/2008/06/plasma_folderview_cfg.jpg" alt="" width="313" height="361" /></a></p>
<p>桌面上的System Moniter。系统信息一览无余！</p>
<p><a href="http://linuxdesktop.cn/"><img class="alignnone size-medium wp-image-1693" title="plasma_system_monitor" src="http://linuxdesktop.cn/wp-content/uploads/2008/06/plasma_system_monitor.jpg" alt="" width="208" height="480" /></a></p>
<p><strong>KDE 4和Firefox 3</strong></p>
<p>既使用KDE又使用Firefox的用户一定会对Firefox 3的主题感觉不爽，因为Firefox 3只支持原生GTK+主题，这意味着Firefox 3只在GNOME桌面环境下具备与桌面环境相符的显示效果。</p>
<p>如果你在KDE 4下使用Firefox 3，那么效果一定是像下面这样的。Oxygen的边框+不完整的GNOME Tango的效果，非常难看！</p>
<p><a href="http://linuxdesktop.cn/"><img class="alignnone size-medium wp-image-1694" title="firefox-3-kde4-1" src="http://linuxdesktop.cn/wp-content/uploads/2008/06/firefox-3-kde4-1.jpg" alt="" width="480" height="341" /></a></p>
<p>然而，在KDE 4.1中，Firefox应用了新主题 ，已经与KDE 4桌面非常好的集成在一块了。</p>
<p>Firefox 3的主题类似于Windows的主题，注意对比上下两图的滚动条和标签，标签的Oxygen！</p>
<p><a href="http://linuxdesktop.cn/"><img class="alignnone size-medium wp-image-1695" title="firefox-3-kde4-3" src="http://linuxdesktop.cn/wp-content/uploads/2008/06/firefox-3-kde4-3.jpg" alt="" width="480" height="343" /></a></p>
<p>介绍了一部分KDE 4之823000，这次你又是什么感觉呢？</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xmxsuperstar.com/archives/5/zzkde-4%e4%b9%8b823000%e7%89%88%e6%ac%a3%e8%b5%8f.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->