2010-04-18 02:06:31 +00:00
|
|
|
XIM=fcitx
|
|
|
|
XIM_PROGRAM=/usr/bin/fcitx
|
2010-05-16 02:25:09 +00:00
|
|
|
ICON="/usr/share/pixmaps/fcitx.png"
|
2010-04-18 02:06:31 +00:00
|
|
|
XIM_ARGS="-D"
|
2011-09-10 17:28:40 +00:00
|
|
|
PREFERENCE_PROGRAM=/usr/bin/fcitx-configtool
|
2010-11-19 12:47:05 +00:00
|
|
|
SHORT_DESC="FCITX"
|
2011-09-10 17:28:40 +00:00
|
|
|
GTK_IM_MODULE=fcitx
|
|
|
|
if test -f /usr/lib/qt4/plugins/inputmethods/qtim-fcitx.so || \
|
|
|
|
test -f /usr/lib64/qt4/plugins/inputmethods/qtim-fcitx.so;
|
|
|
|
then
|
|
|
|
QT_IM_MODULE=fcitx
|
|
|
|
else
|
|
|
|
QT_IM_MODULE=xim
|
|
|
|
fi
|
|
|
|
|