Re: Apps don't load in GWorkspace

2020-05-25 Thread Wolfgang Lux
> Am 25.05.2020 um 15:28 schrieb Riccardo Mottola : > > Hi, > > > On 24/05/2020 19:28, Riccardo Mottola wrote: >> >> I agree with you. It should not happen to have two instances of the same >> application running. Any application in GNUstep should exist only once >> running and this is

Re: Apps don't load in GWorkspace

2020-05-25 Thread Riccardo Mottola
Hi, On 24/05/2020 19:28, Riccardo Mottola wrote: I agree with you. It should not happen to have two instances of the same application running. Any application in GNUstep should exist only once running and this is the same for GWorkspace if you launch it. I will try gopen -a GWorkspace on

Re: Apps don't load in GWorkspace

2020-05-24 Thread Riccardo Mottola
Hi Wolfgang, On 5/22/20 6:37 PM, Wolfgang Lux wrote: 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

Re: Apps don't load in GWorkspace

2020-05-22 Thread Patrick Cardona via Discussion list for the GNUstep programming environment
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 : > > > > Hi Riccardo, > > > > If I run first Terminal and then 'gopen -a > >

Re: Apps don't load in GWorkspace

2020-05-22 Thread Wolfgang Lux
> Am 21.05.2020 um 21:56 schrieb Patrick Cardona via Discussion list for the > GNUstep programming environment : > > Hi Riccardo, > > If I run first Terminal and then 'gopen -a /usr/share/GNUstep/GWorkspace.app' > I get these messages : > > pi@raspberrypi:~ $ gopen -a

Re: Apps don't load in GWorkspace

2020-05-21 Thread Patrick Cardona via Discussion list for the GNUstep programming environment
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

Re: Apps don't load in GWorkspace

2020-05-21 Thread Richard Frith-Macdonald
> On 20 May 2020, at 19:59, Wolfgang Lux wrote: > > > >> Am 20.05.2020 um 18:24 schrieb Riccardo Mottola : >> >> Hi, >> >> Richard Frith-Macdonald wrote: >>> I'm sure the install instructions say (or said) that make_services should >>> be in your .profile to run on login. >>> When

Re: Apps don't load in GWorkspace

2020-05-20 Thread Svetlana
Wolfgang Lux написал(а): > > > > Am 20.05.2020 um 18:24 schrieb Riccardo Mottola > > : > > > > Hi, > > > > Richard Frith-Macdonald wrote: > >> I'm sure the install instructions say (or said) that make_services should > >> be in your .profile to run on login. > >> When installing a new app,

Re: Apps don't load in GWorkspace

2020-05-20 Thread Wolfgang Lux
> Am 20.05.2020 um 18:24 schrieb Riccardo Mottola : > > Hi, > > Richard Frith-Macdonald wrote: >> I'm sure the install instructions say (or said) that make_services should be >> in your .profile to run on login. >> When installing a new app, app developers should ensure it is run by the >>

Re: Apps don't load in GWorkspace

2020-05-20 Thread Riccardo Mottola
Hi, Patrick Cardona wrote: If I use 'gopen -a SomeApp', the SomeApp is loaded without any error message. (Terminal, Calculator, etc). What is strange is that I can observe different behaviour according to the origin o f the app. For example, I can run these apps which I made from source with

Re: Apps don't load in GWorkspace

2020-05-20 Thread Riccardo Mottola
Hi, Richard Frith-Macdonald wrote: I'm sure the install instructions say (or said) that make_services should be in your .profile to run on login. When installing a new app, app developers should ensure it is run by the install script. So the only time it would need to be run manually is when

Re: Apps don't load in GWorkspace

2020-05-19 Thread Patrick Cardona via Discussion list for the GNUstep programming environment
Hi Ricardo, If I use 'gopen -a SomeApp', the SomeApp is loaded without any error message. (Terminal, Calculator, etc). What is strange is that I can observe different behaviour according to the origin o f the app. For example, I can run these apps which I made from source with #o or double

Re: Apps don't load in GWorkspace

2020-05-19 Thread Richard Frith-Macdonald
> On 19 May 2020, at 00:45, Gregory Casamento wrote: > > We should change this so that make_services is run periodically. > Nevertheless this needs to be run anytime you add an application so that that > application's file mappings are added to the master list of mappings so that >

Re: Apps don't load in GWorkspace

2020-05-18 Thread Gregory Casamento
We should change this so that make_services is run periodically. Nevertheless this needs to be run anytime you add an application so that that application's file mappings are added to the master list of mappings so that NSWorkspace can open the appropriate application. Alternatively you could

Re: Apps don't load in GWorkspace

2020-05-18 Thread Riccardo Mottola
Hi, Patrick Cardona via Discussion list for the GNUstep programming environment wrote: When I start an app with 'openapp' tool or as a 'service', it does it well (Terminal.app, Cynthiune, etc). But when I attempt to load an app from a view (double click on the icon, or menu: 'file / open' or

Re: Apps don't load in GWorkspace

2020-05-18 Thread Riccardo Mottola
Hi Patrick, Patrick Cardona via Discussion list for the GNUstep programming environment wrote: Thank you for the response. But it did not solve the problem. I tried these step : 1. Adding 'make_services' in my .xsession 2. Running 'make_services' from Terminal inside the X session. None of

Re: Apps don't load in GWorkspace

2020-05-18 Thread Patrick Cardona via Discussion list for the GNUstep programming environment
Hi German, Gdomap is listed under the /bin directory but it is not running (I tried ps -x|grep gdomap and pstree to fond it) According to the docs I could read, there must be a shell script within the init process, but I am guessing why it does not load or why it is missing. I thought the

Re: Apps don't load in GWorkspace

2020-05-17 Thread Germán Arias
The service "gdomap" is running? Not sure if this could be the problem. Usually you should run it as root. Regards On 5/17/20 4:45 AM, Patrick Cardona wrote: Hi German, Thank you for the response. But it did not solve the problem. I tried these step : 1. Adding 'make_services' in my .xsession

Re: Apps don't load in GWorkspace

2020-05-17 Thread Patrick Cardona via Discussion list for the GNUstep programming environment
Hi German, Thank you for the response. But it did not solve the problem. I tried these step : 1. Adding 'make_services' in my .xsession 2. Running 'make_services' from Terminal inside the X session. None of those could achieve to get the apps running. I join my .xession. Maybe something is

Re: Apps don't load in GWorkspace

2020-05-16 Thread Germán Arias
Hi, You should run the tool "make_services" after sourced GNUstep.sh in your .xsession script. And you should run this tool after install a new GNUstep app. Germán On 5/16/20 7:16 PM, Patrick Cardona via Discussion list for the GNUstep programming environment wrote: Hi All, I just installed