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

Package as a Flatpak app (and publish to Flathub) #54

Open
tomtung opened this issue Oct 18, 2022 · 1 comment
Open

Package as a Flatpak app (and publish to Flathub) #54

tomtung opened this issue Oct 18, 2022 · 1 comment

Comments

@tomtung
Copy link

tomtung commented Oct 18, 2022

I wished to use qolibri on my Steam Deck, but found out that although Steam OS is based on Arch, it often doesn't play well with pacman-installed packages and using Flatpak is strongly preferred.

I was wondering if it's possible to publish qolibri as a Flatpak. Although Flatpak has its issues, it should help make the software more accessible to different Linux distributions.

@mvf
Copy link
Owner

mvf commented Oct 20, 2022

Thanks for the well-researched report, I'll look into it. For now, qolibri already runs on unmodified SteamOS with some mild tinkering:

  • Grab qolibri .deb file from Releases
  • Grab libeb16 .deb file from Debian
  • Extract the following files from the .deb packages:
    • qolibri
    • libeb.so.16 (just a symlink)
    • libeb.so.16.0.0

With all 3 files in the current directory, start like this:

$ LD_LIBRARY_PATH=. ./qolibri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants