On 10/21/06, Quentin Mathé <[EMAIL PROTECTED]> wrote:
Le 20 oct. 06 à 05:14, Yen-Ju Chen a écrit :

[snip]

> Currently, AZDock can tell GNUstep application to hide and terminate.

Well, there is such code in GSServicesManager of GNUstep (it can
surely replace WorkspaceCommKit by the way). For each app, you can
send messages to NSApplication instance by talking to
GSServicesManager proxy with DO. Your message must use a special
selector prefixed with 'application:' iirc.

 That's what I did so far.


> It would be nice to know when a GNUstep application start and
> finish starting.
> It is done with startup notification in Gnome (maybe KDE)
> (http://www.freedesktop.org/wiki/Software_2fstartup_2dnotification).
> That's pretty much I can think about now. :)

Knwowing when applications start and finish starting could achieved
with NSWorkspace help since it provides all the necessary
notifications. However right now I think most of them are not supported.

 Maybe etoile_system can implement some of the
 application-related functions of NSWorkspace
 while a file manager implements the file-related functions ?

 By the way, how can I receive such notifications across processes
 since most of them are not posted to distributed notification center ?

 Yen-Ju


Cheers,
Quentin.

--
Quentin Mathé
[EMAIL PROTECTED]


_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev


_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev

Reply via email to