Bug 395030

Summary: Allow different icons
Product: [Applications] kdialog Reporter: Chris Long <achrislong>
Component: generalAssignee: Brad Hards <bradh>
Status: RESOLVED DUPLICATE    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Chris Long 2018-06-04 16:53:55 UTC
It would be great if the user of kdialog could pick a different icon to use. In my case, I'd like to use a warning or error icon with a passive notification (--passivepopup).

I'd like to be able to choose from a standard set (e.g., INFO, WARNING, ERROR), but allowing a specific icon file would be nice, too.
Comment 1 Christoph Feck 2018-06-21 11:22:14 UTC
kdialog --passivepopup "Hello" 2 --icon dialog-information
kdialog --passivepopup "Hello" 2 --icon dialog-error
kdialog --passivepopup "Hello" 2 --icon dialog-warning

kdialog --passivepopup "Hello" 2 --icon /usr/share/icons/oxygen/base/64x64/apps/oxygen.png
Comment 2 Christoph Feck 2018-06-21 11:25:03 UTC

*** This bug has been marked as a duplicate of bug 252050 ***