[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gemas : app or tool ?
From: |
Wolfgang Lux |
Subject: |
Re: Gemas : app or tool ? |
Date: |
Tue, 26 May 2020 19:31:14 +0200 |
> Am 26.05.2020 um 16:57 schrieb Patrick Cardona via Discussion list for the
> GNUstep programming environment <discuss-gnustep@gnu.org>:
>
> Hi All GNUstep guys,
>
> As I told it in a previous discussion, I could achieve to make Gemas within
> my user domain.
> After doing 'make install', I saw that a link was made inside
> $HOME/GNUstep/Outils (obviously French translation of Tools) and this link is
> pointing to :
> $HOME/GNUstep/Applications/Gemas.app/Gemas
>
> Il can run Gemas as this :
> opentool Gemas
> openapp Gemas
>
> (1) So I am guessing : why is it an app and also a tool ?
GNUstep creates a link in the Tools directory for all applications. That link
allows you to start the application from a shell prompt without openapp or
gopen.
>
> And I cannot open it with #o in GWorkspace from my Applications user folder.
>
> (2) Maybe 'make install' is a wrong way ?
Does it help to run make_services again?
Wolfgang