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:
parent
d40fea9aeb
commit
13c2eb0eb3
@ -189,6 +189,7 @@ in buildPythonApplication rec {
|
|||||||
postInstall = ''
|
postInstall = ''
|
||||||
# append module paths to xorg.conf
|
# append module paths to xorg.conf
|
||||||
cat ${xorgModulePaths} >> $out/etc/xpra/xorg.conf
|
cat ${xorgModulePaths} >> $out/etc/xpra/xorg.conf
|
||||||
|
cat ${xorgModulePaths} >> $out/etc/xpra/xorg-uinput.conf
|
||||||
|
|
||||||
# make application icon visible to desktop environemnts
|
# make application icon visible to desktop environemnts
|
||||||
icon_dir="$out/share/icons/hicolor/64x64/apps"
|
icon_dir="$out/share/icons/hicolor/64x64/apps"
|
||||||
|
Loading…
Reference in New Issue
Block a user