Bug#278125: gnome-terminal.wrapper's perl is devouring the
--full-screen argument
Nick Black
dank at qemfd.net
Wed Dec 28 22:16:41 UTC 2005
Package: gnome-terminal
Version: 2.10.0-3
Followup-For: Bug #278125
gnome-terminal --full-screen works as advertised.
gnome-terminal.wrapper --full-screen or --fullscreen works not at all.
adding the following to the end of the large if/elsif clause line gets
everything working hunky-dory:
else
{
push(@args, $opt);
}
Here's a diff -ur:
--- /usr/bin/gnome-terminal.wrapper 2005-12-28 17:15:56.000000000 -0500
+++ gnome-terminal.wrapper 2005-12-28 17:15:39.000000000 -0500
@@ -63,6 +63,10 @@
{
push(@args, '--help');
}
+ else
+ {
+ push(@args, $opt);
+ }
}
if ($login == 1)
{
crikey!
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.4
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages gnome-terminal depends on:
ii gnome-control-center 1:2.10.2-1 utilities to configure the GNOME d
ii gnome-terminal-data 2.10.0-3 Data files for the GNOME terminal
ii libatk1.0-0 1.10.3-1 The ATK accessibility toolkit
ii libbonobo2-0 2.10.1-1 Bonobo CORBA interfaces library
ii libc6 2.3.5-9 GNU C Library: Shared libraries an
ii libgconf2-4 2.10.1-6 GNOME configuration database syste
ii libglade2-0 1:2.5.1-2 library to load .glade files at ru
ii libglib2.0-0 2.8.4-2 The GLib library of C routines
ii libgnome2-0 2.10.1-1 The GNOME 2 library - runtime file
ii libgnomeui-0 2.10.1-1 The GNOME 2 libraries (User Interf
ii libgtk2.0-0 2.8.9-2 The GTK+ graphical user interface
ii liborbit2 1:2.12.4-1 libraries for ORBit2 - a CORBA ORB
ii libpango1.0-0 1.10.1-2 Layout and rendering of internatio
ii libpopt0 1.7-5 lib for parsing cmdline parameters
ii libstartup-notification0 0.8-1 library for program launch feedbac
ii libvte4 1:0.11.15-4 Terminal emulator widget for GTK+
ii libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li
ii scrollkeeper 0.3.14-10 A free electronic cataloging syste
ii xlibs 6.8.2.dfsg.1-11 X Window System client libraries m
Versions of packages gnome-terminal recommends:
pn yelp <none> (no description available)
-- no debconf information
More information about the Pkg-gnome-maintainers
mailing list