Second++ script runs encounter two instead of one .Xauthority files #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On first script invocation stdout reports:
Subsequently we correctly see:
At this point behavior is as expected. Key presses via HDMI CEC are recognized, parsed and translated into
xdotool
commands.On second and all future executions (for example when entering a Kodi instance and then leaving it) we see two .Xauthority files instead of one:
main.py
does not cleanly deal with this situation and instead does:Where especially setting
XAUTHORITY
to a multiline string is nonsense. Key presses are still recognized correctly but no longer translated intoxdotool
commands:Investigate and find a sensible solution.
Workaround for now: Stay inside Kodi, do not leave else you'll be unable to reenter without keyboard input.