From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: bug#35542: Installer does not display full backtrace on error Date: Fri, 03 May 2019 14:15:27 +0200 Message-ID: <8736lvka3k.fsf@gmail.com> References: <20190503085927.ib5gudynudeknclm@pelzflorian.localdomain> <87ef5fetnv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMX6h-0004Wf-Dm for bug-guix@gnu.org; Fri, 03 May 2019 08:16:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMX6g-0001df-HF for bug-guix@gnu.org; Fri, 03 May 2019 08:16:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34405) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hMX6g-0001dM-De for bug-guix@gnu.org; Fri, 03 May 2019 08:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hMX6g-0004jh-73 for bug-guix@gnu.org; Fri, 03 May 2019 08:16:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87ef5fetnv.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 35542@debbugs.gnu.org Hey, > Not sure if this can be fixed. Mathieu? The textbox object used for the backtrace window only supports vertical scrolling. However, the text should be broken in lines that fit the box horizontally, I'll try to find why it doesn't work. Mathieu