GNOME Bugzilla – Bug 116204
gnome-wm could support lwm
Last modified: 2005-08-15 01:50:38 UTC
gnome-wm could be made to support newer versions of the lwm window manager by applying the following patch. --- /usr/bin/gnome-wm 2003-02-05 06:43:33.000000000 +0000 +++ bin/linux2.4/gnome-wm 2003-06-28 19:32:34.000000000 +0100 @@ -76,6 +76,10 @@ OPT1=-clientId OPT2=$SMID ;; + lwm) + OPT1=-s + OPT2=$SMID + ;; #FIXME: add all other windowmanagers here with their proper options esac fi
Adding the PATCH keyword and marking Priority=High.
Thanks James: 2004-02-04 Mark McLoughlin <mark@skynet.ie> Patch from James F. Carter <james@jfc.org.uk> in bug #116204. * gnome-wm: update for lwm's session management support.