Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
Kasen edited this page Sep 6, 2022 · 10 revisions

Welcome to the splasher wiki!

Paths

Some paths used by the application:

  • App path: /opt/splasher/
  • Preview cache: $HOME/.cache/splasher/unsplash/
  • App settings: $HOME/.config/splasher/settings.json
  • Background image backup: $HOME/Pictures/splasher_background/

How to package

The following steps are based on the tutorial: Packaging PyQt5 applications for Linux with PyInstaller & fpm.

  1. Install PyInstaller

  2. Install fpm

    $ sudo apt install ruby
    $ gem install fpm --user-install
    $ export PATH=$PATH:$HOME/.local/share/gem/ruby/<version>/bin
    $ fpm --version
  3. Execute:

    $ bash package.sh
Clone this wiki locally