From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: LyX on foreign distro Date: Tue, 26 Mar 2019 19:45:21 +0100 Message-ID: <878sx14gqm.fsf@elephly.net> References: <8bdf3566-9000-4bc2-ca9f-4b139c1b1b6d@zoho.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h8r4o-0002NM-Kx for help-guix@gnu.org; Tue, 26 Mar 2019 14:45:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h8r4n-0004x0-QJ for help-guix@gnu.org; Tue, 26 Mar 2019 14:45:34 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21031) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h8r4n-0004wG-Cg for help-guix@gnu.org; Tue, 26 Mar 2019 14:45:33 -0400 In-reply-to: <8bdf3566-9000-4bc2-ca9f-4b139c1b1b6d@zoho.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: sirgazil Cc: help-guix@gnu.org sirgazil writes: > El 25/03/19 a las 4:05 p. m., sirgazil escribi=C3=B3: >> Hello, I need some help :) >> >> I'm using LyX 2.3.2-2 installed with Guix >> (a506a4c3801838c0b75b58dd2ac8bb0ccf4279fb) on a foreign >> distribution, and I noticed the following: >> >> 1. Buttons in the toolbar do not display icons, just text. > > About this issue, I get a lot of messages like this > > frontends/qt4/GuiApplication.cpp (643): Cannot load icon > /gnu/store/x9qb06kvbqd9l6521arvfbbk8m0s41r9-lyx-2.3.2-2/lyx2.3/share/lyx2= .3/images/buffer-update.svgz > please verify resource system! The lxqt package has this comment: ;; TODO: qtsvg is needed for lxqt apps to display icons. Maybe it ;; should be added to their propagated-inputs? ("qtsvg" ,qtsvg) LyX is using Qt4 (why actually?), so this doesn=E2=80=99t directly apply, b= ut I guess the solution will be similar. -- Ricardo