Posts

Showing posts with the label xfce

FreeBSD安装xfce图形桌面

 1. 安装依赖及xfce # pkg install -y xorg # pw groupmod video -m username # pkg install -y xfce # pkg install -y slim # pkg install -y slim-themes 2. 使能xfce # ee /etc/rc.conf 添加内容如下: moused_enable="YES" dbus_enable="YES" slim_enable="YES" 为了通过输入startx从命令行启动xfce, 需要往~/.xinitrc加入下面的命令: % echo ".   /usr/local/etc/xdg/xfce4/xinitrc" > ~/.xinitrc 3. 往slim.conf添加默认用户名 往slim.conf添加默认用户名好处是每当你要登录时就省去了输入用户名的时间. # ee /usr/local/etc/slim.conf 把下面这行的注释去掉并把username改为你的用户名 default_user  username 4. 重启 # reboot 5. 其他问题查 handbook https://docs.freebsd.org/en/books/handbook/x11/