搜狗拼音不知道为啥安装失败,然后重启计算机在登陆界面怎么都登陆不了
查了很多很多很多网页,现在3点20了,终于找到答案了!!!!!!!!!!!!!!!!!!!!1
http://askubuntu.com/questions/705319/cannot-uninstall-fcitx-without-causing-a-login-loop
|
I was having the same issue after uninstalling fcitx from Ubuntu 14.04.
I am giving you the main steps as I remember them.
A) Fix the boot loop first:
-
at login screen type Ctrl+Alt+F1 (or F2 .. F6) -
you will enter a terminal in full black screen. From there you install fcitx AGAIN by sudo apt-get install fcitx
-
Go back to the normal login screen and now log in into your account
B) Uninstall fcitx cleanly:
-
Refer to this manual with Google translator. -
Open terminal again and you only need following commands: sudo dpkg -l so*
sudo apt-get purge sogoupinyin
sudo apt-get purge fcitx
sudo apt-get autoremove
-
Restart your computer.
|
|
I was having the same issue after uninstalling fcitx from Ubuntu 14.04.
I am giving you the main steps as I remember them.
A) Fix the boot loop first:
-
at login screen type Ctrl+Alt+F1 (or F2 .. F6) -
you will enter a terminal in full black screen. From there you install fcitx AGAIN by sudo apt-get install fcitx
-
Go back to the normal login screen and now log in into your account
B) Uninstall fcitx cleanly:
-
Refer to this manual with Google translator. -
Open terminal again and you only need following commands: sudo dpkg -l so*
sudo apt-get purge sogoupinyin
sudo apt-get purge fcitx
sudo apt-get autoremove
-
Restart your computer.
|