[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: URL-links not activated – Bash v. 4.4.23
From: |
Ricky Tigg |
Subject: |
Re: URL-links not activated – Bash v. 4.4.23 |
Date: |
Fri, 23 Nov 2018 15:04:16 +0100 |
Thanks for the tip!
pe 23. marrask. 2018 klo 14.26 Greg Wooledge (wooledg@eeg.ccf.org)
kirjoitti:
> On Fri, Nov 23, 2018 at 02:21:04PM +0100, Ricky Tigg wrote:
> > 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
>
> 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.
>