Hello Discussion, hello list,
tonite I've stumbled upon a setting that fixed part of this problem:

* Andreas Wagner wrote on Aug/16/2006:
What the problem in my case is: Only those apps handled by Azalea (i.e. launched via menu or from xterm/fbrun) have a window frame and titlebar. So I can only move/resize those apps, but not those handled by GNUstep.

Here's my NSGlobalDomain, just to make sure I don't miss anything important:

    NSGlobalDomain = {
        GSAppKitUserBundles = (
            "/usr/GNUstep/System/Library/Bundles/Camaelon.themeEngine",
            "/usr/GNUstep/System/Library/Bundles/EtoileMenus.bundle"
        );
        GSBackend = "libgnustep-cairo";
        GSBrowserCellFontify = <*BY>;
        GSFileBrowserHideDotFiles = <*BN>;
        GSFirstCommandKey = NoSymbol;
        GSFontAntiAlias = <*BN>;
        GSWorkspaceApplication = GWorkspace;
        "Local Time Zone" = Europe/Berlin;
        NSFont = "Bitstream Vera Sans";
        NSFontSize = 12;
        NSInterfaceStyleDefault = NSMacintoshInterfaceStyle;
        GSX11HandlesWindowDecorations = <*BN>;
        UseWindowMakerIcons = <*BY>;
        "XGPS-Shm" = <*BY>;
        "back-art-subpixel-text" = 0;
    };

The setting that I have changed for the better now is GSX11HandlesWindowDecorations. Now I am at least getting a title bar and can move windows around. Resizing them doesn't work yet, tho.


As a sidenote: As you can see I am using the cairo backend. But I have to specify libgnustep-art for GWorkspace, or else I get a memory access error ('Speicherzugriffsfehler') and GWorkspace crashes.

I have also returned to launching X via startx from commandline. It's 'startx /usr/local/bin/etoile_system' then. The first thing to do after the window manager is there is then to run a ~/bin/runstuff.sh script that starts my fbanel, dockapps, conky, sets the background etc. I don't know why it won't do that when I try to execute anything from my .xinitrc...


Anyway. HTH,
Andreas

--
All wiyht. Rho sritched mg kegtops awound?

--
My Public PGP Keys:
1024 Bit DH/DSS: 0x869F81BA
768 Bit RSA:     0x1AD97BA5

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

Répondre à