Go to documentation repository
Page History
...
To start Flatpak, run the command:
Code Block | ||
---|---|---|
| ||
flatpak run com.AxxonSoft.AxxonOne |
Note | ||
---|---|---|
| ||
flatpak run com.AxxonSoft.AxxonOne
| ||
Code Block | ||
| ||
|
Viewing the installed applications
...
Code Block | ||
---|---|---|
| ||
flatpak run com.AxxonSoft.AxxonOne --debug |
...
Log directory
...
Note | ||
---|---|---|
| ||
You must run the command under the current user (not as the root user). |
...
Code Block | ||
---|---|---|
| ||
flatpak run com.AxxonSoft.AxxonOne --support /path/to/output |
Running the Watermark checker utility
Code Block | ||
---|---|---|
| ||
flatpak run com.AxxonSoft.AxxonOne --watermark |
Possible problems in operation
...
If Axxon One doesn’t start after you install Flatpak, you can run the command:
Code Block | ||
---|---|---|
| ||
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:
Note | ||
---|---|---|
| ||
You must run the command under the current user (not as the root user). |
Code Block | ||
---|---|---|
| ||
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:
- Run on every new system startup.
- Added to autostart.flatpak override --user com.AxxonSoft.AxxonOne --socket=x11 flatpak override --user com.AxxonSoft.AxxonOne --socket=wayland
Uninstalling Flatpak
To uninstall Flatpak, do the following:
- Uninstall com.AxxonSoft.AxxonOne:
After you run the command, the system can ask you to confirm the uninstallation. If unused dependencies are detected during the process, you will be prompted to uninstall them as well.Code Block language bash flatpak uninstall com.AxxonSoft.AxxonOne
- Before you run the command, check if Axxon One is stopped (see Starting and stopping the Axxon One Server in Linux OS).If necessary, you can uninstall all unused dependencies with the command:
Note title Attention! Code Block language bash flatpak uninstall --unused
...
Overview
Content Tools