MATE Desktop in FreeBSD
December 23 201685 words, ~1 min. read
freebsd, mate, desktop
Please find below the steps to get MATE on a FreeBSD,
- Install the packages
pkg install xorg mate - Edit
/etc/rc.conffor the following
dbus_enable="YES"
hald_enable="YES"
moused_enable="YES"
avahi_daemon_enable="YES"
avahi_dnsconfd_enable="YES"
mate-session_enable="YES"
If you wish to start using startx, perform the following steps,
- Edit
~/.xinitrc
/usr/local/bin/mate-session
chmod +x ~/.xinitrc
If you need VNC support, perform the following steps,
pkg install tigervnc- Add
mate-session &in~/.vnc/xstartup - Run
vncserver; provide password, when prompted - Run
vncserver -listand or tail the log in~/.vnc/directory, to confirm the display