Skip to content

Instantly share code, notes, and snippets.

@glsmaxx2015
Last active September 30, 2016 18:20
Show Gist options
  • Save glsmaxx2015/5644cc4a96c5e9bc74406e5f9fcd7500 to your computer and use it in GitHub Desktop.
Save glsmaxx2015/5644cc4a96c5e9bc74406e5f9fcd7500 to your computer and use it in GitHub Desktop.
FreeBSD 10.3 WITH XFCE4 DE Install Notes
BSD WITH XFCE4
Greg Shubert 9-29-16
Make Sure When adding a Usr to add the user to "wheel" group
ReBoot, Remove Media, and Login With ROOT User
Install:
When starting to install nano it will ask if you want to install "pkg"
The package manager tool.
1)nano "pkg install nano"
2)xorg "pkg install xorg"
3)xfce "pkg install xfce"
4)slim "pkg install slim slim-themes"
Open AND Edit rc.conf nano /etc/rc.conf
dbus_enable="YES"
hald_enable="YES"
slim_enable="YES"
Open AND Edit The Root user .xinitrc file nano .xinitrc
exec startxfce4
Open AND Edit Your user .xinitrc file nano /home/yourusername/.xinitrc
exec startxfce4
InStall Some Basic Applications
pkg install firefox terminator thunderbird mpv .....?
reboot and Be CusTomizing.....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment