Package: ladish
Version: 0.3-4ubuntu0danmppa1
Severity: normal
Tags: patch

ladish defaults to using xterm as a a terminal emulator (which may not even 
be installed). In Debian, it's best to use x-terminal-emulator, which 
reflects the user's choice.

-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 
'lucid-proposed'), (500, 'lucid-backports'), (500, 'lucid')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-5.dmz.1-liquorix-686 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ladish depends on:
ii  jackd            5danmppa1~lucid1        JACK Audio Connection Kit (default
ii  libc6            2.11.1-0ubuntu7.8       Embedded GNU C Library: Shared lib
ii  libdbus-1-3      1.2.16-2ubuntu4.2       simple interprocess messaging syst
ii  libexpat1        2.0.1-7ubuntu1          XML parsing C library - runtime li
ii  libjack-jackd2-0 1.9.7~dfsg-1            JACK Audio Connection Kit (librari
ii  libuuid1         2.17.2-0ubuntu1.10.04.2 Universally Unique ID library
ii  python           2.6.5-0ubuntu1          An interactive high-level object-o
ii  python-dbus      0.83.0-1ubuntu3         simple interprocess messaging syst

ladish recommends no packages.

Versions of packages ladish suggests:
ii  gladish             0.3-4ubuntu0danmppa1 graphical interface for LADI Sessi

-- no debconf information
>From 4686452d6cf460303ca5a2459721cf60f3700721 Mon Sep 17 00:00:00 2001
From: Dan A. Muresan <danm...@gmail.com>
Date: Thu, 12 May 2011 14:03:11 +0200
Subject: [PATCH] Terminal defaults to x-terminal-emulator

---
 daemon/conf.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/daemon/conf.h b/daemon/conf.h
index 3d59fd0..cb56cff 100644
--- a/daemon/conf.h
+++ b/daemon/conf.h
@@ -34,7 +34,7 @@
 
 #define LADISH_CONF_KEY_DAEMON_NOTIFY_DEFAULT             true
 #define LADISH_CONF_KEY_DAEMON_SHELL_DEFAULT              "sh"
-#define LADISH_CONF_KEY_DAEMON_TERMINAL_DEFAULT           "xterm"
+#define LADISH_CONF_KEY_DAEMON_TERMINAL_DEFAULT           "x-terminal-emulator"
 #define LADISH_CONF_KEY_DAEMON_STUDIO_AUTOSTART_DEFAULT   true
 
 #endif /* #ifndef CONF_H__795797BE_4EB8_44F8_BD9C_B8A9CB975228__INCLUDED */
-- 
1.7.0.4

Reply via email to