|
root@ubuntu:~# $sudo apt-get install fcitx
Reading package lists... Done
Building dependency tree... Done
fcitx is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@ubuntu:~# $sudo sh -c " echo 'export XMODIFIERS=@im=fcitx ; export GTK_IM_MODULE="fcitx" ; fcitx ' > /etc/X11/Xsession.d/95xinput "
root@ubuntu:~# $sudo chmod +755 /etc/X11/Xsession.d/95xinput
chmod: invalid mode: `+755'
Try `chmod --help' for more information.
root@ubuntu:~# |
|