Update path in issue templates (#646)

typealias-3.9-compatibility
jonasBoss 1 year ago committed by GitHub
parent 4b50b240a5
commit d0e5f4998f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ Please install the newest version from source to see if the problem has already
2. which linux distro (ubuntu 20.04, manjaro, etc.)
3. which desktop environment (gnome, plasma, xfce4, etc.)
4. `sudo ls -l /proc/1/exe` to check if you are using systemd
5. `cat ~/.config/input-remapper/config.json` to see if the "autoload" config is written correctly
5. `cat ~/.config/input-remapper-2/config.json` to see if the "autoload" config is written correctly
6. `systemctl status input-remapper -n 50` the service has to be running
**Testing the setup**

@ -17,6 +17,6 @@ Share some logs please:
4. which desktop environment (gnome, plasma, xfce4, etc.)
5. `sudo ls -l /proc/1/exe`
6. paste the affected preset .json file from ~/.config/input-remapper/presets
6. paste the affected preset .json file from ~/.config/input-remapper-2/presets
7. `sudo pkill -f input-remapper-service && input-remapper-gtk -d`, apply the preset and hit your key. Then share that log.
8. `sudo evtest` while the previous command is running, to see how events are injected. Devices starting with `input-remapper ...` are of interest.

Loading…
Cancel
Save