Bug#289969: gnome-session: gnome-wm does not work with fvwm/fvwm2
Cameron Hutchison
Cameron Hutchison <camh+db@xdna.net>, 289969@bugs.debian.org
Wed, 12 Jan 2005 16:32:17 +1100
This is a multi-part MIME message sent by reportbug.
--===============1831743568==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: gnome-session
Version: 2.8.1-5
Severity: minor
Tags: patch
If you set your gnome window manager to fvwm2, the session login hangs
waiting for fvwm to respond to the session manager. This is because it
is not being passed the correct arguments to identify the client ID.
Attached is a patch to gnome-wm that makes it work with fvwm.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-ch1-imladris-1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages gnome-session depends on:
ii capplets 1:2.8.1-3 configuration applets for GNOME 2
ii desktop-base 0.3.15 common files for the Debian Deskto
ii gconf2 2.8.1-4 GNOME configuration database syste
ii libart-2.0-2 2.3.16-6 Library of functions for 2D graphi
ii libatk1.0-0 1.8.0-4 The ATK accessibility toolkit
ii libaudiofile0 0.2.6-5 Open-source version of SGI's audio
ii libbonobo2-0 2.8.0-4 Bonobo CORBA interfaces library
ii libbonoboui2-0 2.8.0-2 The Bonobo UI library
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libesd0 0.2.35-2 Enlightened Sound Daemon - Shared
ii libgconf2-4 2.8.1-4 GNOME configuration database syste
ii libgcrypt11 1.2.0-11 LGPL Crypto library - runtime libr
ii libglib2.0-0 2.4.8-1 The GLib library of C routines
ii libgnome-keyring0 0.4.0-2 GNOME keyring services library
ii libgnome2-0 2.8.0-6 The GNOME 2 library - runtime file
ii libgnomecanvas2-0 2.8.0-1 A powerful object-oriented display
ii libgnomeui-0 2.8.0-3 The GNOME 2 libraries (User Interf
ii libgnomevfs2-0 2.8.3-8 The GNOME virtual file-system libr
ii libgnutls11 1.0.16-13 GNU TLS library - runtime library
ii libgpg-error0 1.0-1 library for common error values an
ii libgtk2.0-0 2.4.14-2 The GTK+ graphical user interface
ii libhowl0 0.9.8-2 Library for Zeroconf service disco
ii libice6 4.3.0.dfsg.1-10 Inter-Client Exchange library
ii libjpeg62 6b-9 The Independent JPEG Group's JPEG
ii liborbit2 1:2.10.2-1.1 libraries for ORBit2 - a CORBA ORB
ii libpango1.0-0 1.6.0-3 Layout and rendering of internatio
ii libpopt0 1.7-5 lib for parsing cmdline parameters
ii libsm6 4.3.0.dfsg.1-10 X Window System Session Management
ii libtasn1-2 0.2.10-4 Manage ASN.1 structures (runtime)
ii libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii libxml2 2.6.11-5 GNOME XML library
ii libxmu6 4.3.0.dfsg.1-10 X Window System miscellaneous util
ii libxrandr2 4.3.0.dfsg.1-10 X Window System Resize, Rotate and
ii libxrender1 0.8.3-7 X Rendering Extension client libra
ii libxt6 4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii xlibs 4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii zlib1g 1:1.2.2-4 compression library - runtime
-- no debconf information
--===============1831743568==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="gnome-wm-fvwm.patch"
--- gnome-wm 2005-01-08 05:07:06.000000000 +1100
+++ /tmp/gnome-wm 2005-01-12 16:16:36.000000000 +1100
@@ -89,6 +89,11 @@
OPT2=$SMID
CURRENT=Enlightenment
;;
+ fvwm|fvwm2)
+ OPT1=--clientid
+ OPT2=$SMID
+ CURRENT=fvwm
+ ;;
esac
fi
--===============1831743568==--