ArchLinux安装wayland桌面环境
ArchLinux和其他发行版的区别之一就是安装的时候完全按照自己的选择安装,而不是像ubuntu这种安装的时候它会直接装好很多东西。这里我选择的桌面环境为wayland。
前言
这里默认认为你已经创建好了一个非root用户,并给了这个用户sudo权限。
安装过程
- 首先安装相关的软件包
pacman -S plasma-meta konsole dolphin # plasma-meta 元软件包、konsole 终端模拟器和 dolphin 文件管理器
- 安装waylang
pacman -S plasma-wayland-session xdg-desktop-portal
# N卡用户需要额外安装egl-wayland,xdg-desktop-portal包是为了如obs此类工具录制屏幕使用
# xdg-desktop-portal包组提供了不同环境下使用的软件包
# 例如kde用户可选择xdg-desktop-portal-kde包
- 启动
systemctl enable sddm
然后重启就进入登陆页面了
reboot
版权声明:
作者:徐锦桐
链接:https://www.xujintong.com/2023/11/10/19/
自由转载-非商用-非衍生-保持署名(创意共享3.0许可证)
作者:徐锦桐
链接:https://www.xujintong.com/2023/11/10/19/
自由转载-非商用-非衍生-保持署名(创意共享3.0许可证)
THE END