Re: Login/Logout: Big LaunchServices issue.
Re: Login/Logout: Big LaunchServices issue.
- Subject: Re: Login/Logout: Big LaunchServices issue.
- From: Stéphane Sudre <email@hidden>
- Date: Thu, 18 Oct 2001 12:50:37 +0200
On mercredi, octobre 17, 2001, at 07:11 , Markus Hitter wrote:
Am Mittwoch, 17. Oktober 2001 um 17:02 schrieb Stiphane Sudre:
[...]
Now if the user logout and then login again, the Cocoa background
Application can't be launched again by the boot process. Yet it can be
launched by another way, double clicking on it for instance.
To launch the Cocoa Application, I'm using the LaunchServices API and
the second time (when it's no more working): LSOpenFromURLSpec returns
with an error: 268435459 (which is not documented anywhere).
Stiphane,
could it be that there is some entry is left in any of these databases
where the system tries to keep track about what's going on?
What, if you stop the app before logging out?
BIG CORRECTION on my previous answer.
The problem is still occurring when the app is stopped before logout.
I made some tests with a stupid Standard tool app which only fills some
info with syslog and then quits. The problem is occurring too.
So it doesn't seem a Window Server or AppKit problem but really a
LaunchService one.
--
Stephane