Flatpak package#
This is the recommended installation for Splash.
Installation#
Start by installing the Flatpak archive itself by executing this command in a Terminal window:
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Next, install the Splash Flatpak archive with:
flatpak install xyz.splashmapper.Splash
Splash should now be available from your application menu - this may require to logout and login again.
It is possible to run the Flatpak version of Splash from the command line:
flatpak run xyz.splashmapper.Splash
Two windows will open and the Splash logo will be available in the Dock.
You can start using Splash.
Uninstallation#
To uninstall the Flatpak package:
flatpak uninstall xyz.splashmapper.Splash
More information#
Here is the link for the Flatpak Splash package.
A known limitation of the Flatpak package is that it has no access to Jack, and cannot use multiple GPUs.
The Flatpak archive is compatible with most Linux distributions.