linux使用多个桌面

一般图像话界面都自带登陆管理,就不需要安装,直接安装桌面
比如manjaro-dde,manjaro-cinnamon


  1. 使用slim登陆管理
sudo pacman -S slim
sudo systemctl enable slim.service 

如果无法登陆

sudo systemctl disable slim
reboot
  1. 使用LightDM登录管理器
sudo pacman -S lightdm lightdm-gtk-greeter
sudo systemctl start lightdm.service
sudo systemctl enable lightdm.service

如果无法登陆

sudo systemctl disable lightdm.service
reboot

安装xfce4

sudo pacman -S xorg
sudo pacman -S xorg-xinit xterm
sudo pacman -S xfce4 xfce4-goodies
# 没有声音
sudo pacman -S xfce4-pulseaudio-plugin
yay xfce4-volumed-pulse
reboot
# 如果还没有,那只有命令行调整音量
sudo pacman -S gnome-alsamixer
alsamixer

猜你喜欢

转载自blog.csdn.net/HD2killers/article/details/83090530