GNUstep Narcissus Theme
2007 August 18
I played around with the GNUstep theme engine “Camaelon” and the graphics from a nice little interface mockup by Jesse Ross.
The theme can be checked out by entering
svn co http://svn.gna.org/svn/etoile/trunk/Etoile/Bundles/Camaelon Camaelon
on your command line. (You will need a working GNUstep installation for this. Read the INSTALL file for details on how to set up Camaelon.)

Die Programme kommen mir vom Mac so bekannt vor
Jo, das ein oder andere ist vergleichsweise frech kopiert. DictionaryReader.app ist eine GNUstep-Implementierung des Mac-Wörterbuchs (allerdings mit freien Wörterbüchern). Der Adressmanager implementiert sogar Apple’s AddressesKit. Aber GNUstep ist ohnehin eine Implementierung von OpenStep, was heute Cocoa heißt, so dass das nur folgerichtig ist. (Allerdings sehen die Programme erst mit diesem Theme auch halbwegs wie Mac-Programme aus. Vergleiche auch http://images.google.de/images?q=GNUstep )
Looks like OS X “unified” style
i have just installed Etoile 0.4 on freebsd but..
how do you say camaelon to use the narcissus theme?
Step 1:
defaults write NSGlobalDomain GSAppKitUserBundles ‘( “YourLocationTo/Camaelon.themeEngine” )’
This activates Camaelon itself. (If you already ran setup.sh, this should have been done automatically already.)
Step 2:
defaults write Camaelon Theme Narcissus
This sets Narcussus as the default theme.
The documentation is in the INSTALL file in Camaelon’s source directory:
http://svn.gna.org/viewcvs/etoile/trunk/Etoile/Bundles/Camaelon/INSTALL?view=auto
Have fun!