From 7047f830acfe84e840403e69df161b9d51aca673 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Tue, 11 Feb 2025 22:50:49 -0500 Subject: fixes for kde6 upgrade --- scripts/hostclass/desktop | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'scripts/hostclass/desktop') diff --git a/scripts/hostclass/desktop b/scripts/hostclass/desktop index 8fdfca4..c85ef28 100644 --- a/scripts/hostclass/desktop +++ b/scripts/hostclass/desktop @@ -45,9 +45,9 @@ zfs set \ com.sun:auto-snapshot:weekly=true \ "${state_dataset}/home" -# Enable sndio. -sysrc -v sndiod_enable=YES -service sndiod status || service sndiod start +# Disable sndiod (not needed). +sysrc -v sndiod_enable=NO +service sndiod status && service sndiod stop # Create local group for desktop-access. # This is for *local* users that need access to the drm device. @@ -66,12 +66,12 @@ service webcamd status || service webcamd start install_file -m 0644 /usr/local/etc/xdg/autostart/nss-trust-root-ca.desktop install_file -m 0555 /usr/local/libexec/nss-trust-root-ca -# Install gajim desktop file. -install_file -m 0644 /usr/local/share/applications/gajim.desktop - # Add sddm user to drm access group. pw groupmod "$desktop_access_role" -m "$sddm_user" +# Install gajim desktop file. +install_file -m 0644 /usr/local/share/applications/gajim.desktop + # Configure pam services. install_file -m 0644 \ /etc/pam.d/sddm \ -- cgit v1.2.3