Mercurial > sat_docs
annotate flatpak/libervia.conf @ 171:a213053a03be
flatpak: update files following names change + Python 3 update:
- `build_manifest.py` has been fixed to work with recent SàT/Libervia
- filenames/scripts have been udpated to reflect project name change
- installation now uses `requirements.txt` when dev version is requested
- there are now 3 types of commands wrapper:
* `libervia_wrapper.py` uses `pb` bridge, starts backend before frontend, and stops it
when frontend is stopped. It's used by `Libervia Desktop` (Cagou)
* `libervia_wrapper-dbus.py` uses `dbus` bridge, starts backend before frontend, and
stops it when frontend is stopped. It's used for `Libervia TUI` (Primitivus)
* `libervia_wrapper-dbus.py` uses `dbus` bridge, starts backend if necessary and
doesn't stop it (to avoid waiting for backend start next time). It's used by
`Libervia CLI` (jp).
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 30 Nov 2021 21:42:06 +0100 |
parents | flatpak/sat.conf@274af514a5cf |
children |
rev | line source |
---|---|
132
d7761eb3f20b
flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
1 [DEFAULT] |
138
274af514a5cf
flatpak: reworked packages + made a building script:
Goffi <goffi@goffi.org>
parents:
132
diff
changeset
|
2 media_dir = /app/share/sat-media |
132
d7761eb3f20b
flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
3 pid_dir = /tmp |
171
a213053a03be
flatpak: update files following names change + Python 3 update:
Goffi <goffi@goffi.org>
parents:
138
diff
changeset
|
4 bridge_dbus_int_prefix = org.libervia.LiberviaCLI |
132
d7761eb3f20b
flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
5 |
d7761eb3f20b
flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
6 [libervia] |
d7761eb3f20b
flatpak: Flatpak manifests for backend and active frontends, first draft
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
7 data_dir = /app/share/libervia |