Start LXDE on NetBSD

Submitted by Fekete Zoltán on

1. Install dbus and hal packages. Enable and stat them with the help of /etc/rc.conf as usually.

2. Open (or create) file ~/.xinitrc, and put these lines at the end:

export XDG_DATA_DIRS=/usr/pkg/share
export XDG_CONFIG_DIRS=/usr/pkg/etc/xdg
ck-launch-session dbus-launch --exit-with-session startlxde

That's it!

 

Tags