BlogHide Resteemstingping (50)in utopian-io • 7 years agoCreate script to generate Flatpak manifest from PIP packagesThe tool to generate flatpaks, flatpak-builder is designed to be sandboxed and generate reproducible results; The downside to this is that some existing tooling such as npm or pip don't…tingping (50)in utopian-io • 7 years agoAutomatically installing Gtk themes in FlatpakIn order for Flatpak'd applications to integrate with the system they require having themes installed but sadly this has always been a manual process. Thankfully Flatpak has a feature for basic…tingping (50)in utopian-io • 7 years agoAdding search to the flatpak cliThe CLI experience provided by flatpak is not the most user friendly experience and part of the problem was difficulty in discovering applications. Previously the only data it exposed access to was…tingping (50)in utopian-io • 7 years agoFixing #2095 - Crash with enchant 2.xIssue: Client crashes when loading Enchant 2.x There are a few compounding problems that caused this: We were loading the unversioned soname There was no error handling on…