From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: bug#38940: \x1b]8; ; OSC character displayed on hyperlinks shown after calls to `guix describe` or `guix show` on mate-terminal 1.12.1 (Trisquel 8) Date: Mon, 6 Jan 2020 19:37:53 +0100 Message-ID: References: <1578206891.2605.33.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51102) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ioXHL-0003S0-Nc for bug-guix@gnu.org; Mon, 06 Jan 2020 13:39:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ioXHK-0003UB-Lx for bug-guix@gnu.org; Mon, 06 Jan 2020 13:39:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40816) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ioXHK-0003U0-IO for bug-guix@gnu.org; Mon, 06 Jan 2020 13:39:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ioXHK-0002aO-GD for bug-guix@gnu.org; Mon, 06 Jan 2020 13:39:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <1578206891.2605.33.camel@gmail.com> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Calvin Heim Cc: 38940@debbugs.gnu.org Hi, Thank you for your report. On Sun, 5 Jan 2020 at 07:49, Calvin Heim wrote: > When using mate-terminal version 1.12.1 (the default graphical terminal provided in Trisquel 8), Guix commands > that print hyperlinks to the terminal (such as `guix describe` and `guix show`) > print a mangled \x1b]8;; OSC character. I haven't tested the mate-terminal > package provided by Guix though, so this bug may only be visible to Trisquel users > of the Guix package manager relying on their host distribution's default terminal soon > after installing Guix. I have tested with "guix environment --ad-hoc mater-terminal" on foreign distro (Debian) and I do not see an issue. So it probably comes from the Trisquel default configuration. > On a related note, the procedure supports-hyperlinks in module (guix ui) checks the > environment variable INSIDE_EMACS to prevent hyperlink mangling when using Emacs. > Perhaps this procedure could be edited to solve this bug. Does "INSIDE_EMACS=1 guix describe" fix the issue? All the best, simon