muriloventuroso / easyssh

The SSH connection manager to make your life easier.
GNU General Public License v3.0
523 stars 39 forks source link

Flatpak: used gnome runtime is end of life #114

Closed CaramelFur closed 3 years ago

CaramelFur commented 3 years ago

Like the title says, the currently used runtime for the flatpak version is using org.gnome.Platform//3.36, but that version is end of life:

$ flatpak install easyssh
Looking for matches…
Found similar ref(s) for ‘easyssh’ in remote ‘flathub’ (system).
Use this remote? [Y/n]: y
Found ref ‘app/com.github.muriloventuroso.easyssh/x86_64/stable’ in remote ‘flathub’ (system).
Use this ref? [Y/n]: y
Required runtime for com.github.muriloventuroso.easyssh/x86_64/stable (runtime/org.gnome.Platform/x86_64/3.36) found in remote flathub
Do you want to install it? [Y/n]: y
Info: org.gnome.Platform//3.36 is end-of-life, with reason:
   The GNOME 3.36 runtime is no longer supported as of February 13, 2021. Please ask your application developer to migrate to a supported platform.

So I suggest rebuilding the latest version for flatpak with a supported gnome platform.

apollo40 commented 3 years ago

Same Issue here

ryonakano commented 3 years ago

It's already fixed in the flathub repo side, but the build is failing and thus the fixed version is not seemd to be released yet.

I submitted a pull request in the flathub repo that gets everything works again: https://github.com/flathub/com.github.muriloventuroso.easyssh/pull/10

ryonakano commented 3 years ago

@muriloventuroso You can close this issue since we merged https://github.com/flathub/com.github.muriloventuroso.easyssh/pull/10 :tada:

KBeDevel commented 1 year ago

This is an issue again since org.gnome.Platform (branch 41) is EOL.

Log output for reference:

Info: runtime org.gnome.Platform branch 41 is end-of-life, with reason:
   The GNOME 41 runtime is no longer supported as of September 17, 2022. Please ask your application developer to migrate to a supported platform.
Info: applications using this runtime:
   com.github.muriloventuroso.easyssh
ryonakano commented 1 year ago

@KBeDevel https://github.com/flathub/com.github.muriloventuroso.easyssh/pull/13 fixes that.