Well, where to start ... ah, yes : Fix #34640 - make startup notification

work with kdesu.
This means
- support for suspending visual feedback for startup notification
- use it in kdesu
- pass KDE_STARTUP_ENV correctly to kdesu-ed apps
- leave only empty now-obsolete StubProcess::notifyTaskbar()

svn path=/trunk/kdebase/kicker/taskmanager/; revision=209053
icc-effect-5.14.5
Luboš Luňák 2003-02-24 15:50:36 +00:00
parent 6f4c5f1680
commit 9bed3f02fe
1 changed files with 2 additions and 1 deletions

View File

@ -360,7 +360,8 @@ Workspace::Workspace( bool restore )
);
// call this before XSelectInput() on the root window
d->startup = new KStartupInfo( false, true, this, NULL );
d->startup = new KStartupInfo(
KStartupInfo::DisableKWinModule | KStartupInfo::AnnounceSuspendChanges, this );
// select windowmanager privileges
XSelectInput(qt_xdisplay(), root,