From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 16 04:40:56 2020 Received: (at 37725) by debbugs.gnu.org; 16 Sep 2020 08:40:56 +0000 Received: from localhost ([127.0.0.1]:33158 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kISzo-0005lU-0Y for submit@debbugs.gnu.org; Wed, 16 Sep 2020 04:40:56 -0400 Received: from sender4-of-o56.zoho.com ([136.143.188.56]:21639) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kISzl-0005lK-Ka for 37725@debbugs.gnu.org; Wed, 16 Sep 2020 04:40:54 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1600245652; cv=none; d=zohomail.com; s=zohoarc; b=CR5s9dEEYT3qCK4MYLoF0YO+mqTDRQEXIKTpo5a2+lMBBVpyakOU4o681awVW9JR8ZHvXb0/KdrlGzmoZMxgAfGJ7UoWFGCZHLWH9MuwMjROgcEe810r1fnT2WDVoKaftvDIAFTmia2vRKhVfXhR1GzDDOlpaK5I7YDpz+TWl9c= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1600245652; h=Content-Type:Date:From:MIME-Version:Message-ID:Subject:To; bh=UyJtl1Bk9ULHdLn4kxVz/+6PO6q9sP+dgQmwgJMy2F0=; b=FEVLh4lnkUg9IrdCL7NKICpQxry/VGXKjlOIMU+/fN085I+Pn55i/ifxOp9j6Bxb91tsCfzDinDiIclSmY7GAqtJZrPoUjvr2JCQFrcbBQNyizGcJHh5H7UnWhe+RT2JMKjrITINYAeTYrt6li1wL/XO4DuPlSg7Jpowqf/OAs0= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=issues.guix.gnu.org@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1600245652; s=zoho; d=elephly.net; i=issues.guix.gnu.org@elephly.net; h=MIME-Version:Content-Type:From:To:Date:Message-ID:Subject; bh=UyJtl1Bk9ULHdLn4kxVz/+6PO6q9sP+dgQmwgJMy2F0=; b=MywQQNfV2lqGkz+13FjjShDHj4lBnlRqYhFba1OgqRMecceTxenw3lugsTuqGDI5 zy9iF3wKu0Ts85CA3fOtnCucRLM+DjBWUZ34I8eKGs3pBi7mAl69iCGJbc8oauqjWnr 09N0q9EQDYm4p2JC5q8r/hOlslFrtjCg1+n7f928= Received: from localhost (185.220.101.7 [185.220.101.7]) by mx.zohomail.com with SMTPS id 1600245651019355.32524167215263; Wed, 16 Sep 2020 01:40:51 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 From: Hamzeh Nasajpour via web To: 37725@debbugs.gnu.org Date: Wed, 16 Sep 2020 10:40:23 +0200 Message-ID: <7f6cec63aa60.1c74a5ea44b25a07@guile.gnu.org> Subject: [PATCH] gnu: lxqt-config: Add libkscreen as propagated-inputs. X-ZohoMailClient: External X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, Finally we can fix this issue with wrapping the `lxqt-config` and `lxqt-config-monitor` and add the `libkscreen` path to `PATH` environment path. I updated based on this patch and it fixed. diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index af452a9903..0ba1a0c7b3 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -418,7 +418,16 @@ the operating system LXQt is [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [136.143.188.56 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [136.143.188.56 listed in wl.mailspike.net] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 1.2 AC_FROM_MANY_DOTS Multiple periods in From user name X-Debbugs-Envelope-To: 37725 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, Finally we can fix this issue with wrapping the `lxqt-config` and `lxqt-config-monitor` and add the `libkscreen` path to `PATH` environment path. I updated based on this patch and it fixed. diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index af452a9903..0ba1a0c7b3 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -418,7 +418,16 @@ the operating system LXQt is running on.") (("\\$\\{LXQT_TRANSLATIONS_DIR\\}") (string-append (assoc-ref outputs "out") "/share/lxqt/translations"))) - #t))))) + #t)) + (add-after 'install 'wrap-for-libkscreen + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out")) + (libkscreen (assoc-ref %build-inputs "libkscreen"))) + (wrap-program (string-append out "/bin/lxqt-config") + `("PATH" ":" prefix (,(string-append libkscreen "/bin/")))) + (wrap-program (string-append out "/bin/lxqt-config-input") + `("PATH" ":" prefix (,(string-append libkscreen "/bin/")))) + #t)))))) (home-page "https://lxqt.github.io") (synopsis "Tools to configure LXQt and the underlying operating system") (description "lxqt-config is providing several tools involved in the