telegram官方的最新0.8.50dev已经支持fcitx中文输入
Tofloor
poster avatar
ArthurDeepin
deepin
2015-08-16 04:18
Author
本帖最后由 ArthurDeepin 于 2015-8-15 20:44 编辑
  1. Exec=env QT_IM_MODULE=fcitx path/to/Telegram/Telegram -- %u
  2. #额……误人子弟啊,把自己的绝对路径打进去了,已改,其实就是在执行命令前面添上那个env变量。或者直接写成全局的环境变量
Copy the Code
将桌面启动文件中的exec这一行改为上面的即可。我已经用回了官方的版本了_(:з」∠)_

虽然在国内用这个软件已经变得比较艰难了_(:з」∠)_

Reply Favorite View the author
All Replies
bobo
deepin
2015-08-16 04:25
#1
谢谢更新信息,
Reply View the author
MattD
deepin
2015-08-16 04:40
#2
  1. QT_IM_MODULE=fcitx
Copy the Code

是我的全局变量,不过我自己维护的telegram ebuild好久没更新了,都快遗忘了。
Reply View the author
ArthurDeepin
deepin
2015-08-16 04:46
#3
https://bbs.deepin.org/post/31963
是我的全局变量,不过我自己维护的telegram ebuild好久没更新了,都快遗忘了。 ...

喔……请教一下,这个全局变量写在哪里?是.xinitrc吗?又听说是.xprofile
Reply View the author
MattD
deepin
2015-08-16 05:00
#4
https://bbs.deepin.org/post/31963
喔……请教一下,这个全局变量写在哪里?是.xinitrc吗?又听说是.xprofile

如果用startx方式启动xsession,就写在.xinitrc,如果用DM启动xsession,就写在.xprofile。
我自己是写在了.profile,这样可以根据不同的session作出针对性调整。
Reply View the author
ArthurDeepin
deepin
2015-08-16 06:03
#5
https://bbs.deepin.org/post/31963
如果用startx方式启动xsession,就写在.xinitrc,如果用DM启动xsession,就写在.xprofile。
我自己是写在 ...

了解了,thx~
Reply View the author
186******49
deepin
2015-08-17 10:53
#6
我的全局变量包含QT的fcitx设置但就是要每次启动telegram的时候手动再env一次
Reply View the author