<?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>FDS Repository &#187; Ubuntu Aesthetics</title>
	<atom:link href="http://www.finaldesign.co.uk/blog/category/ubuntu-linux/ubuntu-aesthetics/feed" rel="self" type="application/rss+xml" />
	<link>http://www.finaldesign.co.uk/blog</link>
	<description>Because it's useful</description>
	<lastBuildDate>Tue, 08 Jun 2010 07:35:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Ubuntu Animated Desktop</title>
		<link>http://www.finaldesign.co.uk/blog/ubuntu-linux/ubuntu-aesthetics/ubuntu-animated-desktop.html</link>
		<comments>http://www.finaldesign.co.uk/blog/ubuntu-linux/ubuntu-aesthetics/ubuntu-animated-desktop.html#comments</comments>
		<pubDate>Fri, 05 Oct 2007 01:59:40 +0000</pubDate>
		<dc:creator>Omar</dc:creator>
				<category><![CDATA[Ubuntu Aesthetics]]></category>

		<guid isPermaLink="false">http://www.finaldesign.co.uk/blog/archives/ubuntu-animated-desktop.html</guid>
		<description><![CDATA[For Compiz Users An embedded screensaver is light on memory usage, but won&#8217;t play nice with Compiz Fusion. gconftoolâ€2 â€â€type bool â€â€set /apps/nautilus/preferences/show_desktop false /usr/lib/xscreensaver/glmatrix â€root If you don&#8217;t like the Matrix look, you can substitute any listed screensaver instead of &#8220;glmatrix.&#8221; For Compiz Fusion Users: XWinWrap is not available in the Ubuntu repositories. I [...]]]></description>
			<content:encoded><![CDATA[<p><strong>For Compiz Users </strong></p>
<p>An embedded screensaver is light on memory usage, but won&#8217;t play nice with Compiz Fusion.</p>
<blockquote><p>gconftoolâ€2 â€â€type bool â€â€set /apps/nautilus/preferences/show_desktop false  /usr/lib/xscreensaver/glmatrix â€root</p></blockquote>
<p>If you don&#8217;t like the Matrix look, you can substitute any  listed screensaver instead of &#8220;glmatrix.&#8221;</p>
<p><strong>For Compiz Fusion Users: </strong></p>
<p>XWinWrap is not available in the Ubuntu repositories. I installed it with <a href="http://3v1n0.tuxfamily.org/pool/edgy/beryl-svn/xwinwrap_0.1+cvs20060209_i386.deb">this DEB package</a> from <a href="http://3v1n0.tuxfamily.org/dists/edgy/beryl-svn/">TreviÃ±oâ€™s Ubuntu Repository.</a></p>
<p><span id="more-24"></span></p>
<p>Doubleâ€click on the downloaded package to open the package  installer. Click install to install XWinWrap. Now press Altâ€F2, or open  a terminal, to enter this command: (Careful, it may be running off the  page a bit.)</p>
<blockquote><p>xwinwrap â€ni â€argb â€fs â€s â€st â€sp â€nf â€b â€â€ /usr/lib/xscreensaver/glmatrix â€windowâ€id WID</p></blockquote>
<p>Your desktop should be taken over by glMatrix, the screensaver  effect that I used in the video. Unfortunately, it is not possible to  have desktop icons over the animation. After the double dash, you  should be able to run any program you want to use as your background.  Screensavers work well. Look in /usr/lib/xscreensaver for a ton of  screensavers you can use. Here are a few of them I tried:</p>
<p>Tunnel:</p>
<blockquote><p>xwinwrap â€ni â€argb â€fs â€s â€st â€sp â€nf â€b â€â€ /usr/lib/xscreensaver/atunnel â€windowâ€id  WID</p></blockquote>
<p>Toasters:</p>
<blockquote><p>xwinwrap â€ni â€argb â€fs â€s â€st â€sp â€nf â€b â€â€ /usr/lib/xscreensaver/flyingtoasters â€windowâ€id WID</p></blockquote>
<p>Plasma (my eyes!):</p>
<blockquote><p>xwinwrap â€ni â€argb â€fs â€s â€st â€sp â€nf â€b â€â€ /usr/lib/xscreensaver/plasma â€windowâ€id WID</p></blockquote>
<p>I have a Intel Core 2 Quad and an Nvidia Geforce 8600GT, some of the  screensavers ran better than others but most had no noticeable impact  on Compiz&#8217;s performance.</p>
<p>If you run into trouble, kill the screensaver application. Switch to a terminal with Ctrlâ€Altâ€F1 and use <em>killall programname</em>, and then switch back to X with Ctrlâ€Altâ€F7.</p>
<p><strong>Alternative Source</strong></p>
<p>Nautilus draws the desktop (including the icons) for you in Gnome by  default. You have to tell it to stop doing that, so we can do the  matrix animation in its place. Nautilus can be configured using gconf.</p>
<blockquote><p>gconftoolâ€2 â€â€type bool â€â€set /apps/nautilus/preferences/show_desktop false</p></blockquote>
<p>Now that you have the desktop to ourselves, ask xscreensaver  &#8216;glmatrix&#8217; to start drawing itself in the desktop window (&#8216;root&#8217;  window).</p>
<blockquote><p>/usr/lib/xscreensaver/glmatrix â€root</p></blockquote>
<p>If you want the animation every time you log in, open  &#8220;~/.config/autostart/glmatrix.desktop&#8221; in your text editor and paste  the following:</p>
<blockquote><p>[Desktop Entry]  Version=1.0  Encoding=UTFâ€8  Name=No name  Name[en_IN]=Desktop matrix  Exec=/usr/lib/xscreensaver/glmatrix â€root  Xâ€GNOMEâ€Autostartâ€enabled=true</p></blockquote>
<p>If you are fed up with playing around and want your old desktop back, use this line in the terminal:</p>
<blockquote><p>gconftoolâ€2 â€â€type bool â€â€set /apps/nautilus/preferences/show_desktop true &amp;&amp; nautilus</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.finaldesign.co.uk/blog/ubuntu-linux/ubuntu-aesthetics/ubuntu-animated-desktop.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding New True Type Fonts to Linux Ubuntu</title>
		<link>http://www.finaldesign.co.uk/blog/ubuntu-linux/ubuntu-aesthetics/adding-new-true-type-fonts-to-linux-ubuntu.html</link>
		<comments>http://www.finaldesign.co.uk/blog/ubuntu-linux/ubuntu-aesthetics/adding-new-true-type-fonts-to-linux-ubuntu.html#comments</comments>
		<pubDate>Fri, 05 Oct 2007 00:15:01 +0000</pubDate>
		<dc:creator>Omar</dc:creator>
				<category><![CDATA[Ubuntu Aesthetics]]></category>

		<guid isPermaLink="false">http://www.thewebconsultant.co.uk/blog/archives/adding-new-true-type-fonts-to-linux-ubuntu.html</guid>
		<description><![CDATA[In GNOME GUI Here is a method for doing this via Gnome. In gnome, choose Places &#124; Home Folder from the menu panel (ie open nautilus). When file browser opens, enter &#8220;fonts:///&#8221; as the Location. Then simply drag the new font into the fonts directory. Alternately, you can get to the fonts directory by going [...]]]></description>
			<content:encoded><![CDATA[<p>In GNOME GUI<br />
Here is a method for doing this via Gnome. In gnome, choose Places | Home Folder from the menu panel (ie open nautilus). When file browser opens, enter &#8220;fonts:///&#8221; as the Location. Then simply drag the new font into the fonts directory.</p>
<p>Alternately, you can get to the fonts directory by going to System | Preferences | Font. This will bring up a Font Preferences dialog with a Details button. Click &#8220;Details&#8230;&#8221; then click the button &#8220;Go to font folder&#8221;. Now drag fonts into fonts directory.</p>
<p>Either of these methods will install the font(s) for your local user. You can see them in <span id="more-19"></span>the ~/.fonts folder.</p>
<p><em><strong><u>1. Installing fonts for single login use</u></strong></em><br />
<!--Verified--> <strong><u>1a. using kfontview</u></strong><br />
The easiest way to install fonts is using kfontview. Try running &#8220;kfontview&#8221; from the command line.<br />
If you do not have kfontview installed, as root run:</p>
<blockquote><p><code> # apt-get install kcontrol </code></p>
</blockquote>
<p>This will download a few dependencies, so if you are short on disk space or simply do not want to install KDE, use the instructions in step <a href="http://penguinfonts.com/howto/ubuntu.php#1b">1b</a></p>
<p>Run &#8220;kfontview&#8221; from the command line<br />
From the kfontview window, open the font you have downloaded.<br />
Click on the &#8220;Install&#8221; button<br />
NOTICE: You will probably need to resize the window to see the &#8220;Install&#8221; button which is in the lower right hand corner.<br />
Click on the &#8220;Personal&#8221; button</p>
<p><u style="font-weight: bold">1b. by hand</u><br />
If ~/.fonts does not exist, create it:</p>
<blockquote><p><code> $ mkdir ~/.fonts </code></p>
</blockquote>
<p>Copy the font, from the command line, run the following:</p>
<blockquote><p><code> $ cp [fontfile] ~/.fonts </code></p>
</blockquote>
<p>From the command line, run the following:</p>
<blockquote><p><code> $ fc-cache -f -v ~/.fonts </code></p>
</blockquote>
<p>or alternatively, log out, and log back in.</p>
<p><!--Verified--> <em><u style="font-weight: bold">2. Installing for system wide use</u></em><br />
Make the following directory as root:</p>
<blockquote><p><code> # mkdir /usr/share/fonts/truetype/myfonts </code></p>
</blockquote>
<p>Copy the font(s) into the newly created directory:</p>
<blockquote><p><code> # cp [fonts] /usr/share/fonts/truetype/myfonts </code></p>
</blockquote>
<p>Run the following:</p>
<blockquote><p><code> # fc-cache -f -v </code></p>
</blockquote>
<p><!--Verified--> <em><u style="font-weight: bold">3. Installing Windows Fonts (eg. Times New Roman)</u></em><br />
Make sure you have the &#8220;universe&#8221; repository added. If not, as root, modify your /etc/apt/sources.list and uncomment the deb line which will look something like this:</p>
<blockquote><p><code> # deb http://us.archive.ubuntu.com/ubuntu dapper universe </code></p>
</blockquote>
<p>Then update apt-get:</p>
<div style="margin-left: 40px"><code> # apt-get update<br />
</code></div>
<p>Run the following as root:</p>
<div style="margin-left: 40px"><code> # apt-get install msttcorefonts<br />
</code></div>
]]></content:encoded>
			<wfw:commentRss>http://www.finaldesign.co.uk/blog/ubuntu-linux/ubuntu-aesthetics/adding-new-true-type-fonts-to-linux-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
