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

Conversation

2b
Copy link

@2b 2b commented Feb 10, 2022

No description provided.

Flatpak builder uses "master" as the name for the initial branch. This repo uses "main" branch as the default one.
To avoid building errors, set the correct branch name in the manifest file.
Without a description tag in AppData xml file, Flatpak build fails with an error:

```
Processing application org.github.atheriel.snapshot-explorer
org.github.atheriel.snapshot-explorer.desktop: AppData problem: tag-missing : <description> required
Error loading AppData file: AppData file /app/share/appdata/org.github.atheriel.snapshot-explorer.appdata.xml was not valid
Error: ERROR: appstream-compose failed: Child process exited with code 1
```
@atheriel
Copy link
Owner

Interesting, this did build when I tried it in Gnome Builder, so I assumed the Flatpak setup was working. Thanks for the careful fixes, I'll look into this when I have time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants