Bug 82748 - KTimeMon dialogue boxes prevent to start new programs via kicker
Summary: KTimeMon dialogue boxes prevent to start new programs via kicker
Status: RESOLVED FIXED
Alias: None
Product: kicker
Classification: Plasma
Component: general (show other bugs)
Version: 1.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: John Firebaugh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-03 08:30 UTC by Steffen Kaiser
Modified: 2004-10-31 06:33 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 Steffen Kaiser 2004-06-03 08:30:20 UTC
Version:           1.1 (using KDE 3.2.2,  (testing/unstable))
Compiler:          gcc version 3.3.3 (Debian 20040401)
OS:                Linux (i686) release 2.6.5

When the KTimeMon (System Monitor) Configuration dialogue is open or an application to start by it generates output, which is then displayed in a dialogue box as well -- e.g. because of the problem
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=241283
what caused plenty of warning boxes once I configured the monitor to start "ksysguard" on click -- you cannot select any item on the panel, neither start anything nor switch desktops or windows. The cursor is changing its shape though.

Maybe this is behaviour be design, but is absolute annoying. I did not found this blocking of the kicker by other dialogue boxes.

Maybe required: This is the KDE shipped with Debian/sarge at 2004-06-03.
Comment 1 Aaron J. Seigo 2004-10-31 06:33:48 UTC
CVS commit by aseigo: 

BUG:82748
make this dialog non-modal.


  M +1 -1      confdlg.cc   1.30


--- kdeaddons/kicker-applets/ktimemon/confdlg.cc  #1.29:1.30
@@ -34,5 +34,5 @@
 KConfDialog::KConfDialog(KTimeMon *t)
     : KDialogBase( Tabbed, i18n("Configuration" ),
-          Ok|Cancel|Apply, Ok ),
+          Ok|Cancel|Apply, Ok, t, 0, false ),
       timemon(t)
 {