<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Random notes about Ubuntu</title>
	<link>http://www.jeffreymhill.com/ubuntu</link>
	<description>Notes about how I got various things to work on my Ubuntu machines</description>
	<pubDate>Thu, 01 Sep 2011 01:31:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Viewport switching with the scroll wheel</title>
		<link>http://www.jeffreymhill.com/ubuntu/2011/08/31/viewport-switching-with-the-scroll-wheel/</link>
		<comments>http://www.jeffreymhill.com/ubuntu/2011/08/31/viewport-switching-with-the-scroll-wheel/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 01:31:01 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
		
		<category><![CDATA[natty]]></category>

		<category><![CDATA[compiz]]></category>

		<category><![CDATA[mouse]]></category>

		<category><![CDATA[viewport]]></category>

		<category><![CDATA[workspaces]]></category>

		<guid isPermaLink="false">http://www.jeffreymhill.com/ubuntu/2011/08/31/viewport-switching-with-the-scroll-wheel/</guid>
		<description><![CDATA[With compiz installed:
System &#62; Settings &#62; CompizConfig Settings Manager
Desktop &#62; Viewport Switcher &#62; &#8220;Desktop-based Viewport Switching&#8221; tab
Move Next: button 5 (scroll down)
Move Prev: button 4 (scroll up)
]]></description>
			<content:encoded><![CDATA[<p>With <a href="http://www.jeffreymhill.com/ubuntu/2011/06/07/enabling-desktop-effects-in-natty/">compiz</a> installed:</p>
<blockquote><p>System &gt; Settings &gt; CompizConfig Settings Manager<br />
Desktop &gt; Viewport Switcher &gt; &#8220;Desktop-based Viewport Switching&#8221; tab<br />
Move Next: button 5 (scroll down)<br />
Move Prev: button 4 (scroll up)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffreymhill.com/ubuntu/2011/08/31/viewport-switching-with-the-scroll-wheel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How I installed Songbird 1.9.3 on Natty</title>
		<link>http://www.jeffreymhill.com/ubuntu/2011/06/07/how-i-installed-songbird-193-on-natty/</link>
		<comments>http://www.jeffreymhill.com/ubuntu/2011/06/07/how-i-installed-songbird-193-on-natty/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 02:49:35 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
		
		<category><![CDATA[natty]]></category>

		<category><![CDATA[migrating itunes]]></category>

		<category><![CDATA[music]]></category>

		<category><![CDATA[songbird]]></category>

		<guid isPermaLink="false">http://www.jeffreymhill.com/ubuntu/2011/06/07/how-i-installed-songbird-193-on-natty/</guid>
		<description><![CDATA[I used to use iTunes as my music player, and I guess when I first switched to Ubuntu in 2008 (running Hardy) I wanted to migrate my iTunes library rather than just starting from scratch (so I wouldn&#8217;t lose my play counts and such).  I ended up stumbling upon Songbird, and managed to migrate my [...]]]></description>
			<content:encoded><![CDATA[<p>I used to use iTunes as my music player, and I guess when I first switched to Ubuntu in 2008 (running Hardy) I wanted to migrate my iTunes library rather than just starting from scratch (so I wouldn&#8217;t lose my play counts and such).  I ended up stumbling upon Songbird, and managed to migrate my iTunes library through a convoluted process of copying my iTunes library from my Mac to Windows, migrating that library to Songbird, and then copying that library to Ubuntu.  I think I had to do some SQL magic to get the file paths updated (Songbird on Windows notably made all the paths lowercase in the SQLite database, so part of this process involved renaming all of my music to be entirely lowercase.)</p>
<p>I recently built my Natty machine and wanted to keep my metadata alive, and here is how I managed to migrate my Songbird library from 0.7.0 to 1.9.3.</p>
<p><strong>To get Songbird</strong></p>
<p>Add getdeb to repositories (<a href="http://www.ubuntuupdates.org/ppa/getdeb_apps?dist=natty">http://www.ubuntuupdates.org/ppa/getdeb_apps?dist=natty</a>)</p>
<p class="code">wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -<br />
sudo sh -c &#8216;echo &#8220;deb http://archive.getdeb.net/ubuntu natty-getdeb apps&#8221; &gt;&gt; /etc/apt/sources.list.d/getdeb.list&#8217;</p>
<p>Then install songbird</p>
<p class="code">sudo apt-get update<br />
sudo apt-get install songbird</p>
<p><strong>Migrating the database from 0.7.0 to 1.9.3</strong></p>
<p>I doubt there are many people who want to do this, but if you&#8217;re one of the few who are in this situation, hopefully this will help you out.</p>
<p>This will involve the old Ubuntu installation, the new Ubuntu installation, and a Windows machine.</p>
<p>Open Songbird 1.9.3 to get a fresh database on the new machine.<br />
On the 0.7.0 machine, the database is located in <strong>~/.songbird2/<em>xxxxxxxx</em>.default/db</strong><br />
Unfortunately, copying that db folder directly to 1.9.3 on the new machine didn&#8217;t work; it gave an error while attempting to upgrade but didn&#8217;t give any details</p>
<p>I was able to upgrade by dropping it into a Windows version of Songbird 1.9.3.  After installing Songbird, copy the db folder from the old Ubuntu machine to the Songbird data folder on the Windows machine.  (On Windows XP, the database is stored at <strong>C:\Documents and Settings\<em>username</em>\Application Data\Songbird2\Profiles\<em>xxxxxxxx</em>.default\db\</strong>)  Run Songbird on the Windows machine - after running the upgrade wizard the music should be listed (it probably won&#8217;t play because the paths will be wrong, but that&#8217;s not necessary to make this work).</p>
<p>Once upgraded by Windows, close out of Songbird and go back to the new Ubuntu machine running Songbird 1.9.3.</p>
<p>Go to the <strong>~/.songbird2/<em>xxxxxxxx</em>.default</strong> directory and rename the <strong>db</strong> directory to something else (like <strong>db_bak</strong>).  Copy over the upgraded <strong>db</strong> directory from the Windows installation.</p>
<p>There are a couple more tweaks that needed to be done to make Songbird happy.</p>
<p>Install sqlitebrowser if you don&#8217;t already have it:</p>
<p class="code">sudo apt-get install sqlitebrowser</p>
<p>It will be found in Applications &gt; Programming.</p>
<p>Open the <em>fresh</em> 1.9.3 songbird database (<strong>db_bak/main@library.songbirdnest.com.db</strong>), go to the Browse Data tab, and in the library_media_item table, copy the text in the <strong>guid</strong> field.</p>
<p>Open the upgraded database with your data (<strong>db/main@library.songbirdnest.com.db</strong>), go to the Browse Data tab:</p>
<ul>
<li>in the library_media_item table, double click on the GUID entry and replace it with the one you copied.</li>
<li>in the library_metadata table, in the record with name=&#8217;resource-guid&#8217;, replace the &#8220;value&#8221; with the GUID you copied</li>
<li>Save the database.</li>
</ul>
<p>Finally, in the <strong>db</strong> directory, delete <strong>playqueue@library.songbirdnest.com.db</strong>.  I found that if this wasn&#8217;t done songbird will lock up.</p>
<p>At this point I was able to open Songbird and see my library.  While I was trying to figure this out I did do one more thing which may or may not have been necessary, so don&#8217;t do this if it&#8217;s already working.  It looks like playlists in the media_items contain the old GUID in the content_url field, so I replaced them on the Execute SQL tab with:</p>
<p class="code">UPDATE media_items SET content_url = replace(content_url, &#8216;<em>old-guid</em>&#8216;, &#8216;<em>new-guid</em>&#8216;) WHERE content_url LIKE &#8216;%<em>old-guid</em>%&#8217;;</p>
<p>Where <em>old-guid</em> is the GUID from the old database and <em>new-guid</em> is the GUID you copied from the fresh database.</p>
<p>Unfortunately I still haven&#8217;t found a way to get minimizing to the notification area to work with Songbird 1.9.3 on Natty, which I had working with Firetray on my Hardy installation. (The latest version of Firetray appears to work with Firefox but not Songbird 1.9.3 - it seems that all of the hide on minimize/close functionality works except for actually showing the icon in the notification area.)  Songbird also doesn&#8217;t integrate with the volume control in the default indicator applet, so it&#8217;s not as friendly as using a music player that does. Hopefully I&#8217;ll figure out how to do it soon and post about it when that happens.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffreymhill.com/ubuntu/2011/06/07/how-i-installed-songbird-193-on-natty/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mounting internal disks</title>
		<link>http://www.jeffreymhill.com/ubuntu/2011/06/07/mounting-disks/</link>
		<comments>http://www.jeffreymhill.com/ubuntu/2011/06/07/mounting-disks/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 02:20:02 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
		
		<category><![CDATA[natty]]></category>

		<category><![CDATA[disks]]></category>

		<category><![CDATA[mounting]]></category>

		<guid isPermaLink="false">http://www.jeffreymhill.com/ubuntu/2011/06/07/mounting-disks/</guid>
		<description><![CDATA[Source: https://help.ubuntu.com/community/MoveMountpointHowto
List disks/partitions:
sudo fdisk -l
List UUIDs
sudo blkid
Automatically mounting a drive on startup
Open fstab:
sudo gedit /etc/fstab
To mount my ext2 drive I pulled from my other computer, I added:
UUID=UUID_FROM_blkid   /MOUNTPOINT   ext2  relatime 0 2
Where UUID_FROM_blkid is the UUID retrieved using sudo blkid and MOUNTPOINT is the directory where you want the drive [...]]]></description>
			<content:encoded><![CDATA[<p>Source: <a href="https://help.ubuntu.com/community/MoveMountpointHowto">https://help.ubuntu.com/community/MoveMountpointHowto</a></p>
<p><strong>List disks/partitions:</strong></p>
<p class="code">sudo fdisk -l</p>
<p><strong>List UUIDs</strong></p>
<p class="code">sudo blkid</p>
<p><strong>Automatically mounting a drive on startup</strong></p>
<p>Open fstab:</p>
<p class="code">sudo gedit /etc/fstab</p>
<p>To mount my ext2 drive I pulled from my other computer, I added:</p>
<blockquote><p>UUID=<em>UUID_FROM_blkid</em>   /<em>MOUNTPOINT</em>   ext2  relatime 0 2</p></blockquote>
<p>Where <em>UUID_FROM_blkid</em> is the UUID retrieved using <strong>sudo blkid</strong> and <em>MOUNTPOINT</em> is the directory where you want the drive mounted.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffreymhill.com/ubuntu/2011/06/07/mounting-disks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing TrueCrypt on Natty</title>
		<link>http://www.jeffreymhill.com/ubuntu/2011/06/07/installing-truecrypt-on-natty/</link>
		<comments>http://www.jeffreymhill.com/ubuntu/2011/06/07/installing-truecrypt-on-natty/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 02:15:57 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
		
		<category><![CDATA[natty]]></category>

		<category><![CDATA[encryption]]></category>

		<category><![CDATA[truecrypt]]></category>

		<guid isPermaLink="false">http://www.jeffreymhill.com/ubuntu/2011/06/07/installing-truecrypt-on-natty/</guid>
		<description><![CDATA[I downloaded the standard 7.0a tar file from http://www.truecrypt.org/downloads, extracted it and simply ran the script it contained.  TrueCrypt then appears in Applications &#62; Accessories.
For reference, this note was displayed during setup:
 Uninstalling TrueCrypt:
-----------------------
To uninstall TrueCrypt, please run &#8216;truecrypt-uninstall.sh&#8217;
]]></description>
			<content:encoded><![CDATA[<p>I downloaded the standard 7.0a tar file from <a href="http://www.truecrypt.org/downloads">http://www.truecrypt.org/downloads</a>, extracted it and simply ran the script it contained.  TrueCrypt then appears in Applications &gt; Accessories.</p>
<p>For reference, this note was displayed during setup:</p>
<blockquote><p> Uninstalling TrueCrypt:<br />
-----------------------</p>
<p>To uninstall TrueCrypt, please run &#8216;truecrypt-uninstall.sh&#8217;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffreymhill.com/ubuntu/2011/06/07/installing-truecrypt-on-natty/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Getting embedded PDFs to work in Firefox</title>
		<link>http://www.jeffreymhill.com/ubuntu/2011/06/07/getting-embedded-pdfs-to-work-in-firefox/</link>
		<comments>http://www.jeffreymhill.com/ubuntu/2011/06/07/getting-embedded-pdfs-to-work-in-firefox/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 02:12:20 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
		
		<category><![CDATA[natty]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[pdf]]></category>

		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.jeffreymhill.com/ubuntu/2011/06/07/getting-embedded-pdfs-to-work-in-firefox/</guid>
		<description><![CDATA[The first post in this thread clearly explains it: http://ubuntuforums.org/showthread.php?t=25685
Though the post says you shouldn&#8217;t have to, I had to restart Firefox to get it to work, but that might have been because I had Firefox open when i installed mozplugger (best guess I have).  Not a big deal at all.
I&#8217;ve noticed this sometimes [...]]]></description>
			<content:encoded><![CDATA[<p>The first post in this thread clearly explains it: <a href="http://ubuntuforums.org/showthread.php?t=25685">http://ubuntuforums.org/showthread.php?t=25685</a></p>
<p>Though the post says you shouldn&#8217;t have to, I had to restart Firefox to get it to work, but that might have been because I had Firefox open when i installed mozplugger (best guess I have).  Not a big deal at all.</p>
<p>I&#8217;ve noticed this sometimes shows the PDF embedded in the browser and sometimes opens a new evince window.  Not a problem at all, but just strange.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffreymhill.com/ubuntu/2011/06/07/getting-embedded-pdfs-to-work-in-firefox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing the Canon MG5220 printer/scanner</title>
		<link>http://www.jeffreymhill.com/ubuntu/2011/06/07/installing-the-canon-mg5220-printer/</link>
		<comments>http://www.jeffreymhill.com/ubuntu/2011/06/07/installing-the-canon-mg5220-printer/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 02:01:25 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
		
		<category><![CDATA[natty]]></category>

		<category><![CDATA[canon]]></category>

		<category><![CDATA[printer]]></category>

		<category><![CDATA[scanner]]></category>

		<guid isPermaLink="false">http://www.jeffreymhill.com/ubuntu/2011/06/07/installing-the-canon-mg5220-printer/</guid>
		<description><![CDATA[Source: http://ubuntuforums.org/showthread.php?t=1588333
Download drivers from http://support-au.canon.com.au/contents/AU/EN/0100301702.html
Extract, open a terminal window to extracted directory and run:
sudo ./install.sh
Caveat: I imagine this should work, but for some reason I didn&#8217;t actually do it this way.  I actually manually installed the cnijfilter-common and cnijfilter-mg5200series packages for amd64.
Then plug the printer in and turn it on.
If it doesn&#8217;t automatically install:
 [...]]]></description>
			<content:encoded><![CDATA[<p>Source: <a href="http://ubuntuforums.org/showthread.php?t=1588333">http://ubuntuforums.org/showthread.php?t=1588333</a></p>
<p>Download drivers from <a href="http://support-au.canon.com.au/contents/AU/EN/0100301702.html">http://support-au.canon.com.au/contents/AU/EN/0100301702.html</a><br />
Extract, open a terminal window to extracted directory and run:</p>
<p class="code">sudo ./install.sh</p>
<p><em>Caveat: I imagine this should work, but for some reason I didn&#8217;t actually do it this way.  I actually manually installed the cnijfilter-common and cnijfilter-mg5200series packages for amd64.</em></p>
<p>Then plug the printer in and turn it on.</p>
<p>If it doesn&#8217;t automatically install:</p>
<blockquote><p> Go to System &gt; Administration &gt; Printing<br />
You may have to wait for a few seconds to it to show up.<br />
Click the MG5220 and keep clicking next, it should find the drivers and install.</p></blockquote>
<p><strong>For scanning:</strong><br />
Download ScanGear MP from <a href="http://support-au.canon.com.au/contents/AU/EN/0100303002.html">http://support-au.canon.com.au/contents/AU/EN/0100303002.html</a><br />
Extract, open a terminal window to extracted directory and run:</p>
<p class="code">sudo ./install.sh</p>
<p>Run &#8220;scangearmp&#8221; to execute</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffreymhill.com/ubuntu/2011/06/07/installing-the-canon-mg5220-printer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Disabling the annoying update manager popup</title>
		<link>http://www.jeffreymhill.com/ubuntu/2011/06/07/disabling-the-annoying-update-manager-popup-in-newer-versions-of-ubuntu/</link>
		<comments>http://www.jeffreymhill.com/ubuntu/2011/06/07/disabling-the-annoying-update-manager-popup-in-newer-versions-of-ubuntu/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 01:47:20 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
		
		<category><![CDATA[jaunty]]></category>

		<category><![CDATA[natty]]></category>

		<category><![CDATA[annoyances]]></category>

		<category><![CDATA[update manager]]></category>

		<guid isPermaLink="false">http://www.jeffreymhill.com/ubuntu/2011/06/07/disabling-the-annoying-update-manager-popup-in-newer-versions-of-ubuntu/</guid>
		<description><![CDATA[Source: http://conradmiguel.com/remove-update-manager-pop-up-in-ubuntu-904-jaunty-jackalope
If the update manager window is popping up, here&#8217;s how to restore it to the old, less annoying, behavior of showing an icon in the notification area:
gconftool -s --type bool /apps/update-notifier/auto_launch false
]]></description>
			<content:encoded><![CDATA[<p>Source: <a href="http://conradmiguel.com/remove-update-manager-pop-up-in-ubuntu-904-jaunty-jackalope">http://conradmiguel.com/remove-update-manager-pop-up-in-ubuntu-904-jaunty-jackalope</a></p>
<p>If the update manager window is popping up, here&#8217;s how to restore it to the old, less annoying, behavior of showing an icon in the notification area:</p>
<p class="code">gconftool -s --type bool /apps/update-notifier/auto_launch false</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffreymhill.com/ubuntu/2011/06/07/disabling-the-annoying-update-manager-popup-in-newer-versions-of-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Switch workspaces when dragging a window to the edge of the screen</title>
		<link>http://www.jeffreymhill.com/ubuntu/2011/06/07/switch-workspaces-when-dragging-a-window-to-the-edge-of-the-screen/</link>
		<comments>http://www.jeffreymhill.com/ubuntu/2011/06/07/switch-workspaces-when-dragging-a-window-to-the-edge-of-the-screen/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 01:44:58 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
		
		<category><![CDATA[natty]]></category>

		<category><![CDATA[compiz]]></category>

		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.jeffreymhill.com/ubuntu/2011/06/07/switch-workspaces-when-dragging-a-window-to-the-edge-of-the-screen/</guid>
		<description><![CDATA[With compiz installed:
System &#62; Settings &#62; CompizConfig Settings Manager
Desktop &#62; Desktop Wall &#62; Edge flipping tab
Edge Flip Move: should be checked
]]></description>
			<content:encoded><![CDATA[<p>With <a href="http://www.jeffreymhill.com/ubuntu/2011/06/07/enabling-desktop-effects-in-natty/">compiz installed</a>:</p>
<blockquote><p>System &gt; Settings &gt; CompizConfig Settings Manager<br />
Desktop &gt; Desktop Wall &gt; Edge flipping tab<br />
Edge Flip Move: should be checked</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffreymhill.com/ubuntu/2011/06/07/switch-workspaces-when-dragging-a-window-to-the-edge-of-the-screen/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enable numlock at startup</title>
		<link>http://www.jeffreymhill.com/ubuntu/2011/06/07/enable-numlock-at-startup/</link>
		<comments>http://www.jeffreymhill.com/ubuntu/2011/06/07/enable-numlock-at-startup/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 01:18:54 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
		
		<category><![CDATA[natty]]></category>

		<category><![CDATA[login]]></category>

		<category><![CDATA[numlock]]></category>

		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://www.jeffreymhill.com/ubuntu/?p=4</guid>
		<description><![CDATA[Source: http://ubuntuguide.net/enable-number-pad-numlock-at-startup-in-ubuntu-login-window
It&#8217;s really annoying when NumLock isn&#8217;t turned on.  Of course, by default it is disabled on startup.  Here&#8217;s how to fix that:
Install numlockx by this command in terminal(Applications/Accessories/Terminal):
sudo apt-get install numlockx
edit /etc/gdm/Init/Default with your favourite editor:
sudo gedit /etc/gdm/Init/Default
add following above the last line which says exit 0:
if [ -x /usr/bin/numlockx ]; then
/usr/bin/numlockx on
fi
]]></description>
			<content:encoded><![CDATA[<p>Source: <a href="http://ubuntuguide.net/enable-number-pad-numlock-at-startup-in-ubuntu-login-window">http://ubuntuguide.net/enable-number-pad-numlock-at-startup-in-ubuntu-login-window</a></p>
<p>It&#8217;s really annoying when NumLock isn&#8217;t turned on.  Of course, by default it is disabled on startup.  Here&#8217;s how to fix that:</p>
<p>Install numlockx by this command in terminal(Applications/Accessories/Terminal):</p>
<p class="code">sudo apt-get install numlockx</p>
<p>edit /etc/gdm/Init/Default with your favourite editor:</p>
<p class="code">sudo gedit /etc/gdm/Init/Default</p>
<p>add following above the last line which says exit 0:</p>
<p class="code">if [ -x /usr/bin/numlockx ]; then<br />
/usr/bin/numlockx on<br />
fi</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffreymhill.com/ubuntu/2011/06/07/enable-numlock-at-startup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing desktop effects (compiz) in Natty</title>
		<link>http://www.jeffreymhill.com/ubuntu/2011/06/07/enabling-desktop-effects-in-natty/</link>
		<comments>http://www.jeffreymhill.com/ubuntu/2011/06/07/enabling-desktop-effects-in-natty/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 01:10:48 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
		
		<category><![CDATA[natty]]></category>

		<category><![CDATA[appearance]]></category>

		<category><![CDATA[compiz]]></category>

		<category><![CDATA[desktop effects]]></category>

		<guid isPermaLink="false">http://www.jeffreymhill.com/ubuntu/?p=3</guid>
		<description><![CDATA[Source: http://www.n00bsonubuntu.net/content/enable-desktop-effects-on-ubuntu-unity-11-04-natty-narwhal/

sudo apt-get install compizconfig-settings-manager compiz-plugins-extra
]]></description>
			<content:encoded><![CDATA[<p>Source: <a href="http://www.n00bsonubuntu.net/content/enable-desktop-effects-on-ubuntu-unity-11-04-natty-narwhal/">http://www.n00bsonubuntu.net/content/enable-desktop-effects-on-ubuntu-unity-11-04-natty-narwhal/</a><br />
<code></code></p>
<p class="code">sudo apt-get install compizconfig-settings-manager compiz-plugins-extra</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffreymhill.com/ubuntu/2011/06/07/enabling-desktop-effects-in-natty/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

