ubuntu12.04 LTS 搜狗输入法使用问题

ubuntu12.04  LTS 安装搜狗拼音输入法后,虽然在启动项里有fcitx-qimpanel的启动项,但却没用

2014-05-12 18:46:35的屏幕截图.png

故自己写了一shell脚本

#!/bin/bash

# sleep for a little while to avoid fcitx-autostart
sleep 2
 
fcitx-autostart &> /dev/null 

if [ $? = "1" ]
then
   echo "Fcitx-autostart failed!"
   fcitx-autostart &> /dev/null 
   fcitx-qimpanel &> /dev/null 
else
   fcitx-qimpanel &> /dev/null 
   echo "Fcitx-qimpanel success!"
fi

将此脚本加入启动项里,注意给x执行权限,开机后可以fcitx-qimpanel可以加载的了,可是问题又来l
运行后可以打字,但待选字框显示不全,需要重新切换皮肤才变好
而且在dash主页中,无法用搜狗输入法输入中文字符

求高手帮忙解决

你在dash主页中是不能切换到搜狗输入法还是能切换但不能输入中文

在dash下,输入法小企鹅图标变白,不能切换也不能输入中文

我的在dash下,小企鹅也变白,用ctrl+space可以切换输入法,不过切换输入法一定要把鼠标从dash按钮那拿开

12.04 LTS 鼠标移开在dash下也无法切换,更不用说输中文了,不过DASH这东西也没怎么用,等高手解决把:7_139: