Linux Deploy安装Debian桌面

下载安装Linux Deploy

下载地址 https://github.com/lateautumn233/Linuxdeploy-Pro/releases/download/3.1.0/app-debug.apk

配置

  1. 发行版本:Debian
  2. 架构:arm64
  3. 发行版版本:bookworm
  4. 源地址:http://mirrors.aliyun.com/debian/
  5. 安装类型:目录
  6. 安装路径:/data/data/ru.meefik.linuxdeploy/files/debian
  7. 启用ssh
  8. 勾选启用图形界面
  9. 图形子系统:VNC
    10.桌面环境:Xfce

配置中文环境

shell 复制代码
sudo dpkg-reconfigure locales


安装中文字体

shell 复制代码
sudo apt-get install -y ttf-wqy-zenhei xfonts-intl-chinese wqy*

配置中文输入法

  1. 安装

    bash 复制代码
    sudo apt install dbus-x11 fcitx im-config fcitx-sunpinyin fcitx-table-wubi
  2. 在 ~/.bashrc 最末尾添加

    shell 复制代码
    export XMODIFIERS=@im=fcitx
    export GTK_IM_MODULE=fcitx
    export QT_IM_MODULE=fcitx
  3. 配置 fcitx

    遇到按钮直接选确定

  4. 重启容器


配置剪贴板

  1. 安装

    shell 复制代码
    apt install autocutsel
  2. 编辑 ~/.vnc/xstartup

    shell 复制代码
    XAUTHORITY=$HOME/.Xauthority
    export XAUTHORITY
    LANG=zh_CN.UTF-8
    export LANG
    # 启动剪贴板
    autocutsel -f
    # 启动输入法
    fcitx
    echo $$ > /tmp/xsession.pid
    . $HOME/.xsession

备忘录

修复启动 xrdp 服务报错 g_tcp_socket: Premissio denied

shell 复制代码
usermod -aG aid_inet xrdp

手动创建图标 ~/.local/share/applications/clion.desktop

shell 复制代码
[Desktop Entry]
Version=1.0
Type=Application
Name=clion
Comment=C++ Development IDE
Exec=/opt/clion-2023.3.6/bin/clion.sh
Icon=/opt/clion-2023.3.6/bin/clion.svg
Terminal=false
Categories=Development;Application;
相关推荐
cg501720 小时前
Spring Boot 的配置文件
java·linux·spring boot
暮云星影20 小时前
三、FFmpeg学习笔记
linux·ffmpeg
rainFFrain21 小时前
单例模式与线程安全
linux·运维·服务器·vscode·单例模式
GalaxyPokemon21 小时前
Muduo网络库实现 [九] - EventLoopThread模块
linux·服务器·c++
mingqian_chu21 小时前
ubuntu中使用安卓模拟器
android·linux·ubuntu
GalaxyPokemon1 天前
Muduo网络库实现 [十] - EventLoopThreadPool模块
linux·服务器·网络·c++
自由鬼1 天前
开源虚拟化管理平台Proxmox VE部署超融合
linux·运维·服务器·开源·虚拟化·pve
瞌睡不来1 天前
(学习总结32)Linux 基础 IO
linux·学习·io
inquisiter1 天前
UEFI镜像结构布局
linux·spring