Go to documentation repository
Starting with Axxon One 2.0.10, you can use Flatpak to run the client in Linux OS. This package allows you to run the Axxon One client on any supported Linux distribution, regardless of the operating system version, graphical shell, and so on (see the current list of supported distributions).
Attention!
Hardware decoding on NVIDIA isn’t supported.
To install Flatpak, do the following:
sudo apt-get install flatpak
sudo yum install flatpak
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
sudo flatpak install axxon-one-client*.flatpak
Installation of Flatpak is complete.
To start Flatpak, run the command:
flatpak run com.AxxonSoft.AxxonOne
Attention!
To view all installed applications via Flatpak, run the command:
flatpak list
You can also use this command to check if Flatpak is installed/uninstalled.
flatpak run com.AxxonSoft.AxxonOne --debug
Attention!
You must run the command under the current user (not as the root user).
~/.var/app/com.AxxonSoft.AxxonOne/data/AxxonSoft/AxxonOne/Logs
flatpak run com.AxxonSoft.AxxonOne --licensetool
flatpak run com.AxxonSoft.AxxonOne --backuptool
Path to the backup file: /home/user/AxxonSoft/Backups.
flatpak run com.AxxonSoft.AxxonOne --support /path/to/output
flatpak run com.AxxonSoft.AxxonOne --watermark
If Axxon One doesn’t start after you install Flatpak, you can run the command:
flatpak repair com.AxxonSoft.AxxonOne
This command checks installed files and fixes errors in Flatpak apps, updates dependencies, fixes permission errors, and can also detect configuration errors.
If Axxon One still doesn't start after you run the previous command, you can run the command:
xhost +si:localuser:$USER && flatpak run com.AxxonSoft.AxxonOne
If the Axxon One client starts after you run the command, then xhost +si:localuser:$USER must be:
To uninstall Flatpak, do the following:
flatpak uninstall com.AxxonSoft.AxxonOne
flatpak uninstall --unused
Uninstalling Flatpak is complete.