美文网首页
crouton 安装手记

crouton 安装手记

作者: Tony__Hu | 来源:发表于2018-03-04 22:36 被阅读0次

    GitHub:https://github.com/dnschneid/crouton
    crouton下载地址:https://goo.gl/fd3zc
    安装步骤:

        sudo sh ~/Downloads/crouton -t xfce (-P 代理ip:port)
    

    启动:

    sudo enter-chroot startxfce4
    

        sudo startxfce4
    

    删除:

     sudo delete-chroot chrootname(发行版代号)
    

    或直接删除

     /usr/local/chroot
    

    里的文件夹

    其它:
    中文环境:

          sudo apt install language-selector-gnome
    

    使用设置里的language-support
    或用

          sudo update-locale LANG="zh_CN.utf-8" LANGUAGE="zh_cn:en"
    

    修改系统语言

    安装中文字体:

          sudo apt install ttf-wqy-microhei
    

    修改 /etc/default/locale 末尾添加:

          LANG="zh_CN.UTF-8"
          LANGUAGE="zh_CN:zh:en_US"
    

    /etc/environment 末尾添加:

          LANG="zh_CN.UTF-8"
          LANGUAGE="zh_CN:zh:en_US“
    

    重启

    安装fcitx:

           sudo install fcitx fcitx-sunpinyin
    
           sudo vim ~/.xinitrc 
    

    添加内容:

               XMODIFIERS=@im=fcitx
               QT_IM_MODULE=fcitx
    

    重启

    相关文章

      网友评论

          本文标题:crouton 安装手记

          本文链接:https://www.haomeiwen.com/subject/snnqfftx.html