Bug#358865: script gnome-terminal.wrapper produces wrong options
for gnome-terminal
Bodo Meissner
bodo at bodo-m.de
Fri Mar 24 21:00:43 UTC 2006
Package: gnome-terminal
Version: 2.12.0-2
Severity: normal
I found this problem in combination with seyon.
Seyon tries to create a terminal emulation window with this call:
14811 execve("/usr/bin/X11/seyon-emu", ["seyon-emu", "-name", "Seyon", "-T", "Seyon Terminal Emulator", "-n", "Terminal", "-e", "seyon", "-noemulator"], [/* 39 vars */]) = 0
/usr/bin/X11/seyon-emu is a symbolic link that leads (via other symlinks) to
/usr/bin/gnome-terminal.wrapper
The resulting call produced by gnome-terminal.wrapper is:
14811 execve("/usr/bin/gnome-terminal", ["gnome-terminal", "--tclass=Seyon", "-t", "Seyon", "-t", "Seyon Terminal Emulator", "--icon", "Terminal", "-x", "seyon", "-noemulator"], [/* 39 vars */]) = 0
which produces these error messages:
Option --tclass is no longer supported in this version of gnome-terminal; you might want to create a profile with the desired setting, and use the new --window-with-profile option
Two \"--title\" options given for one tab
2B
extracts from gnome-terminal.wrapper:
elsif ($opt eq '-name')
{
$arg = shift(@ARGV);
push(@args, "--tclass=$arg", '-t', $arg);
}
elsif ($opt eq '-T' || $opt eq '-title')
{
push(@args, '-t', shift(@ARGV));
}
Bodo
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (900, 'testing'), (500, 'stable'), (300, 'unstable'), (10, 'experimental')
Architecture: i386 (i586)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-k6
Locale: LANG=de_DE at euro, LC_CTYPE=de_DE at euro (charmap=ISO-8859-15)
Versions of packages gnome-terminal depends on:
ii gnome-control-center 1:2.12.3-2 utilities to configure the GNOME d
ii gnome-terminal-data 2.12.0-2 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.6-3 GNU C Library: Shared libraries an
ii libgconf2-4 2.12.1-12 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.6-1 The GLib library of C routines
ii libgnome2-0 2.12.0.1-5 The GNOME 2 library - runtime file
ii libgnomeui-0 2.12.1-1 The GNOME 2 libraries (User Interf
ii libgtk2.0-0 2.8.13-1 The GTK+ graphical user interface
ii liborbit2 1:2.12.4-1 libraries for ORBit2 - a CORBA ORB
ii libpango1.0-0 1.10.4-1 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.20-1 Terminal emulator widget for GTK+
ii libx11-6 6.9.0.dfsg.1-4 X Window System protocol client li
ii scrollkeeper 0.3.14-10 A free electronic cataloging syste
Versions of packages gnome-terminal recommends:
ii yelp 2.12.2-2 Help browser for GNOME 2
-- no debconf information
More information about the Pkg-gnome-maintainers
mailing list