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

Commits on Feb 10, 2022

  1. Add a branch name to the source parameters

    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.
    2b committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    1352ab2 View commit details
    Browse the repository at this point in the history
  2. Add a description tag to pass AppData validation

    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
    ```
    2b committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    db6db9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    043ef5d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    ee6298c View commit details
    Browse the repository at this point in the history