Bug 108481 - Unable to play sounds
Summary: Unable to play sounds
Status: RESOLVED NOT A BUG
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-03 12:06 UTC by William Kendrick
Modified: 2007-03-30 18:22 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description William Kendrick 2005-07-03 12:06:54 UTC
Version:           v0.8.4 (using KDE 3.4.1, Debian Package 4:3.4.1-1 (3.1))
Compiler:          gcc version 3.3.6 (Debian 1:3.3.6-5)
OS:                Linux (i686) release 2.6.8-2-686

I cannot get KGet to play any sounds, either when downloading, or simply when hitting the "Test" button in the sound settings window.

Options->Use Sounds is set.  Settings->Configure KGet->System->Use Sounds is checked.  Sounds for "Added", "Started", "Finished" and "Finished All" are all set, to their default sounds found in "/usr/share/apps/kget/sounds/". (e.g., "/usr/share/apps/kget/sounds/added.wav")

Clicking "Test" in the System configuration tab does nothing, and KGet plays no sounds when I begin a download from Konqueror, by clicking KGet and entering an URL, or by dragging a link from Konqueror onto the KGet icon in my systray, or to the Drop Target icon (when I have it activated).

I'm running arts... "Enable the Sound System" is checked in the Sound & Multimedia->Sound System section of the KDE Control Center.  Other KDE applications that make sound (such as Amarok and KTTS) work fine.

Thanks!
Comment 1 Ron Onstenk 2005-07-11 16:12:08 UTC
Go in KDE Kontrol to 
sound $ multimedia -> system notification
Click on player settings and set Volume to maximum. (100%)
It should play *.wav with any volume but for *.ogg it must be set to maximum.
Not handy if you want music at normal volume but the system sound at a background level instead wakking up the neighboorhood :)
Comment 2 Ron Onstenk 2005-07-11 16:39:31 UTC
See
Bug 102287: Sounds for System Notifications don't work unless paramter of volume is set to max
Comment 3 Pino Toscano 2005-07-17 00:13:02 UTC
SVN commit 435428 by pino:

Port KGet to the standard KDE notification system: this means less code, and
nicer ways of feedback for the users, who can choose from several types of
notifications for KGet events (like Download added, etc).

The default implementation is configured to use passive popups for all the
events, and for the Added event there is also the sound.

Moreover, the sounds have been converted to OGG.

So, we can make happy a lor of KGet users and close several bugs.

BUGS: 61614, 82287, 94788
CCBUG: 108481



 M  +3 -0      Makefile.am  
 M  +1 -144    dlgSystem.cpp  
 M  +0 -11     dlgSystem.h  
 M  +23 -127   dlgsystembase.ui  
 A             eventsrc  
 M  +24 -27    kmainwidget.cpp  
 M  +2 -2      kmainwidget.h  
 M  +0 -15     settings.cpp  
 M  +0 -14     settings.h  
 AM            sounds/KGet_Added.ogg  
 AM            sounds/KGet_Finished.ogg  
 AM            sounds/KGet_Finished_All.ogg  
 AM            sounds/KGet_Started.ogg  
 M  +3 -4      sounds/Makefile.am  
 D             sounds/added.wav  
 D             sounds/finished.wav  
 D             sounds/finishedall.wav  
 D             sounds/started.wav  
Comment 4 Pino Toscano 2005-07-17 00:15:37 UTC
William, could you try the trunk version and tell us if your problem is fixed?
Comment 5 William Kendrick 2005-07-17 03:49:45 UTC
Not easily, at the moment. (Never built any stuff from trunk; I depend on the 'alioth.debian.org' packages of KDE for Debian Testing ('etch')) Sorry! :(
Comment 6 Urs Wolfer 2007-03-30 18:22:57 UTC
This bug is not reproduceable for me.