From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51444) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iK6rw-00054K-K5 for guix-patches@gnu.org; Mon, 14 Oct 2019 16:23:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iK6ru-0003At-LD for guix-patches@gnu.org; Mon, 14 Oct 2019 16:23:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33019) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iK6ru-0003Aj-HD for guix-patches@gnu.org; Mon, 14 Oct 2019 16:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iK6ru-00043T-Cj for guix-patches@gnu.org; Mon, 14 Oct 2019 16:23:02 -0400 Subject: [bug#37725] [PATCH] gnu: lxqt-config: Add libkscreen as propagated-inputs. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <0204dc81-bfad-4efb-a88a-5f90e00678aa@www.fastmail.com> <87o8yk7103.fsf@gnu.org> <4877c727-7890-41ca-a817-ca8346011c38@www.fastmail.com> Date: Mon, 14 Oct 2019 22:21:56 +0200 In-Reply-To: <4877c727-7890-41ca-a817-ca8346011c38@www.fastmail.com> (Hamzeh Nasajpour's message of "Mon, 14 Oct 2019 09:20:26 +0330") Message-ID: <87a7a3nkm3.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Hamzeh Nasajpour Cc: 37725@debbugs.gnu.org Hi Hamzeh, "Hamzeh Nasajpour" skribis: > The problem is crashing the `lxqt-config-monitor` when I want to run it(`= segmentation fault`). I installed the `libkscreen` and the problem was reso= lved. So I change the `lxqt-config` package definition and remove the `libk= screen` from `inputs` to `propagated-inputs`, install it and everything was= ok. Do you have a simple =E2=80=98operating-system=E2=80=99 configuration and i= nstructions we could follow to reproduce the initial problem? Thanks in advance, Ludo=E2=80=99.