Discussion:
URL-links not activated – Bash v. 4.4.23
Ricky Tigg
2018-11-23 13:21:04 UTC
Permalink
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
Greg Wooledge
2018-11-23 13:26:12 UTC
Permalink
Post by Ricky Tigg
To reproduce: on Linux with GUI in GUI terminal – e.g. gnome-terminal –
$ rpm -qfi `which FBReader`
(...)
Actual result: it fails.
$ rpm -qfi `which FBReader` | sed -n '16,17p'
URL : http://www.fbreader.org/
Bug URL : https://bugz.fedoraproject.org/fbreader
This has nothing to do with bash. These "URL links" are a feature of
your terminal emulator, and you will need to send your bug report to
the correct mailing list, bug tracker or web forum for your terminal
emulator.
Ricky Tigg
2018-11-23 14:04:16 UTC
Permalink
Thanks for the tip!
Post by Greg Wooledge
Post by Ricky Tigg
To reproduce: on Linux with GUI in GUI terminal – e.g. gnome-terminal –
$ rpm -qfi `which FBReader`
(...)
Actual result: it fails.
Yet while the following,command is executed, same URL links can be
$ rpm -qfi `which FBReader` | sed -n '16,17p'
URL : http://www.fbreader.org/
Bug URL : https://bugz.fedoraproject.org/fbreader
This has nothing to do with bash. These "URL links" are a feature of
your terminal emulator, and you will need to send your bug report to
the correct mailing list, bug tracker or web forum for your terminal
emulator.
Loading...