Path: csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: Ricky Tigg Newsgroups: gnu.bash.bug Subject: =?UTF-8?Q?Re=3A_URL=2Dlinks_not_activated_=E2=80=93_Bash_v=2E_4=2E4=2E23?= Date: Fri, 23 Nov 2018 15:04:16 +0100 Lines: 27 Approved: bug-bash@gnu.org Message-ID: References: <20181123132612.nqga7hypqpugg45t@eeg.ccf.org> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Trace: usenet.stanford.edu 1542981890 26891 208.118.235.17 (23 Nov 2018 14:04:50 GMT) X-Complaints-To: action@cs.stanford.edu To: bug-bash@gnu.org Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=PAx3vdwShVCMXKnp732uXY5QJszpcmA2zt6pUkFi5zo=; b=FLkSMJyDOhkas0aQ57PEMHi9b3Xuum5wbKXSsZAY03i/pb7+Pth7bIfqYQNR5nz1fK ggkRQX4B0b/8Ok4GNd5e7hjH04Qt0Ngc3JZ34KITHJXwGsHcL5Cb8Qu7q7N23a267dQc 1A1FRJPQB1L+nCe3myjW428R+qQchtwKUuInFYrXLRJUyYuD0r+GxNbt1Fsl2xkxMR0D etsQtxwmmRukjO0TBTS9iEHgenNMk1VeZztBEKfOPmHZHvl5CH83H6d1IjU7YcCL35/T ozplc5d1Hd16k8lPXRH+Rwqe3+ybG2atHREvHponUVGL4wrNE3tc4yhepY1AYYDLRPy2 iouQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=PAx3vdwShVCMXKnp732uXY5QJszpcmA2zt6pUkFi5zo=; b=LsXvMZaEkCqZUACZfADj1Y970PAbo4lmBsq81DB8wiuAJr4dpZcIez1zdKzR6kkg9+ teLmyLBK/2blH+rD2xRcwi7ituCuoNtsE+3wr04w9w92cnGKeH6UcRWtr6jLzUybHbyD Jm2z08gl8c62pJ4zcADsQHa0OHYZ9xvcZBzFJKCl8qPQqPlvYB5+gg54qA3N+NIaTjUP aUQbHBTol1sX4E2KVkmpt4wz4+LrTi5UtkwRRTm5hiM+BODzdue+BlqiWf9CMMBOYW9r FGvbodH6HajHtHrNXPtroGJmgl0xF76KGAw4BQIMKKAQHR94zPAiASP6osqsS6dzacJj pZAg== X-Gm-Message-State: AGRZ1gLVkqrUuJHSavP0RVeYO/O/eaJz/H+mwEz5T7nbi92/ywdU/hIs ArWl2f+TEL5YZ/xRpjny2ChfEGYG3PggB4k7x13RGtCJ X-Google-Smtp-Source: AJdET5e1kJLtTk5SbBD4xeZ74mcmxCsFB54zXWcNVBLDSdAm/bbuOOYboXg+uOsFfWVqa5V8icqDP7mke5k+z2V85rQ= X-Received: by 2002:aca:220b:: with SMTP id b11mr8117557oic.87.1542981868566; Fri, 23 Nov 2018 06:04:28 -0800 (PST) In-Reply-To: <20181123132612.nqga7hypqpugg45t@eeg.ccf.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4864:20::235 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.bash.bug:14846 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 =E2=80=93 e.g. gnome-te= rminal =E2=80=93 > > 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. >