aboutsummarylogtreecommitdiffstats
path: root/sogou-autostart
diff options
context:
space:
mode:
Diffstat (limited to 'sogou-autostart')
-rwxr-xr-xsogou-autostart15
1 files changed, 0 insertions, 15 deletions
diff --git a/sogou-autostart b/sogou-autostart
deleted file mode 100755
index a658f8d8d14f..000000000000
--- a/sogou-autostart
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-# Wait for fcitx to startup
-for i in $(seq 30); do
- if fcitx-remote &> /dev/null; then
- sogou-qimpanel $@
- echo 'sogou-qimpanel started'
- exit
- else
- sleep 1
- fi
-done
-
-echo 'sogou-qimpanel failed to start: fcitx not running'
-exit 1