AppImage packages are available on the releases page. The AppImage will run once you make it executable.
This will allow Superpaper to integrate the best with your system theme and icons.
See the screenshot in the Readme taken on Manjaro KDE.
Because of the differences between Linux distributions the installation options differ for wxPython:
- Arch / Manjaro:
sudo pacman -S python-wxpython - Debian / Ubuntu and relatives:
sudo apt install python3-wxgtk4.0 - Fedora :
sudo dnf install python3-wxpython4 - Older distros with no wxPython4 package: wxpython.org
- Install the wheel if available for your OS: CentOS, Debian, Fedora and Ubuntu
Superpaper is available from PyPI, and needs Python 3.6+. To install, run in a terminal:
python3 -m pip install --user --upgrade superpaperOn some Linux setups you might need to restart or logout and login to get the menu/launcher entry to show up.
Snaps are currently not packaged, however for reference: To install the Snap (if available) you need to install it from the downloaded file with:
sudo snap install superpaper_1.2.0_amd64_experimental_classic.snap --classic --dangerous