mirror of
https://github.com/rbreaves/kinto.git
synced 2025-07-31 00:06:42 +02:00

- Added setup fixes for gui - Fixed debug issues & updated copyright - Uninstaller update, init setup improvements, added open kinto to tray - Fixed order of operations for args parsing - Fixed initial radio value of keyboard type in main gui app, removed comments, fixed sys tray default for DE - File cleanup, relocations and faster setup file - Do not clobber initkb if it already exists
15 lines
444 B
Desktop File
15 lines
444 B
Desktop File
[Unit]
|
|
Description=xkeysnail
|
|
|
|
[Service]
|
|
Type=simple
|
|
KillMode=process
|
|
ExecStart=/usr/bin/sudo /bin/bash -c '/usr/bin/xhost +SI:localuser:root && {homedir}/.config/kinto/killdups.sh && /usr/local/bin/xkeysnail --quiet --watch {homedir}/.config/kinto/kinto.py'
|
|
ExecStop=/usr/bin/sudo /bin/bash -c '/usr/bin/sudo pkill -f bin/xkeysnail && exit 0'
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
Environment=DISPLAY={displayid}
|
|
|
|
[Install]
|
|
WantedBy=graphical.target
|