You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some applications require 32 bits compatible extensions to run binaries and build 32 bits projects.
E.g. Bottles use the org.gnome.Platform.Compat.i386 extension which is not available in the elementary repository. We need that to be able to compile some libraries and run 32 bits binaries via wine.
FWIK the org.gnome.Platform.Compat.i386 is based on top of the org.freedesktop.Platform.Compat extension, including the GNOME Platform. I don't know if the best solution is to mirror it in the elementary repositories or provide a variant (maybe it's already there?)
As a workaround I am getting the necessary libraries from the AppImage but the extension might be the best solution.
I am relatively new to the world of Flatpak, let me know if I'm wrong please 😁
We're currently including a filtered Flathub in elementary OS to provide org.freedesktop.* extensions, so a FreeDesktop extension should be usable ootb. We could potentially add GNOME Platforms to the allowlist as well, but I'm not sure how updating that allowlist will actually work.
Reusing GNOME's 32-bit compatibility extension should be rather easy, i.e. just add org.gnome.Sdk.Compat.i386 to inherit-sdk-extensions. The problem is that this extension is valid only for x86_64 SDK, while extension-related options in flatpak-builder manifest can't be defined on per-arch basis; see flatpak/flatpak-builder#381. The KDE flatpak runtime has faced a similar problem some time ago.
Some applications require 32 bits compatible extensions to run binaries and build 32 bits projects.
E.g. Bottles use the
org.gnome.Platform.Compat.i386
extension which is not available in the elementary repository. We need that to be able to compile some libraries and run 32 bits binaries via wine.FWIK the org.gnome.Platform.Compat.i386 is based on top of the org.freedesktop.Platform.Compat extension, including the GNOME Platform. I don't know if the best solution is to mirror it in the elementary repositories or provide a variant (maybe it's already there?)
As a workaround I am getting the necessary libraries from the AppImage but the extension might be the best solution.
I am relatively new to the world of Flatpak, let me know if I'm wrong please 😁
Originally posted by @mirkobrombin in #61
The text was updated successfully, but these errors were encountered: