Re: Problems with automatic start of gdnc, gpbs, and gdomap on Linux...

2006-01-23 Thread Roman Belenov
Gregory John Casamento <[EMAIL PROTECTED]> writes: > The subject basically says it. When I log in, it's reporting that it had > trouble starting gdnc. Is anyone else having this problem? I had such problems, but they disappeared with latest (1.11.2) release of base, probably the following entry

Graceful termination again

2006-01-23 Thread Roman Belenov
I hacked a bit trying to implement logoff with graceful application termination on GNUstep and got some questions: 1) How to get a list of all running GNUstep applications ? launchedApplications seems to return only the list of apps launched from the current one. For now I just use a list of messa

Re: Repository change to SVN, Jan 28th

2006-01-23 Thread David Ayers
Sheldon Gill schrieb: > David Ayers wrote: > >> You mean other than releases? Well since we have defined repository >> states through revision numbers, I can't think of any necessity for more >> tags. It's not like gnustep is seeing the kind of development activity >> like, say, GCC. But maybe

[Gnustep-cvs] GNUstep Testfarm Results

2006-01-23 Thread Adam Fedor
Test results for GNUstep as of Mon Jan 23 06:34:13 EST 2006 If a particular system failed compilation, the logs for that system will be placed at ftp://ftp.gnustep.org/pub/testfarm If you would like to add your machine to this list, set up a cron job (make sure you set up your PATH and other envir

[Gnustep-cvs] gnustep/usr-apps/gworkspace FSNode/FSNodeRep.m ...

2006-01-23 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale <[EMAIL PROTECTED]> 06/01/23 15:24:02 Modified files: usr-apps/gworkspace/FSNode: FSNodeRep.m usr-apps/gworkspace/GWorkspace: GNUmakefile.in GWorkspace.h

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/Modules File...

2006-01-23 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale <[EMAIL PROTECTED]> 06/01/23 13:23:22 Modified files: usr-apps/SystemPreferences/Modules/FileSystem: FileSystem.m usr-apps/SystemPreferences/Modules/ModifierKeys: Modifier

Re: Graceful termination again

2006-01-23 Thread Richard Frith-Macdonald
On 23 Jan 2006, at 08:50, Roman Belenov wrote: I hacked a bit trying to implement logoff with graceful application termination on GNUstep and got some questions: 1) How to get a list of all running GNUstep applications ? launchedApplications seems to return only the list of apps launched fro

[Gnustep-cvs] gnustep/usr-apps/SystemPreferences/Modules/Volu...

2006-01-23 Thread Enrico Sersale
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Enrico Sersale <[EMAIL PROTECTED]> 06/01/23 11:36:32 Modified files: usr-apps/SystemPreferences/Modules/Volumes: Volumes.m Log message: CVSWeb URLs: http://cvs.savannah.gnu.org/viewcv

Re: Repository change to SVN, Jan 28th

2006-01-23 Thread Sheldon Gill
David Ayers wrote: Sheldon Gill schrieb: David Ayers wrote: You mean other than releases? Well since we have defined repository states through revision numbers, I can't think of any necessity for more tags. It's not like gnustep is seeing the kind of development activity like, say, GCC. But

Re: Graceful termination again

2006-01-23 Thread Chris B. Vetter
On 1/23/06, Roman Belenov <[EMAIL PROTECTED]> wrote: > I hacked a bit trying to implement logoff with graceful application > termination on GNUstep and got some questions: [...] The way I see it would be sending a NSWorkspaceWillPowerOffNotification when "Logout" (or similar) is clicked to the Wor

Re: Graceful termination again

2006-01-23 Thread Fred Kiefer
Roman Belenov wrote: > > 1) How to get a list of all running GNUstep applications ? > launchedApplications seems to return only the list of apps launched from the > current one. For now I just use a list of message ports obtained by examining > corresponding subdirectory and treat everythying as a

[Gnustep-cvs] gnustep/core/back ChangeLog Headers/cairo/Cairo...

2006-01-23 Thread Fred Kiefer
CVSROOT:/cvsroot/gnustep Module name:gnustep Branch: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 06/01/23 20:51:40 Modified files: core/back : ChangeLog core/back/Headers/cairo: CairoFaceInfo.h core/back/Source/cairo: CairoFaceInfo.m CairoFon

Re: Repository change to SVN, Jan 28th

2006-01-23 Thread Markus Hitter
Am 22.01.2006 um 19:04 schrieb David Ayers: - what goes into tag? When? You mean other than releases? Well since we have defined repository states through revision numbers, I can't think of any necessity for more tags. Is there actually reason for tagging? As tags and branches are te

Re: Graceful termination again

2006-01-23 Thread Richard Frith-Macdonald
On 23 Jan 2006, at 16:38, Fred Kiefer wrote: Roman Belenov wrote: 1) How to get a list of all running GNUstep applications ? launchedApplications seems to return only the list of apps launched from the current one. For now I just use a list of message ports obtained by examining correspon

Re: Graceful termination again

2006-01-23 Thread David Ayers
Richard Frith-Macdonald schrieb: > > We could finish getting the NSWorkspace class to do what it was > originally designed to do ... provide the list of launched apps as > supplied by the workspace manager. That would be a small modification > to NSWorkspace and to GWorkspace. However, we wou

Re: Graceful termination again

2006-01-23 Thread Richard Frith-Macdonald
On 23 Jan 2006, at 21:36, David Ayers wrote: Richard Frith-Macdonald schrieb: We could finish getting the NSWorkspace class to do what it was originally designed to do ... provide the list of launched apps as supplied by the workspace manager. That would be a small modification to NSWorks

Re: Graceful termination again

2006-01-23 Thread Matt Rice
--- Richard Frith-Macdonald <[EMAIL PROTECTED]> wrote: > If we want to put the functionality into an existing > daemon, I think > gpbs would be the best option, as it is part of the > gui/back > libraries (ie related to applications) while gdnc > provides a service > for the base library.

Re: Graceful termination again

2006-01-23 Thread Sheldon Gill
Richard Frith-Macdonald wrote: On 23 Jan 2006, at 21:36, David Ayers wrote: Richard Frith-Macdonald schrieb: We could finish getting the NSWorkspace class to do what it was originally designed to do ... provide the list of launched apps as supplied by the workspace manager. That would be a sm

Re: Graceful termination again

2006-01-23 Thread Enrico Sersale
On 2006-01-23 15:05:41 +0200 Richard Frith-Macdonald <[EMAIL PROTECTED]> wrote: On 23 Jan 2006, at 08:50, Roman Belenov wrote: I hacked a bit trying to implement logoff with graceful application termination on GNUstep and got some questions: 1) How to get a list of all running GNUstep applic