Your message dated Thu, 03 Jan 2008 16:30:58 +0100
with message-id <[EMAIL PROTECTED]>
and subject line links-ssl: Should links use "x-terminal-emulator" instead of
"xterm"?
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: links-ssl
Version: 0.96.20020409-2
Severity: normal
Tags: patch
When links is asked to open a new window in X, it launch "xterm -e links ...",
but links package do not require "xterm"... and perhaps in Debian the use of
"x-terminal-emulator" can be enought.
The obvious patch proposed is:
--- os_dep.c.orig Fri Jun 7 13:29:10 2002
+++ os_dep.c Fri Jun 7 13:30:14 2002
@@ -1372,7 +1372,7 @@
void open_in_new_xterm(struct terminal *term, unsigned char *exe, unsigned
char *param)
{
unsigned char *xterm;
- if (!(xterm = getenv("LINKS_XTERM"))) xterm = "xterm -e";
+ if (!(xterm = getenv("LINKS_XTERM"))) xterm = "x-terminal-emulator -e";
exec_new_links(term, xterm, exe, param);
}
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux debian 2.4.18-presario #1 mer mar 6 01:27:01 CET 2002 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]
Versions of packages links-ssl depends on:
ii libc6 2.2.5-6 GNU C Library: Shared libraries an
ii libgpmg1 1.19.6-12 General Purpose Mouse Library [lib
ii liblua40 4.0-4 Main interpreter library for the L
ii liblualib40 4.0-4 Extension library for the Lua prog
ii libssl0.9.6 0.9.6d-1 SSL shared libraries
-- no debconf information
--- End Message ---
--- Begin Message ---
this bug was closed some time ago
--- End Message ---