Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Flatpak installation and add Flatpak build instructions #1

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,13 @@ execute `snapshot-explorer`:

sudo ninja install
snapshot-explorer

### Flatpak Building and Installation

Install a runtime and the matching SDK:

flatpak install org.gnome.Platform//41 org.gnome.Sdk//41

Build and install a Flatpak application (per-user installation):

flatpak-builder --user --install flatpak-build org.github.atheriel.snapshot-explorer.json
3 changes: 3 additions & 0 deletions data/org.github.atheriel.snapshot-explorer.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>LGPL-2.1-or-later AND GPL-3.0-or-later</project_license>
<summary>Browse local ZFS snapshots</summary>
<description>
<p>Snapshot Explorer is a work-in-progress GTK-based application for browsing ZFS snapshots using the system file manager (e.g. Nautilus on GNOME).</p>
</description>
</component>
1 change: 1 addition & 0 deletions org.github.atheriel.snapshot-explorer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"sources" : [
{
"type" : "git",
"branch" : "main",
"url" : "."
}
]
Expand Down