Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14844 > unrolled thread

URL-links not activated – Bash v. 4.4.23

Started byRicky Tigg <ricky.tigg@gmail.com>
First post2018-11-23 14:21 +0100
Last post2018-11-23 14:21 +0100
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug


Contents

  URL-links not activated – Bash v. 4.4.23 Ricky Tigg <ricky.tigg@gmail.com> - 2018-11-23 14:21 +0100

#14844 — URL-links not activated – Bash v. 4.4.23

FromRicky Tigg <ricky.tigg@gmail.com>
Date2018-11-23 14:21 +0100
SubjectURL-links not activated – Bash v. 4.4.23
Message-ID<mailman.4495.1542979279.1284.bug-bash@gnu.org>
To reproduce: on Linux with GUI in GUI terminal – e.g. gnome-terminal –
execute following command then attempt to click present URL links:

$ rpm -qfi `which FBReader`
(...)

Actual result: it fails.

Yet while the following,command is executed, same URL links can be clicked:

$ rpm -qfi `which FBReader` | sed -n '16,17p'
URL             : http://www.fbreader.org/
Bug URL     : https://bugz.fedoraproject.org/fbreader

Additional information:
OS: Fedora

$ echo $SHELL
/bin/bash
$ dnf list installed | grep bash
bash.x86_64
4.4.23-5.fc29                       @anaconda
bash-completion.noarch
1:2.8-3.fc29                       @anaconda

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web