+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------
Startup
=======
LXQt desktop environment is launched through the 'startlxqt' script.
Simply add '${LOCALBASE}/bin/startlxqt' to your .xinitrc/.xsession
script if you use startx or xenodm.
An lxqt.desktop file is provided for use by kdm.
e.g. console login: ~/.xinitrc
if [ -x ${PREFIX}/bin/dbus-launch -a -z "${DBUS_SESSION_BUS_ADDRESS}" ]; then
eval `dbus-launch --sh-syntax --exit-with-session`
fi
${LOCALBASE}/bin/startlxqt
e.g. graphical display manager: ~/.xsession
if [ -x ${PREFIX}/bin/dbus-launch -a -z "${DBUS_SESSION_BUS_ADDRESS}" ]; then
eval `dbus-launch --sh-syntax --exit-with-x11`
fi
${LOCALBASE}/bin/startlxqt