On 7/29/07, Michael Thaler <[EMAIL PROTECTED]> wrote:
> On Sunday 29 July 2007, David Chisnall wrote:
>
> > After installing GNUstep, and before running any of the Étoilé
> > scripts, did you source the System/Library/Makefiles/GNUstep.{sh,csh}
> > file?  This will set up the GNUstep paths, so anything built with
> > GNUstep Make (including Étoilé) will use the correct locations for
> > GNUstep.
>
> I have this in my .bashrc.
>
> . /opt/GNUstep/System/Library/Makefiles/GNUstep.sh
>  if [ `gdomap -L GDNCServer | grep -c Found` == '0' ]; then
>  echo "Starting GNUstep services..."
>  gdnc
>  gpbs
>  fi
>
> gdomap is apparently running:
> $ ps aux|grep gdo
> /opt/GNUstep/System/Tools/gdomap
>
> I used to have a working gnustep environement, but I didn't update it for
> quite a while. I only updated make, base, gui, back and steptalk before I
> compiled Etoile.
>
> When I try to run easydiff (I guess about half a year old), I get the
> following error message:
>
> openapp EasyDiff.app
> Configuration contains unknown keys - (GNUSTEP_LOCAL_LIBRARIES,


  EasyDiff is very old.
  My suggestion is to try running 'openapp Typerwiter.app' or 'openapp
Sketch.app'
  if your Etoile is installed successfully.

[snip]
> GNUSTEP_LOCAL_ADMIN_APPS)
> 2007-07-29 21:21:34.048 EasyDiff[9771] Loading 2 user defined AppKit bundles
> 2007-07-29 21:21:34.066 EasyDiff[9771]
> Loaded '/opt/GNUstep/System/Library/Bundles/Camaelon.themeEngine'
> 2007-07-29 21:21:34.206 EasyDiff[9771] Unable to read color file
> at "/home/michi/GNUstep/Library/Colors/System extensions.clr" -- unknown
> format.
> 2007-07-29 21:21:34.207 EasyDiff[9771] Unable to read color file
> at "/home/michi/GNUstep/Library/Colors/System.clr" -- unknown format.
> 2007-07-29 21:21:34.236 EasyDiff[9771] No theme Nesedah found in search paths:
> ()
> 2007-07-29 21:21:34.315 EasyDiff[9771] No theme Nesedah found in search paths:
> ()
> 2007-07-29 21:21:34.316 EasyDiff[9771]
> Loaded '/opt/GNUstep/System/Library/Bundles/EtoileMenus.bundle'
> 2007-07-29 21:21:34.395 EasyDiff[9771] Warning - mouse/pointer seems to have
> more than 5 buttons - just using one to five
> Segmentation fault
>
> When I run etoile_system, I get:
>
> $ etoile_system
> 2007-07-29 21:24:30.573 etoile_system[9853] Setting up SCSystem server
> instance
> 2007-07-29 21:24:30.749 etoile_system[9853] Loading 2 user defined AppKit
> bundles
> 2007-07-29 21:24:30.749 etoile_system[9853]
> Loaded '/opt/GNUstep/System/Library/Bundles/Camaelon.themeEngine'
> 2007-07-29 21:24:30.826 etoile_system[9853]
> Loaded '/opt/GNUstep/System/Library/Bundles/EtoileMenus.bundle'
> 2007-07-29 21:24:31.365 etoile_system[9853] WARNING: no usable workspace
> process set file found. I'm not going to do workspace process management.
> 2007-07-29 21:24:31.365 etoile_system[9853] Launch queue is empty now
>
> But nothing else happens.

  etoile_system is a daemon, which read
GNUstep/System/Library/Etoile/SystemTaskList.plist

  I think you have most stuff installed right, but a few thing wrong.
  So try the 'Typewriter.app' or 'Sketch.app' first and see.
  Then you can start with window manager with 'openapp Azalea &',
  or 'openapp Azalea --replace &' if you have one running already.
  'openapp AZDock' give you a dock, and 'openapp AZSwitch' give you
the 'alt-tab' switch.
  'openapp EtoileMenuServer' is the menu server.
  Look at System/Private/System/SystemTaskList.plist to see more
  and copy it into your GNUstep/System/Library/Etoile/
  Then etoile_system should start most of them.

  Remember Etoile is just a set of GNUstep applications for now.
  So you can launch them individually if you know which one does what.

  Yen-Ju

>
> Greetings,
> Michael
>
> _______________________________________________
> Etoile-dev mailing list
> [email protected]
> https://mail.gna.org/listinfo/etoile-dev
>

_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev

Reply via email to