Skip to content

tuaris/freebsd-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 

Repository files navigation

FreeBSD Desktop with MATE

This is an installation script for a FreeBSD based MATE desktop. See http://www.unibia.com/unibianet/freebsd/mate-desktop for additional information.

Note: Use the link (http://k.itty.cat/7) to always get the latest version of the installation script.

Disclaimers and Warnings

Quick Start

It's recommended that you start with a clean install of FreeBSD 14.x 64-bit. Your non-root user should belong to the video, operator and wheel group so that it can perform administrative functions.

fetch -o - http://k.itty.cat/7 | sh

After about 30 minutes (depending on your Internet connection) your system will automatically reboot into a graphical desktop.

Known Issues

There is no error control. If a package fails to download, the execution will just continue. If this happens, re-run the script. It's perfectly safe to run this script as much as you want without any negative side effects.

Obligatory Screenshots

Screenshot1 Screenshot2 Screenshot3 Screenshot4 Screenshot5 Screenshot6

Requirements

Platform options are limited only due to lack of packages. It's recomended that you start with a fresh copy of FreeBSD for the best results.

  • FreeBSD 13.2-RELEASE or later
  • 64-bit edition (amd64)
  • 20 GB free space
  • Internet connection

Packages for 12.x-RELEASE, 11.x-RELEASE and ARM platforms are also built, but not guaranteed to be available.

User

This install script does not create a user nor prompt you to create one. The user account you plan on using should belong to the wheel, operator, and video groups.

pw usermod <user> -G wheel,operator,video

Replace <user> above with the user account that you will want to allow login access to the desktop.

About

This is inspired by GhostBSD. GhostBSD is a FreeBSD desktop that uses (and as of 3/1/2024 still does use) FreeBSD as it's base. A few years ago GhostBSD switched it's base to TrueOS, then back to FreeBSD CURRENT after TrueOS was discontinued. At somepoint is was announced GhostBSD was moving to Linux, but that hasn't materialized. While GhostBSD continues to be a great desktop I require (and prefer) a FreeBSD base system, and some assurance that it will always be FreeBSD based. I created this installation script and the corresponding PKG repository for this reason.

How it Works

A custom PKG repo is built using ports-mgmt/poudriere. It uses the default FreeBSD ports tree and merges it with some additional custom developed packages. Here is the make.conf file used for this repository.

# Allows us to build ports non-interactively
DISABLE_LICENSES=yes

# Desktop Specific Options
OPTIONS_SET+=SNDIO
sysutils_gksu_UNSET+=NAUTILUS
x11-wm_compiz-fusion_UNSET+=EMERALD
accessibility_redshift_SET+=GUI VIDMODE
audio_espeak_UNSET+=PORTAUDIO
www_qt5-webengine_UNSET+=ALSA
www_qt6-webengine_UNSET+=ALSA
audio_rhvoice_UNSET+=AO
comms_morse_UNSET+=OSS
audio_harp_UNSET+=OSS

The full build scripts and configuration files will be published sometime in the future.

The most notable alteration to the default FreeBSD ports tree is the addition of the TDMC/Pacy World, LLC. root CA.

Key Package List

The complete list of packages installed will vary as dependencies change. This is a list of the most notable packages that will be installed.

It also goes on to install some GhostBSD packages that have been ported over such as utilities and themes.

Finally if the script detects that it's running inside of a VMware virtual machine it will trigger the install the Open VMware tools package as described at http://www.unibia.com/unibianet/freebsd/vmware-tools-smooth-mouse-clipboard-sharing-auto-resize-ghostbsd-103.

Alernative Desktops

MATE is the officially supported desktop. It receives the most amount of testing and iterative improvment since it's what I use everyday. If you want to help in testing and submitting improvments/fixes for other desktops, you can try out these other installer scripts (not currently hosted on Github).

Screenshots

Screenshot1 Screenshot2 Screenshot3

To submit a bug/improvment, just open a Github issue.

The Repository

Originally this was intended for personal use but quickly realized that others can benefit from my work. It currently takes about 5 days to build all the packages in the FreeBSD ports tree. Adding more repos and speeding up the build process is a matter of adding additional computing resources. Perhaps if this find a decent enough following I may consider expanding it further by making a bootable graphical installer.

If you find this useful and want to show some appreciation the following options are available:

Releases

No releases published

Packages

No packages published

Languages