Created attachment 194581 [details] add x11-wm/lxqt-session This is for importing LXQt 0.13.
Created attachment 194656 [details] add x11-wm/lxqt-session: Corrects panel.conf settings Avoids black screen and black panel... panel.conf has moved to /usr/local/share/lxqt/panel.conf but XDG_CONFIG_DIRS=/etc:/usr/local/etc/xdg:/usr/share this sets XDG_CONFIG_DIRS=/etc:/usr/local/etc/xdg:/usr/local/share so that panel.conf can be found. +-set(PREDEF_XDG_CONFIG_DIRS "/etc:${LXQT_ETC_XDG_DIR}:/usr/share") ++set(PREDEF_XDG_CONFIG_DIRS "/etc:${LXQT_ETC_XDG_DIR}:/usr/local/share") And thus having usefull settings on first startup. (delete old .config/lxqt first.. .config/pcmanfm-qt)
Created attachment 194769 [details] add x11-wm/lxqt-session Updates to use qt:5
A commit references this bug: Author: jsm Date: Thu Jan 24 19:37:26 UTC 2019 New revision: 491111 URL: https://svnweb.freebsd.org/changeset/ports/491111 Log: New port x11-wm/lxqt-session LXQt session handling and configuration. Contains the startlxqt script and lxqt-leave binary to respectively start and stop a LXQt DE session. PR: 229291 Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D17974 Changes: head/x11-wm/Makefile head/x11-wm/lxqt-session/ head/x11-wm/lxqt-session/Makefile head/x11-wm/lxqt-session/distinfo head/x11-wm/lxqt-session/pkg-descr head/x11-wm/lxqt-session/pkg-plist