89luca89 / io.github.luca.distrobox

Flatpak manifest for distrobox
GNU General Public License v3.0
17 stars 0 forks source link

flatpak won't install on OpenSUSE MicroOS #3

Closed g33kdad closed 1 year ago

g33kdad commented 2 years ago

Please, before opening a bug:

Describe the bug flatpak won't install on OpenSUSE MicroOS

To Reproduce download flatpak from https://github.com/89luca89/io.github.luca.distrobox/releases; cd to Downloads; run flatpak install ./io.github.luca.distrobox.flatpak

Expected behavior distrobox would install

Logs Run the commands with --verbose and post the log here as a file upload


 flatpak install ./io.github.luca.distrobox.flatpak -v  

F: No installations directory in /etc/flatpak/installations.d. Skipping  

F: Opening system flatpak installation at path /var/lib/flatpak  

F: Opening user flatpak installation at path /home/mmc/.local/share/flatpak  

F: Calling system helper: ConfigureRemote  

F: Clearing cached summaries for remote distrobox2-origin  

F: Failed to download optional summary index: Can't fetch summary from disabled remote ‘distrobox2-origin’  

F: Transaction: install bundle distrobox2-origin:app/io.github.luca.distrobox/x86_64/beta@2ba71c15b9c1a044dcda345079bb60ae83e3d3808e37ca8609ceb1401df73441[$old]  

F: marking op install bundle:app/io.github.luca.distrobox/x86_64/beta resolved to 2ba71c15b9c1a044dcda345079bb60ae83e3d3808e37ca8609ceb1401df73441  

F: Installing dependency org.freedesktop.Platform/x86_64/21.08 of io.github.luca.distrobox/x86_64/beta  
error: The application io.github.luca.distrobox/x86_64/beta requires the runtime org.freedesktop.Platform/x86_64/21.08 which was not found

Attach also the output of podman logs or docker logs, possibly with --latest flag

none available as distrobox was never installed

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

Edited for readability

89luca89 commented 1 year ago

Moved to the right place.

Anyway, did you try with flatpak --user install ./io.github.luca.distrobox.flatpak ?

g33kdad commented 1 year ago

No, I hadn't tried that yet. I'll give it a shot and let you know.

Cheers

On Fri, Sep 16, 2022, 3:06 AM Luca Di Maio @.***> wrote:

Moved to the right place.

Anyway, did you try with flatpak --user install ./io.github.luca.distrobox.flatpak ?

— Reply to this email directly, view it on GitHub https://github.com/89luca89/io.github.luca.distrobox/issues/3#issuecomment-1249178233, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACODOZV4L5T4HE5RH3L7DUDV6RBAVANCNFSM6AAAAAAQOF4IUE . You are receiving this because you authored the thread.Message ID: @.***>

ghost commented 1 year ago

error: The application io.github.luca.distrobox/x86_64/beta requires the runtime org.freedesktop.Platform/x86_64/21.08 which was not found

It seems like you didn't add Flathub repository, follow this guide: https://flatpak.org/setup/

Also if you're installing it user wide then you'll need to add Flathub repo user-wide as well.

g33kdad commented 1 year ago

Yeah... I did have flathub installed. The install required the--user flag to work.

Cheers

On Thu, Oct 13, 2022, 7:40 AM thjderjktyrjkt @.***> wrote:

error: The application io.github.luca.distrobox/x86_64/beta requires the runtime org.freedesktop.Platform/x86_64/21.08 which was not found

It seems like you didn't add Flathub repository, follow this guide: https://flatpak.org/setup/

— Reply to this email directly, view it on GitHub https://github.com/89luca89/io.github.luca.distrobox/issues/3#issuecomment-1277723363, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACODOZX3NLCRKLIB7X5HEFTWDANOLANCNFSM6AAAAAAQOF4IUE . You are receiving this because you authored the thread.Message ID: @.***>

89luca89 commented 1 year ago

Closing as solved then