From 3839f1f10f2e7adca651b898088ae073471810ca Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Thu, 18 May 2023 13:44:41 +0200 Subject: [PATCH] fix: remove wayland snippets --- examples/freebsd/gui.sh | 8 +------- knowledge base/freebsd.md | 12 +++--------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/examples/freebsd/gui.sh b/examples/freebsd/gui.sh index 6667df9..7d74dd1 100644 --- a/examples/freebsd/gui.sh +++ b/examples/freebsd/gui.sh @@ -8,16 +8,10 @@ then exit 1 fi -# Wayland - -pw groupmod 'video' -m 'username' -pkg install 'wayland' 'seatd' -sysrc seatd_enable='YES' -service 'seatd' start - # KDE # Add 'xf86-video-vmware' if in VirtualBox +pw groupmod 'video' -m 'username' pkg install 'xorg' 'sddm' 'plasma5-plasma' 'plasma5-sddm-kcm' 'konsole' 'dolphin-plugins' sysctl net.local.stream.recvspace=65536 net.local.stream.sendspace=65536 sysrc dbus_enable="YES" sddm_enable="YES" diff --git a/knowledge base/freebsd.md b/knowledge base/freebsd.md index b320a99..02ec2df 100644 --- a/knowledge base/freebsd.md +++ b/knowledge base/freebsd.md @@ -164,18 +164,12 @@ sysrc ntpd_sync_on_start="YES" ## Graphical UI -> This section will use Wayland. See [Wayland] for more information. +### KDE + +> Not working (= need to study how to make it work) with Wayland at the time of writing. ```sh pw groupmod 'video' -m 'user' -pkg install 'wayland' 'seatd' -sysrc seatd_enable="YES" -service 'seatd' start -``` - -### KDE - -```sh pkg install 'xorg' 'sddm' 'plasma5-plasma' 'plasma5-sddm-kcm' 'konsole' 'dolphin-plugins' sysctl net.local.stream.recvspace=65536 net.local.stream.sendspace=65536 sysrc dbus_enable="YES" sddm_enable="YES"