mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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>
This commit is contained in:
parent
bdb030a7dc
commit
807353fe14
1 changed files with 3 additions and 0 deletions
|
@ -1032,6 +1032,9 @@ (define-public pcmanfm-qt
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue