Преглед изворни кода

gui: adapt trigger for dom0 input devices

Frédéric Pierret (fepitre) пре 3 година
родитељ
комит
f744d89803
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      qubes/ext/gui.py

+ 2 - 2
qubes/ext/gui.py

@@ -118,9 +118,9 @@ class GUI(qubes.ext.Extension):
         for attached_vm in attached_vms:
             attached_vm.untrusted_qdb.write('/qubes-gui-domain-xid',
                                             str(vm.xid))
-        if vm.features.get('input-proxy-ps2', None) == '1':
+        if vm.features.get('input-dom0-proxy', None):
             yield from asyncio.create_subprocess_exec(
-                '/usr/bin/qubes-input-trigger-ps2')
+                '/usr/bin/qubes-input-trigger')
 
     @qubes.ext.handler('property-reset:keyboard_layout')
     def on_keyboard_reset(self, vm, event, name, oldvalue=None):