Chris Vetter wrote:
On 2006-09-02 20:25:40 +0200 Jesse Ross <[EMAIL PROTECTED]> wrote:
[...]
To load the wild menus, type
defaults write NSGlobalDomain GSAppKitUserBundles "/path/to/ EtoileWildMenus.bundle"
Second, I tried the below, and I still don't get GWorkspace showing up by default... any ideas?

If you look into the NSGlobalDomain, you will notice that GSAppKitUserBundles really holds an array,
so if you use an editor, you would do something like

    NSGlobalDomain = {
        GSAppKitUserBundles = (
            "/path/to/EtoileServerMenus.bundle",
            "/path/to/Camaelon.themeEngine"
        );
       [...]
    };

or from your shell

defaults write NSGlobalDomain GSAppKitUserBundles '("/path/to/EtoileMenus.bundle","/path/to/Camaelon.themeEngine")'

     defaults write NSGlobalDomain GSWorkspaceApplication GWorkspace
GWorkspace should be launched automatically. It will add a desktop, a dock and a tabbed window (at the bottom of your screen), depending on your GWorkspace's configuration setting.

I only used to use Etoile on my Solaris box till it broke.
The way it worked there was to launch Window Maker upon login, then launch EtoileMenuServer from my user's $HOME/.xinitrc. GWorkspace would then launch automatically. Not sure why, but I figured it was because GSWorkspaceApplication was set to GWorkspace. I *could* be totally off, though.

GNUstep automagically starts the workspace app (by default GWorkspace, or whatever thing the GSWorkspaceApplication default is set to) at the moment the first workspace operation is requested by any other app (e.g. open a file, etc.). Not sure why it worked in your case right away though...

We seriously need a session management system people! Quentin, please finish or design the darn thing already so that somebody can jump at it and implement it already. Without it, EtoileMenuServer is but a tech-demo that horizontal menus *can* be done in GNUstep. (I originally ment it to be, I coded the entire current horizontal-menu stuff in under a week or so.)

--
Saso

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

Reply via email to