3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #229924 from wegank/dde-daemon-misc

dde-daemon: do not create /usr/share/uadp
This commit is contained in:
Weijia Wang 2023-05-05 17:08:08 +03:00 committed by GitHub
commit 09dbb079c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,6 +67,9 @@ buildGoPackage rec {
substituteInPlace inputdevices/layout_list.go \
--replace "/usr/share/X11/xkb" "${xkeyboard_config}/share/X11/xkb"
substituteInPlace system/uadp/crypto.go \
--replace "/usr/share/uadp" "/var/lib/dde-daemon/uadp"
substituteInPlace appearance/background/{background.go,custom_wallpapers.go} accounts/user.go bin/dde-system-daemon/wallpaper.go \
--replace "/usr/share/wallpapers" "/run/current-system/sw/share/wallpapers"