From 7ee877caa017e9a3cd1e9e40a8188705edadb070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Pierret=20=28fepitre=29?= Date: Sat, 26 Sep 2020 14:36:21 +0200 Subject: [PATCH] gui: add --all and --dom0 to qubes-input-trigger script --- qubes/ext/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubes/ext/gui.py b/qubes/ext/gui.py index ed9132b2..d961200b 100644 --- a/qubes/ext/gui.py +++ b/qubes/ext/gui.py @@ -120,7 +120,7 @@ class GUI(qubes.ext.Extension): str(vm.xid)) if vm.features.get('input-dom0-proxy', None): yield from asyncio.create_subprocess_exec( - '/usr/bin/qubes-input-trigger') + '/usr/bin/qubes-input-trigger --all --dom0') @qubes.ext.handler('property-reset:keyboard_layout') def on_keyboard_reset(self, vm, event, name, oldvalue=None):