Merge pull request #87623 from wamserma/lxqt-fix-wallpaper

lxqt.pcmanfm-qt: fix default wallpaper
This commit is contained in:
José Romildo Malaquias 2020-06-20 22:39:26 -03:00 committed by GitHub
commit 6a12c20c59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,10 @@ mkDerivation rec {
passthru.updateScript = lxqtUpdateScript { inherit pname version src; };
postPatch = ''
substituteInPlace config/pcmanfm-qt/lxqt/settings.conf.in --replace @LXQT_SHARE_DIR@ /run/current-system/sw/share/lxqt
'';
meta = with lib; {
description = "File manager and desktop icon manager (Qt port of PCManFM and libfm)";
homepage = "https://github.com/lxqt/pcmanfm-qt";