<?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>gHacks technology news &#187; desktop manager</title>
	<atom:link href="http://www.ghacks.net/tag/desktop-manager/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing KDE 4.3.2 on Ubuntu</title>
		<link>http://www.ghacks.net/2009/11/15/installing-kde-4-3-2-on-ubuntu/</link>
		<comments>http://www.ghacks.net/2009/11/15/installing-kde-4-3-2-on-ubuntu/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 01:06:56 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[desktop manager]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[linux desktop]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=18507</guid>
		<description><![CDATA[KDE is not a desktop that should be overlooked. Not only did it completely redefine itself upon the launch of 4.x, it has added features that have made it unique in the land of desktops. But because KDE completely re-invented itself at version 4 it&#8217;s almost as if you have to consider this a completely [...]]]></description>
			<content:encoded><![CDATA[<p>KDE is not a desktop that should be overlooked. Not only did it completely redefine itself upon the launch of 4.x, it has added features that have made it unique in the land of desktops. But because KDE completely re-invented itself at version 4 it&#8217;s almost as if you have to consider this a completely new desktop. That should explain the landslide of problems that surrounded the Linux desktop until some of the more recent releases fixed many of the major issues. And although not as slick and clean as the latest releases of GNOME, KDE 4.3.2 has made plenty of strides forward to once again became an outstanding desktop environment for the Linux operating system.</p>
<p>The only problem you will find is that some of the many distributions do not ship with KDE installed. If you want KDE on these distributions you must install it. In this article I am going to walk you through the steps for installing the latest KDE on a Ubuntu system. Now you may be saying to yourself: &#8220;Why don&#8217;t I just install <a title="Kubuntu" href="http://www.kubuntu.org/" target="_blank">Kubuntu</a> and be done with it? That&#8217;s a good question. The answer? Most new users have no idea that Kubuntu even exists and will have already installed the GNOME-based Ubuntu. For those people who already have their Linux running, they might want to give the KDE desktop a try as well. That is where tutorials like this come in handy. And of course, once we get KDE installed, we will also take it one step further and install support for Compiz so you can have your 3D effects just like you can on GNOME.</p>
<p><span id="more-18507"></span><strong>Installation</strong></p>
<p>Unfortunately you can&#8217;t just open up the Ubuntu Software Center, do a search for KDE, and install. You will have to add repositories to you <strong>/etc/apt/sources.list </strong>file before you can run the installation command. Fortunately, this is as simple as issuing a few commands.</p>
<p>The first two commands you need to issue will add the proper repositories to your <strong>sources.list </strong>file. With the help of these commands you will not need to open that file up in an editor, as they will simply add the necessary lines for you. So open up a terminal window and issue these two commands (NOTE: Each command is one line long so just copy and paste each command, one at a time, into your terminal. After you copy one command hit enter and then copy paste the next command.):</p>
<p><code>sudo sh -c "echo 'deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu jaunty main' &gt;&gt; /etc/apt/sources.list"</code></p>
<p>and:</p>
<p><code>sudo sh -c "echo 'deb http://ppa.launchpad.net/kubuntu-ppa/staging/ubuntu jaunty main' &gt;&gt; /etc/apt/sources.list"</code></p>
<p>Now that you have the necessary lines you will need to add the correct GPG key with this command:</p>
<p><code>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A</code></p>
<p>Finally, for the installation, issue the command:</p>
<p><code>sudo aptitude install kubuntu-desktop</code></p>
<p>This will require a fairly hefty download, so give this some time.  During the installation you will have to do one bit of configuration which is to choose your graphical login manager. I would suggest sticking with the GNOME login manager GDM.</p>
<p><strong>Compiz support</strong></p>
<p>Now it&#8217;s time to build in some Compiz support. You will find, after you install KDE that, no matter how you configure it, KDE will not work with Compiz &#8211; even if Compiz is working perfectly with GNOME. That is because you have to add KDE Compiz support. To do this issue the command:</p>
<p><em>sudo apt-get install compiz-kde</em></p>
<p>Once that installation has completed you will then need to open the Compiz Configuration Settings Manager (use the command <em>ccsm</em>) and then, under the General category, check the KDE Compatibility check box. You should now be good to go with both KDE and Compiz.</p>
<p><strong>Final thoughts</strong></p>
<p>Do not judge KDE 4.x on previous releases. You owe it to yourself and to the developers of KDE to give the 4.3 release a try. Once you do I think you will see it has matured quite a bit over the last year. And now, with the help of this tutorial, you can do just that.</p>

	Tags: <a href="http://www.ghacks.net/tag/desktop-manager/" title="desktop manager" rel="tag">desktop manager</a>, <a href="http://www.ghacks.net/tag/kde/" title="KDE" rel="tag">KDE</a>, <a href="http://www.ghacks.net/tag/linux-desktop/" title="linux desktop" rel="tag">linux desktop</a>, <a href="http://www.ghacks.net/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/12/08/choosing-the-right-distributio-will-ease-your-migration/" title="Choosing the right distribution will ease your migration (December 8, 2008)">Choosing the right distribution will ease your migration</a> (19)</li>
	<li><a href="http://www.ghacks.net/2009/10/30/with-ubuntu-9-10-arrives-wubi-9-10/" title="With Ubuntu 9.10 Arrives Wubi 9.10 (October 30, 2009)">With Ubuntu 9.10 Arrives Wubi 9.10</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/12/20/why-you-should-switch-your-parents-pc-to-ubuntu/" title="Why you should switch your parents pc to ubuntu (December 20, 2006)">Why you should switch your parents pc to ubuntu</a> (20)</li>
	<li><a href="http://www.ghacks.net/2009/04/02/which-ubuntu-derivative-is-right-for-you/" title="Which Ubuntu Derivative Is Right For You? (April 2, 2009)">Which Ubuntu Derivative Is Right For You?</a> (16)</li>
	<li><a href="http://www.ghacks.net/2009/10/06/what-makes-ubuntu-so-user-friendly/" title="What makes Ubuntu so user friendly? (October 6, 2009)">What makes Ubuntu so user friendly?</a> (47)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/11/15/installing-kde-4-3-2-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>360 Desktop Manager</title>
		<link>http://www.ghacks.net/2008/10/25/360-desktop-manager/</link>
		<comments>http://www.ghacks.net/2008/10/25/360-desktop-manager/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 14:56:23 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[360 desktop]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[desktop manager]]></category>
		<category><![CDATA[desktop space]]></category>
		<category><![CDATA[screen space]]></category>
		<category><![CDATA[virtual desktop]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=7860</guid>
		<description><![CDATA[There is no build in way for Windows users to expand the desktop. The only option is to install third party software programs to expand the desktop virtually. One of those solutions is a virtual desktop manager called 360 Desktop which was previously mentioned by Joshua. The 360 desktop manager uses a different concept than [...]]]></description>
			<content:encoded><![CDATA[<p>There is no build in way for Windows users to expand the desktop. The only option is to install third party software programs to expand the desktop virtually. One of those solutions is a virtual desktop manager called <a href="http://www.ghacks.net/2008/07/09/360-desktop/">360 Desktop</a> which was previously mentioned by Joshua. The 360 desktop manager uses a different concept than the normal desktop managers who provide access to several independent desktops. It provides a scrollable desktop that provides access to a 360 degree workspace.</p>
<p>The desktop manager provides several methods of accessing the parts of the desktop that are not visual. It displays a slider in the upper right corner of the screen that can be used to access another part of the desktop. The second and probably most comfortable solution is to use the mouse-wheel while clicking the left or middle mouse button to scroll left or right. The third and final option is to open the quick nav bar by clicking on the slider and use the navigation bar to access another part of the desktop directly. The desktop scrolls seamlessly by connecting the end and beginning together.</p>
<p>By default only the Windows Taskbar stays in place all the time to provide access to its functions. All other windows and applications will remain in place which means that some of them will not be accessible when in the wrong part of the computer desktop.</p>
<p><span id="more-7860"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/10/360_desktop_manager-500x198.jpg" alt="360 desktop manager" title="360 desktop manager" width="500" height="198" class="alignnone size-medium wp-image-7861" /></p>
<p>This can be changed in the options of the 360 desktop manager so that applications will always be in the visible area of the computer screen. New desktop layouts can be downloaded or created at the official <a href="http://www.360desktop.com">360 Desktop</a> website.  Downloaded desktops can be loaded directly in the application or by dragging and dropping them afterwards in the 360 Manager.</p>
<p>It is furthermore possible to manage so called widgets in the 360 Manager which can only be created on the 360 Desktop website by registered users. Widgets can be pretty much any element that is available on a website like video clips, eBay listings or RSS news feeds which will always be displayed when the desktop manager starts.</p>

	Tags: <a href="http://www.ghacks.net/tag/360-desktop/" title="360 desktop" rel="tag">360 desktop</a>, <a href="http://www.ghacks.net/tag/desktop/" title="desktop" rel="tag">desktop</a>, <a href="http://www.ghacks.net/tag/desktop-manager/" title="desktop manager" rel="tag">desktop manager</a>, <a href="http://www.ghacks.net/tag/desktop-space/" title="desktop space" rel="tag">desktop space</a>, <a href="http://www.ghacks.net/tag/screen-space/" title="screen space" rel="tag">screen space</a>, <a href="http://www.ghacks.net/tag/virtual-desktop/" title="virtual desktop" rel="tag">virtual desktop</a>, <a href="http://www.ghacks.net/tag/wallpaper/" title="wallpaper" rel="tag">wallpaper</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/04/14/use-winroll-for-more-space-on-your-desktop/" title="Use Winroll for more space on your desktop (April 14, 2007)">Use Winroll for more space on your desktop</a> (5)</li>
	<li><a href="http://www.ghacks.net/2007/04/04/natural-designer-wallpaper-exhibition/" title="Natural Designer Wallpaper Exhibition (April 4, 2007)">Natural Designer Wallpaper Exhibition</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/02/22/manage-your-desktop-icons/" title="Manage your Desktop Icons (February 22, 2008)">Manage your Desktop Icons</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/02/28/flickr-wallpaper-search/" title="Flickr Wallpaper Search (February 28, 2008)">Flickr Wallpaper Search</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/07/09/360-desktop/" title="360 Desktop (July 9, 2008)">360 Desktop</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/10/25/360-desktop-manager/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Manage your Desktop Icons</title>
		<link>http://www.ghacks.net/2008/02/22/manage-your-desktop-icons/</link>
		<comments>http://www.ghacks.net/2008/02/22/manage-your-desktop-icons/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 07:56:34 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[desktop icon]]></category>
		<category><![CDATA[desktop manager]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/02/22/manage-your-desktop-icons/</guid>
		<description><![CDATA[Shock Desktop is a Windows application to manage the desktop icons. Users can create profiles which save the current icon layout of the desktop. Loading that profile again resets the desktop to that icon layout. It happens for instance that icons get moved if the user changes the screen resolution. This can be undone with the application.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.docs.kr/">Shock Desktop</a> is a Windows application to manage the desktop icons. Users can create profiles which save the current icon layout of the desktop. Loading that profile again resets the desktop to that icon layout. It happens for instance that icons get moved if the user changes the screen resolution. This can be undone with the application.</p>
<p>Another feature is the ability to display the desktop icons if windows or applications hide them. The hotkey CTRL Q displays the hidden desktop icons and the user can interact with them normally.</p>
<p>One click hides the text of the files and icons and another the complete icons which might be nice if you want to take a screenshot of your desktop for instance.</p>
<p><span id="more-3310"></span>The last function is not that practicable in the daily work routine but I could think of some applications for it. It is possible to arrange the desktop icons in certain forms, like hearts, stars or triangles. Create a heart for your loved one for instance but be prepared to undo the changes as well.</p>

	Tags: <a href="http://www.ghacks.net/tag/desktop/" title="desktop" rel="tag">desktop</a>, <a href="http://www.ghacks.net/tag/desktop-icon/" title="desktop icon" rel="tag">desktop icon</a>, <a href="http://www.ghacks.net/tag/desktop-manager/" title="desktop manager" rel="tag">desktop manager</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/04/14/use-winroll-for-more-space-on-your-desktop/" title="Use Winroll for more space on your desktop (April 14, 2007)">Use Winroll for more space on your desktop</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/02/12/real-desktop/" title="Real Desktop (February 12, 2008)">Real Desktop</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/02/29/pimp-up-your-desktop-with-avedesk/" title="Pimp up your desktop with Avedesk (February 29, 2008)">Pimp up your desktop with Avedesk</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/02/22/manage-your-desktop-icons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Use Winroll for more space on your desktop</title>
		<link>http://www.ghacks.net/2007/04/14/use-winroll-for-more-space-on-your-desktop/</link>
		<comments>http://www.ghacks.net/2007/04/14/use-winroll-for-more-space-on-your-desktop/#comments</comments>
		<pubDate>Sat, 14 Apr 2007 16:25:47 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[desktop manager]]></category>
		<category><![CDATA[minimize to system tray]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/04/14/use-winroll-for-more-space-on-your-desktop/</guid>
		<description><![CDATA[I love tiny free softwares that have been developed by passionate authors. Winroll is one of those applications that is useful and so small in size that it is astonishing how the functionality has been squeezed into the software. The binary has a size of 9 kilobytes. and does the following. Whenever you right-click a title bar of any window it "rolls up" so to speak and only the title bar is visible. Take a look at the screenshots below to get a better impression of how it looks like.]]></description>
			<content:encoded><![CDATA[<p>I love tiny free softwares that have been developed by passionate authors. <a href="http://www.palma.com.au/winroll/" target="_blank">Winroll</a> is one of those applications that is useful and so small in size that it is astonishing how the functionality has been squeezed into the software. The binary has a size of 24 kilobytes. and does the following. Whenever you right-click a title bar of any window it &#8220;rolls up&#8221; so to speak and only the title bar is visible. Take a look at the screenshots below to get a better impression of how it looks like.</p>
<p><img src="http://www.ghacks.net/files/screens/2007/04/rollup-small.jpg" alt="winroll screenshot 1" /><img src="http://www.ghacks.net/files/screens/2007/04/unroll-small.jpg" alt="winroll screenshot 2" /></p>
<p><span id="more-1421"></span></p>
<p>It is possible to minimize or maximize all open windows at once and place windows in the system tray. I was not able to find out all of the functions because of a missing help file. If you right-click and hold shift while clicking on minimize you put the window into the system tray instead of the task bar for instance. If you have more information please let me know.</p>
<p>The about information states that you have to move the mouse over the titlebar, the maximize, minimize and close functions to get help but this is not working for me. Maybe because I disabled something in Windows, who knows ?</p>

	Tags: <a href="http://www.ghacks.net/tag/desktop/" title="desktop" rel="tag">desktop</a>, <a href="http://www.ghacks.net/tag/desktop-manager/" title="desktop manager" rel="tag">desktop manager</a>, <a href="http://www.ghacks.net/tag/minimize-to-system-tray/" title="minimize to system tray" rel="tag">minimize to system tray</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/02/22/manage-your-desktop-icons/" title="Manage your Desktop Icons (February 22, 2008)">Manage your Desktop Icons</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/10/21/zonescreen-finally-gets-64-bit-update/" title="ZoneScreen Finally Gets 64-bit Update (October 21, 2008)">ZoneScreen Finally Gets 64-bit Update</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/01/30/windows-vista-drive-icons/" title="Windows Vista Drive Icons (January 30, 2008)">Windows Vista Drive Icons</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/09/05/windows-system-tray-software/" title="Windows System Tray Software (September 5, 2008)">Windows System Tray Software</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/04/14/use-winroll-for-more-space-on-your-desktop/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
