Home

The x11/lxqt/session port

lxqt-session-1.0.0p0 – session manager for LXQt (cvsweb github mirror)

Description

The LXQt session manager
WWW: https://lxqt.github.io/

Readme

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

Maintainer

The OpenBSD ports mailing-list

Only for arches

aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc powerpc64 riscv64 sparc64

Categories

x11/lxqt

Library dependencies

Build dependencies

Run dependencies

Reverse dependencies

Files

Search