<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Hacking sound themes in Karmic</title>
	<atom:link href="http://www.rebelzero.com/tweaking/hacking-sound-themes-in-karmic/209/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rebelzero.com/tweaking/hacking-sound-themes-in-karmic/209</link>
	<description>We don&#039;t do Windoze</description>
	<lastBuildDate>Thu, 19 Jan 2012 00:19:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: ScoBe</title>
		<link>http://www.rebelzero.com/tweaking/hacking-sound-themes-in-karmic/209/comment-page-1#comment-974</link>
		<dc:creator>ScoBe</dc:creator>
		<pubDate>Sat, 16 Oct 2010 06:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.rebelzero.com/?p=209#comment-974</guid>
		<description>Thanks for the page, Adam.

I think that in the case you want to provide a custom theme for all users, Ryan&#039;s first suggestion is probably the best: make the changes in the /usr/local tree.  In this case that means in /usr/local/share/sounds/  Generally, mucking about in the /usr/ tree is not a good idea from a system administration perspective, since it can complicate the business of package replacement and later upgrading. 

I did this:

  sudo mkdir -p /usr/local/share/sounds/scots/stereo
  cd /usr/local/share/sounds/scots/stereo
  sudo ln -s /usr/share/sounds/ubuntu/stereo/* .
  cd ..
  sudo cp /usr/share/sounds/ubuntu/index.theme .
  sudo nano index.theme 
  cd stereo
  ls

That shows the sounds in your new copied theme.  Replace the links with identically named files, or delete them as you wish.  I did the following to &#039;remove&#039; the login/logout sounds:
 
  sudo mv service-login.ogg service-login-disabled
  sudo mv service-logout.ogg service-logout-disbled</description>
		<content:encoded><![CDATA[<p>Thanks for the page, Adam.</p>
<p>I think that in the case you want to provide a custom theme for all users, Ryan&#8217;s first suggestion is probably the best: make the changes in the /usr/local tree.  In this case that means in /usr/local/share/sounds/  Generally, mucking about in the /usr/ tree is not a good idea from a system administration perspective, since it can complicate the business of package replacement and later upgrading. </p>
<p>I did this:</p>
<p>  sudo mkdir -p /usr/local/share/sounds/scots/stereo<br />
  cd /usr/local/share/sounds/scots/stereo<br />
  sudo ln -s /usr/share/sounds/ubuntu/stereo/* .<br />
  cd ..<br />
  sudo cp /usr/share/sounds/ubuntu/index.theme .<br />
  sudo nano index.theme<br />
  cd stereo<br />
  ls</p>
<p>That shows the sounds in your new copied theme.  Replace the links with identically named files, or delete them as you wish.  I did the following to &#8216;remove&#8217; the login/logout sounds:</p>
<p>  sudo mv service-login.ogg service-login-disabled<br />
  sudo mv service-logout.ogg service-logout-disbled</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Stovicek</title>
		<link>http://www.rebelzero.com/tweaking/hacking-sound-themes-in-karmic/209/comment-page-1#comment-499</link>
		<dc:creator>Adam Stovicek</dc:creator>
		<pubDate>Sat, 12 Dec 2009 19:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.rebelzero.com/?p=209#comment-499</guid>
		<description>@charrion
I can&#039;t get those events to sound, either. It would be nice if they did, but I noticed there are other events that don&#039;t work either. I&#039;ll keep digging around on that.

@Ryan Hayle
Although my steps involve files located in the /usr directory, I haven&#039;t told anyone to modify any existing files. If you noticed, the first step was to copy a set of files to a new directory in which to modify while preserving the originals.

I do appreciate you pointing out an alternative location for sound themes. It was an area of freedesktop.org&#039;s documentation that I overlooked. However, that location would force any new sound files to remain localized to that one user rather than being accessible system-wide. While most users are using single-user installations, there are some, including myself, who have computers with more than one user account. It would be nice to have one set of files rather than going through the task of duplicating them for every user.</description>
		<content:encoded><![CDATA[<p>@charrion<br />
I can&#8217;t get those events to sound, either. It would be nice if they did, but I noticed there are other events that don&#8217;t work either. I&#8217;ll keep digging around on that.</p>
<p>@Ryan Hayle<br />
Although my steps involve files located in the /usr directory, I haven&#8217;t told anyone to modify any existing files. If you noticed, the first step was to copy a set of files to a new directory in which to modify while preserving the originals.</p>
<p>I do appreciate you pointing out an alternative location for sound themes. It was an area of freedesktop.org&#8217;s documentation that I overlooked. However, that location would force any new sound files to remain localized to that one user rather than being accessible system-wide. While most users are using single-user installations, there are some, including myself, who have computers with more than one user account. It would be nice to have one set of files rather than going through the task of duplicating them for every user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Hayle</title>
		<link>http://www.rebelzero.com/tweaking/hacking-sound-themes-in-karmic/209/comment-page-1#comment-498</link>
		<dc:creator>Ryan Hayle</dc:creator>
		<pubDate>Sat, 12 Dec 2009 07:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.rebelzero.com/?p=209#comment-498</guid>
		<description>Ugh, please do NOT tell users to do stupid things like modifying files in /usr other than in /usr/local!

Sound themes belong in ~/.local/share/sounds/

You can also create a custom theme here named __custom and simply symlink to the audio files you wish to use.</description>
		<content:encoded><![CDATA[<p>Ugh, please do NOT tell users to do stupid things like modifying files in /usr other than in /usr/local!</p>
<p>Sound themes belong in ~/.local/share/sounds/</p>
<p>You can also create a custom theme here named __custom and simply symlink to the audio files you wish to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charrion</title>
		<link>http://www.rebelzero.com/tweaking/hacking-sound-themes-in-karmic/209/comment-page-1#comment-497</link>
		<dc:creator>charrion</dc:creator>
		<pubDate>Sat, 12 Dec 2009 02:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.rebelzero.com/?p=209#comment-497</guid>
		<description>Is there any other step required to get some of the sound events working?  I&#039;ve followed the information in the freedesktop.org tip and placed files in the required location for the events device-added and device-removed (I&#039;d like a sound to indicate when a USB device is connected and disconnected).  They are both ogg files.  

However, no sound plays when USB devices are connected or removed.  Unfortunately my linux-fu is a little weak so I&#039;m not even sure how to check whether the event is recorded by libcanberra or not.

Any help anyone could provide would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Is there any other step required to get some of the sound events working?  I&#8217;ve followed the information in the freedesktop.org tip and placed files in the required location for the events device-added and device-removed (I&#8217;d like a sound to indicate when a USB device is connected and disconnected).  They are both ogg files.  </p>
<p>However, no sound plays when USB devices are connected or removed.  Unfortunately my linux-fu is a little weak so I&#8217;m not even sure how to check whether the event is recorded by libcanberra or not.</p>
<p>Any help anyone could provide would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Stovicek</title>
		<link>http://www.rebelzero.com/tweaking/hacking-sound-themes-in-karmic/209/comment-page-1#comment-489</link>
		<dc:creator>Adam Stovicek</dc:creator>
		<pubDate>Fri, 20 Nov 2009 02:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.rebelzero.com/?p=209#comment-489</guid>
		<description>@Hi
... for now. It&#039;s a new design/feature that doesn&#039;t (as far as I know) have a simple GUI counterpart like before. It takes a bit of time and can seem tedious, but it does work. Every time I log in now I&#039;m greeted by the familiar roaring sound of a lion.</description>
		<content:encoded><![CDATA[<p>@Hi<br />
&#8230; for now. It&#8217;s a new design/feature that doesn&#8217;t (as far as I know) have a simple GUI counterpart like before. It takes a bit of time and can seem tedious, but it does work. Every time I log in now I&#8217;m greeted by the familiar roaring sound of a lion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hi</title>
		<link>http://www.rebelzero.com/tweaking/hacking-sound-themes-in-karmic/209/comment-page-1#comment-488</link>
		<dc:creator>Hi</dc:creator>
		<pubDate>Fri, 20 Nov 2009 02:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.rebelzero.com/?p=209#comment-488</guid>
		<description>PS: Thanks for the freedesktop.org tip!</description>
		<content:encoded><![CDATA[<p>PS: Thanks for the freedesktop.org tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hi</title>
		<link>http://www.rebelzero.com/tweaking/hacking-sound-themes-in-karmic/209/comment-page-1#comment-487</link>
		<dc:creator>Hi</dc:creator>
		<pubDate>Fri, 20 Nov 2009 02:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.rebelzero.com/?p=209#comment-487</guid>
		<description>That&#039;s the only thing we can do... :(</description>
		<content:encoded><![CDATA[<p>That&#8217;s the only thing we can do&#8230; :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenneth</title>
		<link>http://www.rebelzero.com/tweaking/hacking-sound-themes-in-karmic/209/comment-page-1#comment-485</link>
		<dc:creator>Kenneth</dc:creator>
		<pubDate>Tue, 17 Nov 2009 03:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.rebelzero.com/?p=209#comment-485</guid>
		<description>Excelent hack!

Thank you very much for your help.</description>
		<content:encoded><![CDATA[<p>Excelent hack!</p>
<p>Thank you very much for your help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: www.rebelzero.com @ 2012-02-09 09:35:23 by W3 Total Cache -->
