Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 31st July 2012, 02:43 PM
aryan110 Offline
Registered User
 
Join Date: Jan 2012
Location: India
Posts: 55
linuxfirefox
startup sound

How to add startup sound in fedora 16 (64 bit machine)?

In windows there is startup sound and we can change that or add our own .wav sound by vsiting control panel -> _______ -> sounds. But how to add startup sound in F16?
Reply With Quote
  #2  
Old 2nd August 2012, 08:30 AM
julietromeo Offline
Registered User
 
Join Date: Apr 2012
Location: France
Posts: 15
linuxfirefox
Re: startup sound

Hi

"Startup Applications" in the Gnome panel shows an application called "Gnome Login Sound". It uses canberra-gtk-play. I never tweaked it, but if you try to edit the associated command line, you may change its parameters using the "--file" flag with the path to your own sound file. Hope this will help!
Reply With Quote
  #3  
Old 5th August 2012, 04:40 PM
aryan110 Offline
Registered User
 
Join Date: Jan 2012
Location: India
Posts: 55
linuxfirefox
Re: startup sound

startup application? you mean to say just like start button in windows?

If I open "Sound" in "All Setting" all I get to see is - sound effect, hardware, input, output and applications.
Reply With Quote
  #4  
Old 5th August 2012, 06:52 PM
kkshethin Offline
Registered User
 
Join Date: Dec 2009
Location: India
Posts: 253
linuxfirefox
Re: startup sound

alt+f2
gnome-session-properties
edit gnome-login-sound
add --file="/path-to-sound"
Reply With Quote
  #5  
Old 5th August 2012, 07:23 PM
aryan110 Offline
Registered User
 
Join Date: Jan 2012
Location: India
Posts: 55
linuxfirefox
Re: startup sound

I followed all the steps as you had asked me to

alt+f2
gnome-session-properties
edit gnome-login-sound
add --file="/media/7EE28580E2853E01/LINUX/Login Sound/TDKR.wav"

after that I restarted the sytem. Not able to hear the login sound. Problem is with something else or is that I'm not supposed to use .wav?
Reply With Quote
  #6  
Old 6th August 2012, 11:11 AM
kkshethin Offline
Registered User
 
Join Date: Dec 2009
Location: India
Posts: 253
linuxfirefox
Re: startup sound

I cannot say about .wav format. I have used .ogg format. Like --file="/home/kkshethin/Music/login.ogg"

Are you able to play file normally? Are sound setting at the maximum?
Reply With Quote
  #7  
Old 6th August 2012, 12:44 PM
aryan110 Offline
Registered User
 
Join Date: Jan 2012
Location: India
Posts: 55
linuxfirefox
Re: startup sound

I changed my file format from .wav to .ogg and followed all the steps as you mentioned still its not working.

I even tried changing its path (my system is divided into 2 sections windows and fedora and a common storage drive for both. Moved that file from common drive to home folder in fedora). The new path is

--file="/home/wun/Music/TDKR.ogg"

....still no change.

yes, am able to play that and volume is 100%. The same file (.wav) works fine in windows but not here.

Last edited by aryan110; 6th August 2012 at 12:48 PM.
Reply With Quote
  #8  
Old 6th August 2012, 01:42 PM
kkshethin Offline
Registered User
 
Join Date: Dec 2009
Location: India
Posts: 253
linuxfirefox
Re: startup sound

No, No
I am asking whether are you able to play that file in fedora normally. Have you downloaded codecs ( I think wav file may require it. Simply changing format from wav to ogg amy not work). An option is to download any free source sound file from the net and try.
There is a link in firefox >Bookmarks>bookmarks toolbar>free content>free sound
Reply With Quote
  #9  
Old 6th August 2012, 02:48 PM
aryan110 Offline
Registered User
 
Join Date: Jan 2012
Location: India
Posts: 55
windows_7firefox
Re: startup sound

yes, its working. I mean .wav and .ogg, I'm able to play them on fedora 16 (64 bit).
Reply With Quote
  #10  
Old 24th August 2012, 11:42 AM
julietromeo Offline
Registered User
 
Join Date: Apr 2012
Location: France
Posts: 15
linuxfirefox
Re: startup sound

Hi aryan110!

Haven't been here for a few days, sorry. Is your problem solved now?
Reply With Quote
  #11  
Old 24th August 2012, 06:46 PM
aryan110 Offline
Registered User
 
Join Date: Jan 2012
Location: India
Posts: 55
linuxfirefox
Re: startup sound

Quote:
Originally Posted by julietromeo View Post
Hi aryan110!

Haven't been here for a few days, sorry. Is your problem solved now?
no. no change. no effect. may be problem with my 64bit OS I guess...
Reply With Quote
  #12  
Old 24th August 2012, 08:27 PM
julietromeo Offline
Registered User
 
Join Date: Apr 2012
Location: France
Posts: 15
linuxfirefox
Re: startup sound

OK, I think I have a workaround. As I told you, the "Startup Applications" contains a "GNOME login sound" command line :

Code:
/usr/bin/canberra-gtk-play --id="desktop-login" --description="GNOME Login"
Unfortunately, no sound is played when we log in. If you try this canberra-gtk-play command in a console, you will find the source of the problem : the required file (desktop-login)... simply does not exist! Isn't that weird?!

It seems that canberra-gtk-play looks for a file called destop-login(.oga) in the /usr/share/sounds/* directories. You should try this :

- choose a startup sound that suits you
- convert it to .ogg or .oga
- rename it to "desktop-login" with the proper extension
- move it to /usr/share/sounds
- log out / log in
- tadaaa!

Does it work for you as it works for me?
Reply With Quote
  #13  
Old 25th August 2012, 08:05 PM
aryan110 Offline
Registered User
 
Join Date: Jan 2012
Location: India
Posts: 55
linuxfirefox
Re: startup sound

Quote:
Originally Posted by julietromeo View Post

It seems that canberra-gtk-play looks for a file called destop-login(.oga) in the /usr/share/sounds/* directories. You should try this :

- choose a startup sound that suits you
- convert it to .ogg or .oga
- rename it to "desktop-login" with the proper extension
- move it to /usr/share/sounds
- log out / log in
- tadaaa!

Nop, its not working. . But let me tell you all the steps that I followed in details so it will be easy for you to figure out if I missed something

step 1: alt + F2

step 2: type "gnome-session-properties"

step 3: startup applications preferences will open. in that I will select "gnome login sound"

step 4: select "edit" option
[before all this process I copied the sound file from "Music" folder to "/usr/share/sounds /gnome/defaults/alerts/"...... the sound file name was "TDNR.ogg" which I renamed it to "desktop-login.ogg"]


step 5: no change in "Name" and "Comment". "Command" path (default path) changed to - "/usr/share/sounds/gnome/default/alerts/desktop-login.ogg"

step 6: save and exit. logout and login.
Reply With Quote
  #14  
Old 26th August 2012, 06:55 AM
kkshethin Offline
Registered User
 
Join Date: Dec 2009
Location: India
Posts: 253
linuxfirefox
Re: startup sound

I think command line should be edited to
Quote:
/usr/bin/canberra-gtk-play --id="desktop-login" --description="GNOME Login" --file="/usr/share/sounds/gnome/default/alerts/desktop-login.ogg"
Have you done that?
Reply With Quote
  #15  
Old 26th August 2012, 08:25 AM
julietromeo Offline
Registered User
 
Join Date: Apr 2012
Location: France
Posts: 15
linuxfirefox
Re: startup sound

Mmmh actually I didn't change anything to this command line. I still use "/usr/bin/canberra-gtk-play --id="desktop-login" --description="GNOME Login"" (which is the original, default line) and just added my desktop-login.ogg sound file in /usr/share/sounds. Aryan110, I think you shouldn't edit the "gnome login sound" command line, although I thought it would be useful (in my first post).

Note that I'm currently using Fedora 17, maybe something changed between those two versions.
__________________
Windows 3.11 / Windows 95 / Windows NT / Windows 2000 / Windows XP / Ubuntu 8.04 / Ubuntu 9.04 / Ubuntu 10.04 / Fedora 16 / Fedora 17 x86-64
Reply With Quote
Reply

Tags
f16, f16 64 bit, sound, startup, startup sound

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Normal Sound, No Startup Sound and Alsamixer melancholy Using Fedora 0 28th March 2010 07:24 PM
No gnome startup sound cola Using Fedora 0 18th November 2009 01:33 PM
Sound at startup problem nicofo Hardware & Laptops 0 11th November 2005 02:08 PM
No sound on startup naimslim89 Using Fedora 5 12th May 2005 08:21 PM
How can I add this startup sound to gnome? imdeemvp Using Fedora 12 23rd January 2005 09:30 PM


Current GMT-time: 01:31 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat