From 1a482e3c8cc0326696161c099b67713776f01008 Mon Sep 17 00:00:00 2001 From: Ryan Reaves Date: Tue, 18 Feb 2020 23:47:54 -0600 Subject: [PATCH] - Removed the removal of carets on service restarts, and mention of no carets file found. IBus is optional. --- kintox11/src/kintox11.c | 2 +- system-config/cleanup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kintox11/src/kintox11.c b/kintox11/src/kintox11.c index d46d453..6b3f82a 100644 --- a/kintox11/src/kintox11.c +++ b/kintox11/src/kintox11.c @@ -110,7 +110,7 @@ int check_caret() return 0; } else{ - printf("file %s does not exist\n",fpname); + // printf("file %s does not exist\n",fpname); return 0; } } diff --git a/system-config/cleanup.sh b/system-config/cleanup.sh index 8867cd3..a7d35df 100755 --- a/system-config/cleanup.sh +++ b/system-config/cleanup.sh @@ -2,4 +2,4 @@ setxkbmap -option killall xbindkeys > /dev/null 2>&1 -rm /tmp/kinto/caret +# rm /tmp/kinto/caret