Stolo 1.0.0 — Linux x64
================================

Run it
  ./stolo
If the file is not executable after extracting (some archivers drop
the bit):
  chmod +x stolo

Requirements
  * glibc 2.35 or newer (Ubuntu 22.04+, Debian 12+, Fedora 36+).
  * GTK 3 and libsecret. On Debian/Ubuntu:
      sudo apt install libgtk-3-0 libsecret-1-0
  * A Secret Service keyring (gnome-keyring, KWallet) is OPTIONAL.
    With one, Stolo stores the database key there. Without one, it
    falls back to a key file inside its own data directory — the app
    still runs; the key is simply protected by file permissions
    rather than by the keyring.

What is in here
  stolo              the application
  lib/, data/        Flutter runtime, assets and the offline basemap
  backend/           the bundled Python runtime Stolo runs as a child
                     process. Do not move or delete it — Stolo
                     resolves it relative to the stolo binary.
  stolo.desktop      optional launcher entry. Its Exec= is just
                     "stolo", so put the binary on your PATH first:
                       ln -s "$PWD/stolo" ~/.local/bin/stolo
                     then
                       cp stolo.desktop ~/.local/share/applications/
                       install -D icons/stolo-512.png \
                         ~/.local/share/icons/hicolor/512x512/apps/stolo.png
  icons/             application icons (256 px, 512 px)

Install anywhere you like ($HOME/opt/stolo is fine); nothing here
needs root and nothing is written outside the extracted directory.

Everything Stolo stores lives under your user data directory, not in
this folder.
