From 701bf25c699d8485165b7eab78d75b0e8257823d Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Tue, 28 Apr 2020 16:44:19 -0500 Subject: [PATCH 1/2] - Proper closing of kintox11 on logout --- system-config/cleanup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/system-config/cleanup.sh b/system-config/cleanup.sh index 62efa16..7165543 100755 --- a/system-config/cleanup.sh +++ b/system-config/cleanup.sh @@ -7,3 +7,4 @@ killall xbindkeys > /dev/null 2>&1 || : gsettings set org.gnome.desktop.wm.keybindings switch-applications "['Tab']" gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "['Tab']" +pkill -f /.config/kinto/xactive.sh \ No newline at end of file From bae786c3af0a414f4ce68f05bb920feb0fd0932a Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Thu, 30 Apr 2020 13:13:13 -0500 Subject: [PATCH 2/2] - Fixed possible issue with Kinto xkb desktop login shortcut --- system-config/kinto.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-config/kinto.desktop b/system-config/kinto.desktop index c3c139c..9bb45fb 100644 --- a/system-config/kinto.desktop +++ b/system-config/kinto.desktop @@ -2,7 +2,7 @@ Name=Kinto GenericName=Kinto Comment=Make Linux Type Like it's a Mac -Exec=/bin/sleep 5 /usr/bin/systemctl --user start keyswap +Exec=/bin/bash -c "/bin/sleep 5 && /usr/bin/systemctl --user start keyswap" Terminal=false Type=Application X-GNOME-Autostart-enabled=true \ No newline at end of file