Skip to navigation
Install xfce in freebsd
30.05.24
```command pkg install xorg pkg install xfce pkg install lightdm lightdm-gtk-greeter ``` FCE requires /proc to be mounted. Add this line to /etc/fstab to mount this file system automatically during system startup: ```text proc /proc procfs rw 0 0 ``` Enable D-BUS in /etc/rc.conf to start at system boot: ```text # sysrc dbus_enable="YES" ``` Enable lightdm in /etc/rc.conf to start at system boot: ```text sysrc lightdm_enable="YES" ``` A second method to start XFCE is by manually invoking startx(1). For this to work, the following line is needed in ~/.xinitrc: ``console % echo '. /usr/local/etc/xdg/xfce4/xinitrc' > ~/.xinitrc ```
https://docs.freebsd.org/en/books/handbook/desktop/
Reply
Anonymous
Information Epoch 1751628179
Choose portability over efficiency.
Home
Notebook
Contact us