[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: application not quitting
From: |
Fred Kiefer |
Subject: |
Re: application not quitting |
Date: |
Tue, 14 Oct 2008 22:43:13 +0200 |
User-agent: |
Thunderbird 2.0.0.16 (X11/20080720) |
Hi Marko,
I heard from Riccardo that he is facing similar problems. Could you
please detail your environment and the applications that are failing to
stop? Are they document based, do you use an application delegate?
Does replyToApplicationShouldTerminate: get called? With what value as
parameter? And what happeneds then?
Fred
Marko Riedel wrote:
> I recently installed a GNUstep application on two new machines and
> ran into a problem that I hadn't encountered on the other machines
> where it is currently running successfully. I cannot quit the
> application by clicking on "Quit".
>
> The delegate method applicationShouldTerminate: gets called and
> returns YES but the application does not quit. This is a real
> nuisance. As a workaround, I invoke NSApplication's stop: method in
> applicationShouldTerminate:. That quits the applications and saves
> e.g. window positions to the defaults database, but is definitely not
> how it is supposed to be used.
>
> Any ideas what might be the problem here? This is with KDE 3.5 (I
> don't have a choice as to what windowmanager to use.)
>
- Re: application not quitting,
Fred Kiefer <=