Version: v0.8.3 (using KDE 3.1.9) Compiler: gcc version 3.3 20030226 (prerelease) (SuSE Linux) OS: Linux (i686) release 2.4.20-4GB-athlon I would like to see kget have integration with the kde system notifications, that way you can set popups to tell you when the download is done, etc. Also, I can't seem to set a sound to play (although I found where to do it) when one does complete, so maybe this will kill 2 bugs/wishlists with one stone (if not, i'll post another report)
Subject: Re: New: System notifications integration with kget Am Donnerstag, 24. Juli 2003 11:14 schrieben Sie: > I would like to see kget have integration with the kde system > notifications, that way you can set popups to tell you when the download is Yes, good idea. Will add that. > done, etc. Also, I can't seem to set a sound to play (although I found > where to do it) when one does complete, so maybe this will kill 2 > bugs/wishlists with one stone (if not, i'll post another report) Can you investigate this a bit? Does it happen with artsplay sound.wav or mpeglibartsplay sound.wav as well? Is artsd running fine?
Arts is running fine as I can preview the sound fine (and the added download sound always works). It just that when the download finishes, I never hear anything. If you need more (specific) info... just let me know.
I am having problems with the sounds also. The 'added' sound works. The rest of the sounds (started, finished, finished all) are set up and even preview, but they don't sound them during the download process. My artsd is fine, and I have had this problem on two distros - Mandrake 9.1 and Yoper 3.3.2 - the only two I've tried.
*** Bug 106777 has been marked as a duplicate of this bug. ***
yes- i wanted to report the same "added download" plays and the others dont
by the way i'm using kde 3.4
*** This bug has been confirmed by popular vote. ***
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