sugarlabs / physics

a box2d playpen
GNU General Public License v3.0
7 stars 26 forks source link

Flatpak applications | Use of obsolete GNOME Application Platform version #52

Closed Ricky-Tigg closed 3 years ago

Ricky-Tigg commented 3 years ago

Applications distributed as Flatpak format rely on a non-supported runtime.

$ flatpak update | tail -n +2 | head -n -1
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.
Applications using this runtime:
   org.sugarlabs.Measure, org.sugarlabs.Physics, org.sugarlabs.ReadETexts
$ flatpak list --runtime | grep ^'GNOME Application Platform version 40'
GNOME Application Platform version 40  org.gnome.Platform  40  flathub  system

That attempt would not help fixing the issue:

$ flatpak run --runtime-version=3.38 org.sugarlabs.Physics
Traceback (most recent call last):
  File "/app/bin/sugarapp", line 22, in <module>
    from sugarapp.application import main
ModuleNotFoundError: No module named 'sugarapp'
srevinsaju commented 3 years ago

cc @tchx84

tchx84 commented 3 years ago

Indeed, I am planning to start updating the BaseApp and apps this month.

Ricky-Tigg commented 3 years ago
$ dnf info sugar-read | grep ^URL
URL          : http://wiki.laptop.org/go/Read

Correct URL link: https://activities.sugarlabs.org/fi/sugar/

tchx84 commented 3 years ago

Fixed in https://github.com/flathub/org.sugarlabs.Physics/commit/1ab860b528d56a7db7995454f173c41b3bf85cf2