//原文:http://blog.csdn.net/zhangxiao93/article/details/53267676、
搜狗输入法老是出问题,输入不了中文,正写代码写的起劲,就不想用关机这种方法来解决这个问题了,百度了一下,用下面的命令解决这个问题,真的有用,嘻嘻嘻嘻
#!/bin/sh
pidof fcitx | xargs kill
pidof sogou-qimpanel | xargs kill
nohup fcitx 1>/dev/null 2>/dev/null &
nohup sogou-qimpanel 1>/dev/null 2>/dev/null &