Re: Gnome & WindowMaker - may try it again



Paul Barnfather <plb@clanger9.demon.co.uk> writes:

| WM 0.60 works fine for me. I don't use the docks, just the GNOME GUI.
| 
| -Configure it with --enable-gnome
| -Invoke it with --no-dock --no-clip to disable the WM features
| -In the WPrefs applet, disable miniwondows (has no effect for me)
| -Finally, if you make the icons smaller, they stay hidden behind the
| panel. Horrible, I know, but at least it looks OK... 

No no no no no. You can turn them off entirely.

I ran the configure program with these options (and some irrelevant)

  --enable-gnome    --enable-usermenu  --enable-single-icon 

Ok I not sure about the --enable-usermenu don't know what it does that
is.

If you use the --enable-single-icon option there is a small bug in
dock.c. Just remove the } in line 3529 of that file.

and I had to patch window.c with this: 

--- WindowMaker-0.60.0/src/window.c     Sun May 30 23:25:23 1999
+++ WindowMaker-0.60.0.fixed/src/window.c       Sun Jun 13 13:45:48 1999
@@ -1797,7 +1797,8 @@
        }
     } else {
        /* brought to current workspace. Map window */
-       if (wwin->flags.miniaturized && !wPreferences.sticky_icons) {
+       if (wwin->flags.miniaturized && !wPreferences.sticky_icons
&&
+                       !wPreferences.disable_miniwindows) {
            XMapWindow(dpy, wwin->icon->core->window);
            wwin->icon->mapped = 1;
        } else if (!wwin->flags.mapped && 

 

Then turning on disable miniwindows, the icons disappears and the
gnome pager can be used.

NB: First thing you should check is to make a new GNUStep directory
with wmaker.inst to see if that is the reason you cannot get the icons
to go away.


-- 
Preben Randhol             oO     "Don't think about domination,  think
[randhol@pvv.org]        .`  ;     about freedom, it doesn't dominate."
[www.pvv.org/~randhol/]   \ G                  -- RMS, LinuxWorld 1999.
                           `_) n o m e 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]