Ubuntu Guide (x86_64)
This Installation Guide will allow you to install the MaXXdesktop on an Ubuntu Linux Distribution from version 20.04 and 22.04. Not official support for 23.04 yet.
We can not confirm with certainty that MaXXdesktop will "work out-of-the-box" on Ubuntu derivatives.
Release Notes for Indigo MAX IMPACT v2.2.0
Backup Older MaXXdesktop Installation
To guaranty a successful installation or upgrade, we still recommend to backup your current MaXXdesktop installation. Follow the simple instructions below.
It is VERY IMPORTANT to backup your older MaXXdesktop installation outside a running MaXXdesktop session. Ideally from the text console or from another desktop session like GNOME or KDE.
1. Backup you current MaXXdesktop Installation.
$ sudo -s
cd /opt
mv MaXX MaXX-old
exit
$
2. Run the following commands (AS ROOT or SUDOER) to remove deprecated files from older versions of MaXXdesktop.
This step is optional in case you modified or installed old MaXX GTK Themes. At this point you probably know what your are doing...
$ sudo -s
rm /usr/share/themes/IndigoMagic
rm /usr/share/themes/Rio
rm /usr/share/themes/Gotham
rm /usr/share/themes/MaXX*
exit
$
Prerequisites
Below are the prerequisites for installing and running MaXXdesktop and some older X11/Motif applications...
Storage Space Requirements
120MB in /tmp partition (something it is part of the / 'root' partition)
500MB in /opt partition (something it is part of the / 'root' partition)
Software Package Requirements
$ sudo -s
apt update
apt install cpp libjpeg62 libgtk2.0-0 x11-apps freeglut3
// For sound panel & mixer control
apt install pavucontrol
// Older xfonts required as a backward compatibility safety net
apt install xfonts-100dpi xfonts-75dpi
// Mandatory Fonts for Modern Look
apt install fonts-dejavu fonts-noto
// Additional Fonts for Japanese support
apt install fonts-noto-cjk fonts-noto-cjk-extra fonts-noto-cjk
// Terminal Info libs for Ubuntu 18.04
apt install libtinfo5
// Terminal Info libs for Ubuntu 20+
apt install libtinfo5 libtinfo6
exit
$
Installation
Now let's install the MaXX Interactive Desktop onto your system. Follow the simple instructions to download and run the installer.
You will need superuser access to run some of the commands...
1. Download and Install MaXX Interactive Desktop -Octane v2.2.0
$ cd /tmp
$ wget https://s3.ca-central-1.amazonaws.com/cdn.maxxinteractive.com/maxx-desktop-installer/MaXX-Desktop-LINUX-x64-2.2.0-alpha-1-Installer.sh
$ chmod a+x MaXX-Desktop-LINUX-x64-2.2.0-alpha-1-Installer.sh
$ su or sudo -s
/tmp/MaXX-Desktop-LINUX-x64-2.2.0-alpha-1-Installer.sh
exit
$
Post Installation - Backing up User Preferences
We recommend to backup your User Preferences.
1. Run the following commands (UNDER YOUR NORMAL USER) to backup your MaXXdesktop User Preferences.
$ cd $HOME
$ mv .maxxdesktop dot.maxxdesktop-back
$
Almost Done
Log out or simply restart your computer to allow your Display Manager (we recommend lightDM with our custom backgrounds) to take into account the new addition.
Once your system is rebooted, you can now choose MaXX Interactive Desktop from GDM's available session menu.
To customize your environment, refer to this book.
Congratulation and Welcome to MaXXdesktop!