centos+xfceroot用户创建系统解决chrome问题;

root用户创建系统后,下载了一系列软件,ibus firfox, chrome

发现chrome 要在普通用户下登陆,为了安全;  创建普通用户 useradd

登陆后窗口能打开但是界面显示某些功能权限受到限制; 因此切换到普通用户界面登陆;

普通用户界面登陆后,又要重新就行配置;

首先输入法:

ibus-setup后:

IBus has been started! If you cannot use IBus, add the following lines to your $HOME/.bashrc; then relog into your desktop.

  export GTK_IM_MODULE=ibus
  export XMODIFIERS=@im=ibus

  export QT_IM_MODULE=ibus


设置输入法ibus-setup - 把汉语拼音调出来;

查看输入法ibus-daemon;

如果不行 locale查看本地语言设置;  

设置语言:

export  LCC_ALL=zh_CN_UTF-8

还有图形界面设置系统的:

system-config-language

-----------------------------------------------

chrome 的问题依旧在;

yum remove  google-chrome-stable.x86_64 0:50.0.2661.75-1  ;

yum install  google-chrome-stable.x86_64 0:50.0.2661.75-1 ;

再次运行,chrome可以正常运行,root用户下安装chrome会出现问题,需要配置; 按照网上的配置总是有问题

所以只好曲线救国了; 这种方式root用户下不能用chrome,只能普通用户使用;


你可能感兴趣的:(centos)