From 9bed3f02fe59c7da01841d6363fab00f2d4d9ee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 24 Feb 2003 15:50:36 +0000 Subject: [PATCH] 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 --- workspace.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workspace.cpp b/workspace.cpp index ad7092b235..5c00405399 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -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,