Hi @ludovic, thanks for the reply!
I just did in in-place upgrade to 4.1, and from what I read, sys-gui isn’t installed by default, so I haven’t set that up that I’m aware of. Is there something I can check?
Looking at xev output, it’s being captured;
KeyPress event, serial 34, synthetic NO, window 0x5000001,
root 0x6c6, subw 0x0, time 178702, (43,85), root:(512,380),
state 0x10, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 37, synthetic NO, window 0x5000001,
root 0x6c6, subw 0x0, time 178762, (43,85), root:(512,380),
state 0x14, keycode 133 (keysym 0xffeb, Super_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 37, synthetic NO, window 0x5000001,
root 0x6c6, subw 0x0, time 179149, (43,85), root:(512,380),
state 0x54, keycode 55 (keysym 0x76, v), same_screen YES,
XLookupString gives 1 bytes: (16) ""
XmbLookupString gives 1 bytes: (16) ""
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x5000001,
root 0x6c6, subw 0x0, time 179411, (43,85), root:(512,380),
state 0x54, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x5000001,
root 0x6c6, subw 0x0, time 179414, (43,85), root:(512,380),
state 0x50, keycode 55 (keysym 0x76, v), same_screen YES,
XLookupString gives 1 bytes: (76) "v"
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x5000001,
root 0x6c6, subw 0x0, time 179435, (43,85), root:(512,380),
state 0x50, keycode 133 (keysym 0xffeb, Super_L), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
I also looked at the output of the log for the target qube, and that was interesting;
==> /var/log/qubes/guid.personal.log <==
connect: No such file or directory
connect: No such file or directory
Tried with a couple other qubes and same output. Does that file name (guid.personal.log) mean sys-gui is enabled?
Thanks again!