| ||||||||
adm | Find | login register |
dpkg --listfiles im-switch 應該有 /etc/X11/Xsession.d/80im-switch 實際上卻沒有這個file,這個 shell script 好像會執行 ~/.xinput.d/zh_TW ~/.xinput.d/zh_TW 沒有執行到。 QT4_IM_MODULE=qt4 沒設定到,所以 qt4 的程式如 skype 就沒辦法用 gcin。 edited: 2
| |||||||||||
最後用 dpkg 把 80im-switch extract 出來 見附件,複製到 /etc/X11/Xsession.d 就全部 ok 了。 可能這個 file 在 post install 時被 delete 掉,不知道為什麼,可能是之前有 install im-config。 不過 ubuntu 要用 im-switch。 | |||||||||||
| |||||||||||
| |||||||||||
I'm illiterate about this script. Should I copy the script, paste on a editor, and then execute the file? edited: 1
| |||||||||||
嫌麻煩的話,重裝一次 im-switch 就好了。 | |||||||||||
copy to /etc/X11/Xsession.d & logout edited: 1
| |||||||||||
請問如何COPY? 我右CLICK-> COPY ,但去到/etc/X11/Xsession.d/時PASTE不到 | |||||||||||
sudo cp /tmp/80im-switch /etc/X11/Xsession.d |
| ||||||||
adm | Find | login register |