-
Notifications
You must be signed in to change notification settings - Fork 202
Open
Description
If you launch input-remapper-gtk from a virtual terminal, then exit it, and then later close that terminal window or tab, then if you later open Input Remapper GUI again, it can't apply a preset.
Steps:
- Run
input-remapper-gtkfrom any virtual terminal window (tested on tilda, xfce-terminal, and urxvt). - Apply, then stop any preset.
- Exit the Input Remapper GUI, then close the terminal window.
- Open the GUI again, in any way: whether by running
input-remapper-gtkfrom a terminal, or by launching the desktop file. - Try to apply a preset.
The expected result:
The preset should be applied.
The actual result:
Nothing happens
ps finds these two leftover processes:
root 10537 0.1 0.1 296624 48264 ? Sl 08:02 0:00 python3 /usr/sbin/input-remapper-service --hide-info
root 10538 0.0 0.1 66964 32744 ? S 08:02 0:00 python3 /usr/sbin/input-remapper-service --hide-info
I would guess they are expecting the GUI to be owned by the same terminal from which it was launched the first time.
Naturally, running sudo pkill -f input-remapper && input-remapper-gtk -d, removes the issue, but only for the current Input Remapper GUI window. If you close that window and the terminal from which the command was run, any subsequent Input Remapper GUI windows has the same problem.
Metadata
Metadata
Assignees
Labels
No labels