bob prohaska wrote on 2021/05/27 11:14: > Is it possible to try out the lxqt package without altering the > existing ports installed using make in the ports tree? >
I think it would be difficult to do it without modifying the host environment. You probably also need the x11-servers/xorg-nestserver package. The following command will launch the interactive shell of jail, which has everything you need for now. poudriere bulk -j main -i x11-wm/lxqt x11-servers/xorg-nestserver x11/xterm After this, you have to make nestserver connect to the host Xorg via ssh or something, but the explanation of that is tedious :) Regards.