From kde-devel Sun Apr 09 02:12:25 2000 From: Rik Hemsley Date: Sun, 09 Apr 2000 02:12:25 +0000 To: kde-devel Subject: Re: App-starting notification. Request for comments. X-MARC-Message: https://marc.info/?l=kde-devel&m=95528438210522 #if Dawit Alemayehu > On Sat, 08 Apr 2000, Rik Hemsley wrote: > > Ok, app-starting feedback seems to be working nicely. When you > > start an app with something that uses KRun (most stuff, like kicker's > > menu, konqueror, etc, but not including konsole, minicli yet) > > you get a taskbar entry in kicker immediately. It goes away when > > the app maps a window. > > Rik, tell me where I need to look to have this working as the code for minicli > will soon be drastically changed. Do I simply use KRun to launch application ? > We currently use KProcess... Yep, just use KRun. Rik