ctrlcctrlv / QKeysOnScreen

Make your presentations easier to follow by showing the keys you're pressing on the screen (QiPress/Keypose/KeyCastr for Linux)
GNU General Public License v3.0
34 stars 0 forks source link

Error "No such device"" #6

Closed ghost closed 3 years ago

ghost commented 4 years ago

After apply new window size (height 100; width 200) throw "Set window size..." dialog, QKOS stopped to showing/logging input keys (not sure what happen).

Just after restart QKOS all seems work as expected, so can't reproduce it again.

pic.1

Terminal Log

$ sudo ./QKeysOnScreen
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
True
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
    self.run()
  File "./QKeysOnScreen", line 611, in run
    for event in self.devicesdict[fd].read():
  File "/usr/lib/python3/dist-packages/evdev/eventio.py", line 71, in read
    events = _input.device_read_many(self.fd)
OSError: [Errno 19] No such device
ctrlcctrlv commented 3 years ago

Closed as irreproducible.