guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: pcmanfm-qt: Fix default wallpaper load path.


From: guix-commits
Subject: 03/04: gnu: pcmanfm-qt: Fix default wallpaper load path.
Date: Mon, 19 Oct 2020 17:23:54 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 807353fe143a6fdb6d6fc96885f6467bc81c24c3
Author: Reza Alizadeh Majd <r.majd@pantherx.org>
AuthorDate: Fri Oct 16 14:48:23 2020 +0330

    gnu: pcmanfm-qt: Fix default wallpaper load path.
    
    * gnu/packages/lxqt.scm (pcmanfm-qt)[arguments]: Patch "settings.ini" file 
and
    update "LXQT_SHARE_DIR" environment variable to point to system profile,
    instead of an invalid path pointing to "lxqt-build-tools" package.
    
    Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
---
 gnu/packages/lxqt.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 3c4b2d4..17421a9 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -1032,6 +1032,9 @@ components to build desktop file managers which belongs 
to LXDE.")
              (substitute* '("autostart/CMakeLists.txt")
                (("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
                 "DESTINATION \"etc/xdg"))
+             (substitute* '("config/pcmanfm-qt/lxqt/settings.conf.in")
+               (("@LXQT_SHARE_DIR@")
+                "/run/current-system/profile/share/lxqt" ))
              #t)))))
     (home-page "https://lxqt.github.io";)
     (synopsis "File manager and desktop icon manager")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]