黑帽联盟

标题: virt-manager报错:Unable to initialize GTK: could not open display [打印本页]

作者: 定位    时间: 2023-10-20 22:43
标题: virt-manager报错:Unable to initialize GTK: could not open display
在使用KVM打开virt-manager时,如果发现字符都变为方块加数字的显示乱码。



可考虑以下是哪种问题导致的,并使用相应的解决方法:

情况一:使用的系统语言环境为英文,virt-manager显示乱码。

    导致原因:可能是因为缺少了virt-manager的字体
    解决方法:
  1. yum install dejavu-lgc-sans-fonts
复制代码
结果安装之后,重新启动virt-manager即可。


情况二:使用的系统语言环境为中文,virt-manager显示乱码。

    导致原因:语言不兼容,字符集不匹配

    解决方法:将系统由中文调整为英文

      调整方法1:
  1. vim /etc/profile                     #打开配置文件

  2. export LANG="en_US.UTF-8"            #添加上这一行

  3. source /etc/profile                  #新加载文件配置
复制代码
调整方法2:
  1. vim  /etc/sysconfig/i18n             #进入语言配置文件

  2. 将默认的LANG="zh_CN.UTF-8"修改为LANG="en_US.UTF-8"

  3. source /etc/sysconfig/i18n           #新加载文件配置
复制代码
这样就可以把默认的中文修改为英文。

    在此之后重新打开virt-manager即可。






欢迎光临 黑帽联盟 (https://bbs.cnblackhat.com/) Powered by Discuz! X2.5