mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-06 02:48:26 +02:00
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
1e59d89494 | ||
![]() |
f7c02dc52f | ||
![]() |
bf3ea4e358 | ||
![]() |
33e39a8068 | ||
![]() |
64b012ac65 |
24
README.md
24
README.md
@@ -302,19 +302,10 @@ To disable keyboard mapping:
|
|||||||
|
|
||||||
Kinto
|
Kinto
|
||||||
|
|
||||||
1. Check the status
|
You may need to manually set your DISPLAY in the systemd service file. Normally it pulls in the proper DISPLAY value but if it doesn't you can try this.
|
||||||
```
|
|
||||||
sudo systemctl status xkeysnail
|
Another possibility is the SELinux could be enabled and needs to be set to permissive. (aka /etc/selinux/config)
|
||||||
```
|
|
||||||
2. Check the service journal
|
|
||||||
```
|
|
||||||
journalctl --unit=xkeysnail.service -b
|
|
||||||
```
|
|
||||||
|
|
||||||
Note: You can also watch your log live
|
|
||||||
```
|
|
||||||
journalctl -l --user-unit=keyswap.service -b
|
|
||||||
```
|
|
||||||
|
|
||||||
You may need to manually set your DISPLAY in the systemd service file. Normally it pulls in the proper DISPLAY value but if it doesn't you can try this.
|
You may need to manually set your DISPLAY in the systemd service file. Normally it pulls in the proper DISPLAY value but if it doesn't you can try this.
|
||||||
|
|
||||||
@@ -324,6 +315,15 @@ echo $DISPLAY
|
|||||||
# :0.0
|
# :0.0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can use the Kinto.sh app or system tray to edit your service file.
|
||||||
|
|
||||||
|
kinto.sh gui
|
||||||
|
1. Edit -> Edit Service
|
||||||
|
kinto tray
|
||||||
|
1. Customize -> Edit Service
|
||||||
|
|
||||||
|
or you can use your terminal.
|
||||||
|
|
||||||
sudo nano /etc/systemd/system/xkeysnail.service
|
sudo nano /etc/systemd/system/xkeysnail.service
|
||||||
```
|
```
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user