<?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>Tuts4Tech &#187; bug</title>
	<atom:link href="http://tuts4tech.net/tag/bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuts4tech.net</link>
	<description>Tech Tutorials</description>
	<lastBuildDate>Tue, 04 May 2010 20:35:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Installing freedesktop sound theme in debian</title>
		<link>http://tuts4tech.net/2009/09/25/installing-freedesktop-sound-theme-in-debian/</link>
		<comments>http://tuts4tech.net/2009/09/25/installing-freedesktop-sound-theme-in-debian/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 21:41:45 +0000</pubDate>
		<dc:creator>Duffy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome-sound-property]]></category>
		<category><![CDATA[grayed out]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://tuts4tech.net/?p=589</guid>
		<description><![CDATA[I Recently found the 'system sound' tab in gnome-sound-property grayed out my work around to this was to install the freedesktop sound theme. Firstly remove gnome-audio Remove all your old users gconf data related to system sounds Install some needed packages Grab the source for freedesktop sound theme from git.debian.org Unpack and apply some small [...]]]></description>
			<content:encoded><![CDATA[<p>I Recently found the 'system sound' tab in gnome-sound-property grayed out my work around to this was to install the freedesktop sound theme.</p>
<ol>
<li>Firstly remove gnome-audio
<pre class="brush: bash; title: ; notranslate">sudo apt-get remove --purge gnome-audio</pre>
</li>
<p></p>
<li>Remove all your old users gconf data related to system sounds
<pre class="brush: plain; title: ; notranslate">sudo rm -rf /home/*/.gconf/desktop/gnome/sound</pre>
</li>
<p></p>
<li>Install some needed packages
<pre class="brush: plain; title: ; notranslate">sudo apt-get install libcanberra-gtk-module libcanberra-gtk0 libcanberra0 gnome-session-canberra build-essential fakeroot dpkg-dev intltool debhelper</pre>
</li>
<p></p>
<li>Grab the source for freedesktop sound theme from git.debian.org
<pre class="brush: plain; title: ; notranslate">wget -O freedesktop-sound-theme.tgz 'http://git.debian.org/?p=collab-maint/freedesktop-sound-theme.git;a=snapshot;h=c6773c0c08eeaab03c466dc015d36809dff537bf;sf=tgz'</pre>
</li>
<p></p>
<li>Unpack and apply some small fixes
<pre class="brush: bash; title: ; notranslate">tar xzf freedesktop-sound-theme.tgz
cd freedesktop-sound-theme/debian
sed -e 's:touch build:./configure --prefix=/usr \&amp;\&amp; $(MAKE) \&amp;\&amp; &amp;:' rules &gt; tmp; cp tmp rules
sed -e 's:\*:&amp;.ogg:' freedesktop-sound-theme.install &gt; tmp; cp tmp freedesktop-sound-theme.install
rm tmp
cd ../</pre>
</li>
<p></p>
<li>Build and install the package
<pre class="brush: bash; title: ; notranslate">sudo dpkg-buildpackage -rfakeroot
cd ../
dpkg -i freedesktop-sound-theme_0.2-1_i386.deb</pre>
</li>
<p></p>
<li>Invoke gnome-sound-property and configure 'system sound'
<pre class="brush: plain; title: ; notranslate">gnome-sound-property
then you can select 'system sound' tab</pre>
</li>
<p></p>
<li>Finally reboot your system and you should be good to go</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://tuts4tech.net/2009/09/25/installing-freedesktop-sound-theme-in-debian/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

