Skip to content

Commit

Permalink
lxqt.pcmanfm-qt: fix default wallpaper
Browse files Browse the repository at this point in the history
  • Loading branch information
wamserma committed Jun 20, 2020
1 parent a8b8942 commit f805871
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/desktops/lxqt/pcmanfm-qt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit f805871

Please sign in to comment.