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
+1
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"