[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Launched applications
From: |
Richard Frith-Macdonald |
Subject: |
Re: Launched applications |
Date: |
Sun, 29 Nov 2009 07:39:52 +0000 |
On 29 Nov 2009, at 01:33, Germán Arias wrote:
> Hi Richard
>
> Is there a way to get the apps launched?. I need this on GSTaskBar to
> remove the icons of apps killed. NSWorkspace have the method
> +launchedApplications, but this info isn't up to date. Then GSTaskBar
> can't work appropriately. Is there a way to get these through GNUstep?.
> Or I need use an external tool (like ps)? Greetings.
The +launched Applications method should do a pretty good job. It's the way to
get a list of launched applications via GNUstep.
For your purposes (removing apps from a list) it should be up to date ... I
don't know of a better way to get the information.