<?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>J-Doc &#187; audacity</title>
	<atom:link href="http://jsilva.komodoopenlab.com/blog/archives/tag/audacity/feed" rel="self" type="application/rss+xml" />
	<link>http://jsilva.komodoopenlab.com/blog</link>
	<description>inclusion, equity, open source</description>
	<lastBuildDate>Tue, 17 Aug 2010 20:06:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Handy scripts and configurations for Gnome-Compiz</title>
		<link>http://jsilva.komodoopenlab.com/blog/archives/182</link>
		<comments>http://jsilva.komodoopenlab.com/blog/archives/182#comments</comments>
		<pubDate>Sun, 04 Jan 2009 03:34:48 +0000</pubDate>
		<dc:creator>Jorge</dc:creator>
				<category><![CDATA[GNU | Linux]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[audacity]]></category>
		<category><![CDATA[avidemux]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[GNU linux]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[Ubuntu 8.04]]></category>

		<guid isPermaLink="false">http://jsilva.komodoopenlab.com/blog/?p=182</guid>
		<description><![CDATA[Change Gnome panel font color
To change the colour of the fast user switching applet, open the file to edit the colours with:
$ gedit .gtkrc-2.0
Then add these lines into the file (#FFFFFF for white):
style "modpanel" {
    fg[NORMAL] = "#FFFFFF"
}
widget "*PanelWidget*" style "modpanel"
widget "*PanelApplet*" style "modpanel"
widget "*fast-user-switch-applet*" style "modpanel"
Now run this code to reload [...]]]></description>
			<content:encoded><![CDATA[<h2>Change Gnome panel font color</h2>
<p>To change the colour of the fast user switching applet, open the file to edit the colours with:</p>
<pre>$ gedit .gtkrc-2.0</pre>
<p>Then add these lines into the file (<code>#FFFFFF</code> for white):</p>
<pre>style "modpanel" {
    fg[NORMAL] = "#FFFFFF"
}
widget "*PanelWidget*" style "modpanel"
widget "*PanelApplet*" style "modpanel"
widget "*fast-user-switch-applet*" style "modpanel"</pre>
<p>Now run this code to reload the panels:</p>
<pre>$ killall gnome-panel</pre>
<p style="text-align: center;">(Taken from http://ubuntuforums.org/showpost.php?p=4315463&amp;postcount=10)</p>
<h2>Change desktop folder in Gnome</h2>
<p>You need to edit the file <code>~/.config/user-dirs.dirs</code>:</p>
<pre>$ nano ~/.config/user-dirs.dirs</pre>
<p>Modify the <code>XDG_DESKTOP_DIR</code> entry as needed. For instance:</p>
<pre>XDG_DESKTOP_DIR="$HOME/.desktop"</pre>
<h2>Make Audacity work with Pulseaudio</h2>
<p>Rename the file <code>/usr/bin/audacity</code> to <code>/usr/bin/audacity.original</code>:</p>
<pre>$ sudo mv /usr/bin/audacity /usr/bin/audacity.original</pre>
<p>Create a new <code>/usr/bin/audacity</code> file using:</p>
<pre>$ sudo gedit /usr/bin/audacity</pre>
<p>Then write the following lines into the file:</p>
<pre>#!/bin/bash

padsp audacity.original "$@"</pre>
<p>Save the file and make it executable:</p>
<pre>$ sudo chmod +x /usr/bin/audacity</pre>
<p>Enjoy! You can use the same trick with Skype and avidemux</p>
<h2>Make Thunderbird the preferred email application for KDE</h2>
<p>Modify the file <code>$ ~/.kde/share/config/emaildefaults</code> so it looks like this:</p>
<pre>[Defaults]
Profile=Default

[PROFILE_Default]
EmailAddress=
EmailClient[$e]=thunderbird
FullName=First Last
Organization=
ReplyAddr=
ServerType=
TerminalClient=false</pre>
<h2>Change Icon Size in Konqueror</h2>
<p>Under the <code>[Settings]</code> section in <code>$ ~/.kde/share/config/konqiconviewrc</code> modify the following parameter:</p>
<pre>IconSize=48</pre>
<h2>Turn off the PC Speaker (Bell)</h2>
<ol>
<li>Uncomment the following line on <code>/etc/inputrc</code>:
<pre>set bell-style visible</pre>
</li>
<li>Restart</li>
</ol>
<h2>Custom Icons</h2>
<p>A complete tutorial is <a title="Custom icons in gnome" href="http://ubuntu-tutorials.com/2008/06/19/adding-custom-icons-and-disabling-desktop-icons-in-gnome/">available here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jsilva.komodoopenlab.com/blog/archives/182/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
