Bug#304027: wrong gdmthemetester size
Frederic Peters
Frederic Peters <fpeters@debian.org>, 304027@bugs.debian.org
Sun, 10 Apr 2005 13:55:55 +0200
This is a multi-part MIME message sent by reportbug.
--===============1173446215==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: gdm
Version: 2.6.0.8-1
Severity: minor
Tags: patch
gdmthemetester window size is created according to Xnest defaults (or
XNESTSIZE environment variable) but the `gdmgreeter` that is run
inside doesn't fill the window; leaving a good part of the window with
default X pattern (black and white dots). (the part covered is 3/4ths
the dimensions of the Xnest window).
This is fixed with the attached patch; it removes a extraneous call
to gdmXnest. The same patch is applied to upstream CVS.
Regards,
Frederic
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to fr_BE.UTF-8)
Versions of packages gdm depends on:
ii adduser 3.63 Add and remove users and groups
ii debconf 1.4.47 Debian configuration management sy
ii dpkg 1.10.27 Package maintenance system for Deb
ii gksu 1.2.5-1 graphical frontend to su
ii gnome-session 2.8.1-6 The GNOME 2 Session Manager
ii gnome-terminal [x-te 2.8.2-2 The GNOME 2 terminal emulator appl
ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi
ii libatk1.0-0 1.8.0-4 The ATK accessibility toolkit
ii libattr1 2.4.21-1.0.1 Extended attribute shared library
ii libbonobo2-0 2.8.1-2 Bonobo CORBA interfaces library
ii libbonoboui2-0 2.8.1-2 The Bonobo UI library
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libgconf2-4 2.8.1-5 GNOME configuration database syste
ii libglade2-0 1:2.4.2-2 library to load .glade files at ru
ii libglib2.0-0 2.6.4-1 The GLib library of C routines
ii libgnome2-0 2.8.1-2 The GNOME 2 library - runtime file
ii libgnomecanvas2-0 2.8.0-1 A powerful object-oriented display
ii libgnomeui-0 2.8.1-3 The GNOME 2 libraries (User Interf
ii libgnomevfs2-0 2.8.4-2 The GNOME virtual file-system libr
ii libgtk2.0-0 2.6.4-1 The GTK+ graphical user interface
ii libice6 4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii liborbit2 1:2.12.1-1 libraries for ORBit2 - a CORBA ORB
ii libpam-modules 0.76-22 Pluggable Authentication Modules f
ii libpam-runtime 0.76-22 Runtime support for the PAM librar
ii libpam0g 0.76-22 Pluggable Authentication Modules l
ii libpango1.0-0 1.8.1-1 Layout and rendering of internatio
ii libpopt0 1.7-5 lib for parsing cmdline parameters
ii librsvg2-2 2.8.1-3 SAX-based renderer library for SVG
ii libselinux1 1.22-1 SELinux shared libraries
ii libsm6 4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii libwrap0 7.6.dbs-8 Wietse Venema's TCP wrappers libra
ii libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii libxi6 4.3.0.dfsg.1-12.0.1 X Window System Input extension li
ii libxml2 2.6.16-6 GNOME XML library
ii metacity [x-window-m 1:2.8.8-1 A lightweight GTK2 based Window Ma
ii wterm [x-terminal-em 6.2.9-6.2 An rxvt based, color xterm replace
ii xbase-clients 4.3.0.dfsg.1-12.0.1 miscellaneous X clients
ii xlibs 4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii xterm [x-terminal-em 4.3.0.dfsg.1-12.0.1 X terminal emulator
ii zlib1g 1:1.2.2-4 compression library - runtime
-- debconf information:
gdm/daemon_name: /usr/bin/gdm
* shared/default-x-display-manager: gdm
--===============1173446215==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="gdmthemetester.diff"
diff -Naur gdm-2.6.0.8.orig/gui/greeter/gdmthemetester gdm-2.6.0.8/gui/greeter/gdmthemetester
--- gdm-2.6.0.8.orig/gui/greeter/gdmthemetester 2005-04-10 13:50:06.627531128 +0200
+++ gdm-2.6.0.8/gui/greeter/gdmthemetester 2005-04-10 13:50:17.983804712 +0200
@@ -72,7 +72,6 @@
else
eval `gdmXnest -b -o "-geometry $XNESTSIZE -terminate"`
fi
-eval `gdmXnest -b`
export DISPLAY
if [ "x$GDM_PARENT_DISPLAY" = "x$DISPLAY" ]; then
--===============1173446215==--