ports/x11/lxqt/session/pkg
2023-08-16 22:26:55 +00:00
..
DESCR SecBSD's official ports repository 2023-08-16 22:26:55 +00:00
PLIST SecBSD's official ports repository 2023-08-16 22:26:55 +00:00
README SecBSD's official ports repository 2023-08-16 22:26:55 +00:00

+-----------------------------------------------------------------------
| 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