Report forwarded to debian-bugs-dist@lists.debian.org, Christian Hudon <chrish@debian.org>: Bug#58837; Package lynx.
debian-bugs-dist@lists.debian.orgChristian Hudon
Subject: Bug#58837: lynx: could often start external viewers in background
Reply-To: rjs@isil.lloke.dna.fi (Riku Saikkonen), 58837@bugs.debian.org
Resent-From: rjs@isil.lloke.dna.fi (Riku Saikkonen)
Orignal-Sender: Riku Saikkonen
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Christian Hudon
Resent-Date: Wed, 23 Feb 2000 20:18:03 GMT
Resent-Message-ID:
Resent-Sender: owner@bugs.debian.org
X-Debian-PR-Message: report 58837
X-Debian-PR-Package: lynx
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by bugs@bugs.debian.org id=B.95133686218988
(code B ref -1); Wed, 23 Feb 2000 20:18:03 GMT
To: submit@bugs.debian.org
From: rjs@isil.lloke.dna.fi (Riku Saikkonen)
Date: 23 Feb 2000 22:15:13 +0200
Message-ID: <87aekrk75a.fsf@anar.lloke.dna.fi>
Lines: 28
User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.5
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: Riku Saikkonen
Package: lynx
Version: 2.8.2-6
Severity: wishlist
Currently, lynx suspends itself while running external image viewers
in X. This also causes lynx to switch displays so that the Web page
where the viewer was started from isn't even visible while the image
viewer is executing.
It would be nice if Lynx could run external X applications in the
background. In theory, it would be enough to add a & after the command
to spawn the viewer. For example, putting this in ~/.mailcap works
(for GIF images only...)
image/gif; /usr/X11R6/bin/display '%s' &; test=test -n "$DISPLAY"; description=GIF Image; nametemplate=%s.gif
(the same line that is in my /etc/mailcap, but with & added after the
command)
My suggestion: Change lynx to implicitly add a & after every mailcap
entry that doesn't have the "needsterminal" flag, and that has the
string "$DISPLAY" in the test= clause (trying to find X apps here,
because I imagine console-based image viewers might not have the
needsterminal flag - I don't know if this is the case, though, so the
latter check might not be necessary).
--
-=- Rjs -=- rjs@lloke.dna.fi
Acknowledgement sent to rjs@isil.lloke.dna.fi (Riku Saikkonen):
New Bug report received and forwarded. Copy sent to Christian Hudon <chrish@debian.org>.
-t
From: owner@bugs.debian.org (Debian Bug Tracking System)
To: rjs@isil.lloke.dna.fi (Riku Saikkonen)
Subject: Bug#58837: Acknowledgement (lynx: could often start external viewers in background)
Message-ID:
In-Reply-To: <87aekrk75a.fsf@anar.lloke.dna.fi>
References: <87aekrk75a.fsf@anar.lloke.dna.fi>
X-Debian-PR-Message: ack 58837
Thank you for the problem report you have sent regarding Debian.
This is an automatically generated reply, to let you know your message has
been received. It is being forwarded to the developers mailing list for
their attention; they will reply in due course.
Your message has been sent to the package maintainer(s):
Christian Hudon
If you wish to submit further information on your problem, please send
it to 58837@bugs.debian.org (and *not* to
bugs@bugs.debian.org).
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the Bug-tracking system.
Darren Benham
(administrator, Debian Bugs database)
Received: (at submit) by bugs.debian.org; 23 Feb 2000 20:14:22 +0000
Received: (qmail 18981 invoked from network); 23 Feb 2000 20:14:21 -0000
Received: from dna.fi (62.236.152.249)
by master.debian.org with SMTP; 23 Feb 2000 20:14:21 -0000
Received: from isil.lloke.dna.fi (isil.lloke.dna.fi [62.236.152.125])
by dna.fi (8.9.1/8.9.1) with ESMTP id WAA02902
for ; Wed, 23 Feb 2000 22:14:15 +0200 (EET)
Received: from anar.lloke.dna.fi [62.236.152.126]
by isil.lloke.dna.fi with esmtp (Exim 2.05 #1 (Debian))
id 12NiAK-0007dR-00; Wed, 23 Feb 2000 22:13:44 +0200
Received: from rjs by anar.lloke.dna.fi with local (Exim 2.05 #1 (Debian))
id 12NiBm-0000Bx-00; Wed, 23 Feb 2000 22:15:14 +0200
To: submit@bugs.debian.org
Subject: lynx: could often start external viewers in background
From: rjs@isil.lloke.dna.fi (Riku Saikkonen)
Date: 23 Feb 2000 22:15:13 +0200
Message-ID: <87aekrk75a.fsf@anar.lloke.dna.fi>
Lines: 28
User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.5
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: Riku Saikkonen
Package: lynx
Version: 2.8.2-6
Severity: wishlist
Currently, lynx suspends itself while running external image viewers
in X. This also causes lynx to switch displays so that the Web page
where the viewer was started from isn't even visible while the image
viewer is executing.
It would be nice if Lynx could run external X applications in the
background. In theory, it would be enough to add a & after the command
to spawn the viewer. For example, putting this in ~/.mailcap works
(for GIF images only...)
image/gif; /usr/X11R6/bin/display '%s' &; test=test -n "$DISPLAY"; description=GIF Image; nametemplate=%s.gif
(the same line that is in my /etc/mailcap, but with & added after the
command)
My suggestion: Change lynx to implicitly add a & after every mailcap
entry that doesn't have the "needsterminal" flag, and that has the
string "$DISPLAY" in the test= clause (trying to find X apps here,
because I imagine console-based image viewers might not have the
needsterminal flag - I don't know if this is the case, though, so the
latter check might not be necessary).
--
-=- Rjs -=- rjs@lloke.dna.fi
Information forwarded to debian-bugs-dist@lists.debian.org, Adrian Bunk <bunk@fs.tum.de>: Bug#58837; Package lynx.
debian-bugs-dist@lists.debian.orgAdrian Bunk
Subject: Bug#58837: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=58837&repeatmerged=y
Reply-To: dickey@herndon4.his.com, 58837@bugs.debian.org
Resent-From: dickey@herndon4.his.com
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Adrian Bunk
Resent-Date: Wed, 03 Oct 2001 18:48:05 GMT
Resent-Message-ID:
Resent-Sender: owner@bugs.debian.org
X-Debian-PR-Message: report 58837
X-Debian-PR-Package: lynx
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by 58837-submit@bugs.debian.org id=B58837.10021341242012
(code B ref 58837); Wed, 03 Oct 2001 18:48:05 GMT
Date: Wed, 3 Oct 2001 14:40:20 -0400
Message-Id: <200110031840.OAA03721@bloatware.dickey.net>
To: 58837@bugs.debian.org
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=58837&repeatmerged=yes
X-Mailer: Lynx, Version 2.8.5dev.2
From: dickey@herndon4.his.com
Cc: dickey@herndon4.his.com
Delivered-To: 58837@bugs.debian.org
That's neither necessary nor desirable.
Debian Bug report logs - #58837
> lynx: could often start external viewers in background
>
> Severity: wishlist; Package: lynx; ;Reported by: rjs@isil.lloke.dna.fi
> (Riku Saikkonen); dated Wed, 23 Feb 2000 20:18:03 UTC; Maintainer for
> lynx is Adrian Bunk .
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
Acknowledgement sent to dickey@herndon4.his.com:
Extra info received and forwarded to list. Copy sent to Adrian Bunk <bunk@fs.tum.de>.
-t
From: owner@bugs.debian.org (Debian Bug Tracking System)
To: dickey@herndon4.his.com
Subject: Bug#58837: Info received (was http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=58837&repeatmerged=y)
Message-ID:
In-Reply-To: <200110031840.OAA03721@bloatware.dickey.net>
References: <200110031840.OAA03721@bloatware.dickey.net>
X-Debian-PR-Message: ack-info 58837
Disabled-Doogie-Reply-To: 58837@bugs.debian.org
Thank you for the additional information you have supplied regarding
this problem report. It has been forwarded to the developer(s) and
to the developers mailing list to accompany the original report.
Your message has been sent to the package maintainer(s):
Adrian Bunk
If you wish to continue to submit further information on your problem,
please send it to 58837@bugs.debian.org, as before.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the Bug-tracking system.
Darren Benham
(administrator, Debian Bugs database)
Received: (at 58837) by bugs.debian.org; 3 Oct 2001 18:35:24 +0000
From tom@invisible-island.net Wed Oct 03 13:35:24 2001
Return-path:
Received: from cj635608-a.reston1.va.home.com (bloatware.dickey.net) [65.1.136.101]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 15oqrc-0000Us-00; Wed, 03 Oct 2001 13:35:24 -0500
Received: (from tom@localhost)
by bloatware.dickey.net (8.9.3/8.9.3/Debian 8.9.3-21) id OAA03721;
Wed, 3 Oct 2001 14:40:20 -0400
Date: Wed, 3 Oct 2001 14:40:20 -0400
Message-Id: <200110031840.OAA03721@bloatware.dickey.net>
To: 58837@bugs.debian.org
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=58837&repeatmerged=yes
X-Mailer: Lynx, Version 2.8.5dev.2
From: dickey@herndon4.his.com
Subject: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=58837&repeatmerged=y
Cc: dickey@herndon4.his.com
Delivered-To: 58837@bugs.debian.org
That's neither necessary nor desirable.
Debian Bug report logs - #58837
> lynx: could often start external viewers in background
>
> Severity: wishlist; Package: lynx; ;Reported by: rjs@isil.lloke.dna.fi
> (Riku Saikkonen); dated Wed, 23 Feb 2000 20:18:03 UTC; Maintainer for
> lynx is Adrian Bunk .
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
Changed Bug title.
Request was from James Troup <james@nocrew.org>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 7 May 2003 00:57:06 +0000
From james@ruari-quinn.demon.co.uk Tue May 06 19:57:05 2003
Return-path:
Received: from pc1-leed3-6-cust171.ldst.cable.ntl.com (shiri.gloaming.local) [80.6.171.171] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 19DDF3-0001ud-00; Tue, 06 May 2003 19:57:05 -0500
Received: from james by shiri.gloaming.local with local (Exim 3.36 #1 (Debian))
id 19DDF2-0003Yp-00
for ; Wed, 07 May 2003 01:57:04 +0100
To: control@bugs.debian.org
Subject: lynx bug maintenance (II)
Mail-Copies-To: never
From: James Troup
Date: Wed, 07 May 2003 01:57:04 +0100
Message-ID: <87ptmvvajj.fsf@shiri.gloaming.local>
User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/20.7 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: James Troup
Delivered-To: control@bugs.debian.org
X-Spam-Status: No, hits=-7.3 required=4.0
tests=BAYES_20,USER_AGENT_GNUS_UA
version=2.53-bugs.debian.org_2003_04_23
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_04_23 (1.174.2.15-2003-03-30-exp)
retitle 116421 lynx: forms arent case insensitive
tags 180654 + confirmed
tags 67184 + confirmed
tags 77909 + moreinfo
tags 77909 + unreproducible
tags 99400 + confirmed
tags 116421 + confirmed
tags 126373 + confirmed
tags 128573 + confirmed
tags 132674 + confirmed
tags 137480 + upstream
tags 137480 + confirmed
tags 138241 + upstream
tags 141158 + confirmed
tags 141158 + upstream
tags 156680 + upstream
tags 157088 + upstream
tags 159215 + upstream
tags 159215 + confirmed
forwarded 159215 upstream
retitle 159215 [fixed in lynx-cur] lynx: whereis query inside of long