Package: wterm Version: 6.2.9-6.2 Followup-For: Bug #229517 Instead of the wterm-ml binary, the wterm-ml package contains kwterm (Kanji), cwterm (Big5 Chinese) and gwterm (Greek). Because the functionality differs on all of these applications, it is IMO better to provide menu entries for all three binaries instead of having the wterm-ml menu entry pointing to a chosen default of these three.
A patch for a corrected menu file is attached. A side note: wterm-ml has not undergone the menu transition from /usr/lib to /usr/share yet, either. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-k7 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Versions of packages wterm depends on: ii base-passwd 3.5.10 Debian base system master password ii libc6 2.3.5-6 GNU C Library: Shared libraries an ii libice6 6.8.2.dfsg.1-6 Inter-Client Exchange library ii libsm6 6.8.2.dfsg.1-6 X Window System Session Management ii libx11-6 6.8.2.dfsg.1-6 X Window System protocol client li ii libxpm4 6.8.2.dfsg.1-6 X pixmap library ii xlibs 6.8.2.dfsg.1-6 X Window System client libraries m wterm recommends no packages. -- no debconf information
diff -u wterm-6.2.9/debian/menu-ml wterm-6.2.9/debian/menu-ml --- wterm-6.2.9/debian/menu-ml +++ wterm-6.2.9/debian/menu-ml @@ -1,2 +1,8 @@ -?package(wterm-ml): needs=X11 section="XShells" title="wterm-ml" \ - longtitle="Wterm: multilingual RXVT based terminal emulator for X" command="wterm-ml" +?package(wterm-ml): needs="X11" section="XShells" title="wterm (Greek)" \ + longtitle="Wterm: multilingual RXVT based terminal emulator for X" command="/usr/bin/gwterm" + +?package(wterm-ml): needs="X11" section="XShells" title="wterm (Chinese Big5)" \ + longtitle="Wterm: multilingual RXVT based terminal emulator for X" command="/usr/bin/cwterm" + +?package(wterm-ml): needs="X11" section="XShells" title="wterm (Kanji)" \ + longtitle="Wterm: multilingual RXVT based terminal emulator for X" command="/usr/bin/kwterm" \ Kein Zeilenumbruch am Dateiende.

