From 0ff7a42f9bf4a6951a54b1ee45f6944a51138fc6 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Wed, 5 Feb 2020 16:29:36 -0600 Subject: [PATCH] - Updated readme with more troubleshooting tips --- README.md | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 25afd21..a6fea1c 100644 --- a/README.md +++ b/README.md @@ -165,19 +165,41 @@ systemctl --user stop keyswap && setxkbmap -option;setxkbmap -option altwin:swap ## Troubleshooting +### Does not start when you log in or after you reboot? + +1. Check the status +``` +systemctl --user status keyswap +``` +2. Check the service journal +``` +journalctl -xe +``` + +Open a ticket and send me the info. + ### Keyswap is not occurring, but it was working. Now that Kinto is using a custom written C program I am not aware of any specific bugs or issues, but you can start here if you having difficulties and please report it if it is reproducible. - -1. Restart Kinto +1. Get status +``` +systemctl --user status keyswap +``` +2. Restart Kinto ``` systemctl --user restart keyswap ``` -2. Check the Status of Kinto and open a ticket with the output. +3. Check the Status again and open a ticket if you need to. ``` systemctl --user status keyswap ``` +You can also do the following to see if it is an actual issue with kintox11 not running or your service file. +``` +cd ~/.config/kinto +./kintox11 +``` + ## Language Support I'd appreciate any help from people with non-US based keyboards, to help ensure that these keymaps and keyswap methods work in all or most languages.