aboutsummarylogtreecommitdiffstats
path: root/sogou-autostart
diff options
context:
space:
mode:
authorHao Zhang2022-12-15 11:52:59 -0500
committerHao Zhang2022-12-15 11:52:59 -0500
commit9c5627121e75c11be25338dab931519332b93d4c (patch)
treed869527ed0a59249e630af1b2e12fe09e7e61df5 /sogou-autostart
parenta23214dc5fc747c6d414189ab9429a365ee78332 (diff)
downloadaur-9c5627121e75c11be25338dab931519332b93d4c.tar.gz
Changed source URL and added libxss dependency
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