OpenBSD7.0 With Xfce4 Desktop Start 2 Finish

Опубликовано: 03 Ноябрь 2024
на канале: Life, Home and my Linux Journeys'
946
30

**see notice below**

update base system: # syspatch
To update system run: # pkg_add -u

pkg_add xfce xfce-extras nano firefox barrage avahi

(** xfce4-power-manager upower ** For laptop batteries)

nano .xsession and add:

exec startxfce4

adduser to groups:
User will be added to the "wheel" group check: groups username. otherwise add user to the wheel group. Groups are listed in /etc/group

usermad -G operator username
usermad -G staff username
usermad -G games username

rcctl enable xenodm
rcctl enable multicast
rcctl enable avahi_daemon

To use doas:

nano /etc/doas.conf add the following: * see notes

permit persist keepenv username
That's it! Reboot, sign in & you have the beginning of your own Xfce desktop to make your very own and all the while on a very secure system.

***Important notice**

If for some reason the X system errors out (in my experience does happen from time to time), check the .xsession start up file. "doas nano .xsession", Re-enter exec startxfce4, save, exit & reboot.

Thanks for watching, feel free to comment.