[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apps don't load in GWorkspace
From: |
Patrick Cardona |
Subject: |
Re: Apps don't load in GWorkspace |
Date: |
Fri, 22 May 2020 20:40:29 +0200 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
Hi Wolfgang,
Thank You for the explanation.
Le 22/05/20 à 18:37, Wolfgang Lux a écrit :
>
>
> > Am 21.05.2020 um 21:56 schrieb Patrick Cardona via Discussion list for the
> > GNUstep programming environment <discuss-gnustep@gnu.org>:
> >
> > Hi Riccardo,
> >
> > If I run first Terminal and then 'gopen -a
> > /usr/share/GNUstep/GWorkspace.app'
> > I get these messages :
> >
> > pi@raspberrypi:~ $ gopen -a /usr/share/GNUstep/GWorkspace.app
> > 2020-05-21 21:44:41.257 GWorkspace[2611:2611] styleoffsets ... guessing
> > offsets
> > 2020-05-21 21:44:41.259 GWorkspace[2611:2611] styleoffsets ... guessing
> > offsets
> > 2020-05-21 21:44:45.173 fswatcher[2612:2612] register client 2
> > 2020-05-21 21:44:45.953 gopen[2610:2610] Application seems to have hung
> > pi@raspberrypi:~ $ 2020-05-21 21:44:46.289 GWorkspace[2613:2613]
> > styleoffsets ... guessing offsets
> > 2020-05-21 21:44:46.296 GWorkspace[2613:2613] styleoffsets ... guessing
> > offsets
> > 2020-05-21 21:44:48.866 fswatcher[2612:2612] register client 3
> > 2020-05-21 21:44:50.671 GWorkspace[2611:2611] Lost information converting
> > decoded value to int32_t
> > 2020-05-21 21:44:50.679 GWorkspace[2611:2611] Lost information converting
> > decoded value to int32_t
> >
> > And, in this case, Gworkspace has not hung, bu is loaded twice (two icons
> > in the dock).
>
> Hmmm, this looks like possibly a nasty race condition. By default, gopen asks
> the workspace manager application, i.e., GWorkspace.app, to start the
> requested application. If the workspace manager is not running, it will be
> launched first. So this is happening for you. But apparently this instance
> appears of the workspace manager appears not to respond (note the
> 'Application seems to have hung' message; maybe startup is too slow?) and
> therefore gopen just starts the requested application on itself, which leads
> to two instances of this process running. :-(
>
> Wolfgang
>
--
Bien cordialement,
Patrick CARDONA
- Re: Apps don't load in GWorkspace, (continued)
- Re: Apps don't load in GWorkspace, Gregory Casamento, 2020/05/18
- Re: Apps don't load in GWorkspace, Richard Frith-Macdonald, 2020/05/19
- Re: Apps don't load in GWorkspace, Riccardo Mottola, 2020/05/20
- Re: Apps don't load in GWorkspace, Wolfgang Lux, 2020/05/20
- Re: Apps don't load in GWorkspace, Svetlana, 2020/05/20
- Re: Apps don't load in GWorkspace, Richard Frith-Macdonald, 2020/05/21
Re: Apps don't load in GWorkspace, Patrick Cardona, 2020/05/19
Re: Apps don't load in GWorkspace, Patrick Cardona, 2020/05/21