Bug 61614 - System notifications integration with kget
Summary: System notifications integration with kget
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
: 106777 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-07-24 11:14 UTC by Sean Lynch
Modified: 2005-07-17 00:13 UTC (History)
1 user (show)

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 Sean Lynch 2003-07-24 11:14:38 UTC
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)
Comment 1 Carsten Pfeiffer 2003-07-24 12:04:36 UTC
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?

Comment 2 Sean Lynch 2003-07-25 07:05:31 UTC
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. 
Comment 3 Luke Sandell 2003-12-07 20:56:49 UTC
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.
Comment 4 Pino Toscano 2005-06-04 15:22:23 UTC
*** Bug 106777 has been marked as a duplicate of this bug. ***
Comment 5 Sebastian Turzański 2005-06-23 19:15:35 UTC
yes- i wanted to report the same

"added download" plays and the others dont
Comment 6 Sebastian Turzański 2005-06-23 19:16:07 UTC
by the way i'm using kde 3.4
Comment 7 Sebastian Turzański 2005-06-23 19:16:39 UTC
*** This bug has been confirmed by popular vote. ***
Comment 8 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