xpra: Also add module paths to xorg-uinput.conf

If uinput is used, xpra will silently replace "xorg.conf" with
"xorg-uinput.conf" in the xorg/xvfb command line before launching
it [1]. We also need to inject the xorg module paths there.

[1] 337d861d28/xpra/x11/vfb_util.py (L231-L235)
This commit is contained in:
Zhaofeng Li 2022-09-11 17:23:57 -06:00
parent d40fea9aeb
commit 13c2eb0eb3

View File

@ -189,6 +189,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"