Solved KDE Plasma & Wayland

Code:
pkg install xorg
pkg install kde5
# some configure,
# kde works
In
Code:
/usr/local/lib
there are some wayland related files (libwayland-client.*, libwayland-cursor.*, libwayland-server.*), but if modify xorg configuration, it takes effect, so KDE is using xorg, question is who uses wayland? And is there any way to run plasma with wayland instead of xorg?
 
The wayland support on FreeBSD is not ready for a prime yet but it works, and I know @kde run KDE using wayland. However it is off by default for now, but if you want, you can enable it but you would need to start building from ports instead of using the pre-built packages.
 
Back
Top