-
-
Notifications
You must be signed in to change notification settings - Fork 10
Description
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