GNU bug report logs -
#38926
pcmanfm-qt unable to open files by double click
Previous Next
Full log
View this message in rfc822 format
Hi,
> Unfortunately, that way is not acceptable.
>
> Long story short, please make it a regular input. The reasoning is below:
>
> Guix has better modularity than most of the other distributions that exist.
OK, I got your point, so I think following patch could be acceptable now:
--8<---------------cut here---------------start------------->8---
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 5a3708e30a..fdadb03dda 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -1000,7 +1000,17 @@ components to build desktop file managers which belongs to LXDE.")
(substitute* '("autostart/CMakeLists.txt")
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
"DESTINATION \"etc/xdg"))
- #t)))))
+ #t))
+ (add-after 'install 'wrap-executable
+ (lambda* (#:key outputs inputs #:allow-other-keys)
+ (let ((out (assoc-ref outputs "out"))
+ (glib-bin (string-append (assoc-ref inputs "glib") "/bin")))
+ (display "[=] ")
+ (display glib-bin)
+ (newline)
+ (wrap-program (string-append out "/bin/pcmanfm-qt")
+ `("PATH" ":" prefix (,glib-bin)))
+ #t))))))
(home-page "https://lxqt.org/")
(synopsis "File manager and desktop icon manager")
(description "PCManFM-Qt is the Qt port of PCManFM, the file manager of
(END)
--8<---------------cut here---------------end--------------->8---
so please let me know, if any other issues are still exists.
--
Regards
Reza Alizadeh Majd
PantherX Team
This bug report was last modified 5 years and 214 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.