Summary: | Unable to play sounds | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | William Kendrick <nbs> |
Component: | general | Assignee: | KGet authors <kget> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
William Kendrick
2005-07-03 12:06:54 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 :) See Bug 102287: Sounds for System Notifications don't work unless paramter of volume is set to max 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 William, could you try the trunk version and tell us if your problem is fixed? 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! :( This bug is not reproduceable for me. |