Merge pull request #190862 from zhaofengli/xpra-uinput-conf

This commit is contained in:
Artturi 2023-03-18 16:47:20 +02:00 committed by GitHub
commit 9a4f4b92f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -190,6 +190,7 @@ in buildPythonApplication rec {
postInstall = ''
# append module paths to xorg.conf
cat ${xorgModulePaths} >> $out/etc/xpra/xorg.conf
cat ${xorgModulePaths} >> $out/etc/xpra/xorg-uinput.conf
# make application icon visible to desktop environemnts
icon_dir="$out/share/icons/hicolor/64x64/apps"