-
Notifications
You must be signed in to change notification settings - Fork 42
Description
In following the flatpak create-usb instructions to build a flatpak on a USB drive for sideloading on an internet disconnected machine, the following warnings are encountered:
Warning: Omitting related ref ‘runtime/org.freedesktop.Platform.openh264/x86_64/2.5.1’ because it's extra-data.
Warning: Related ref ‘runtime/org.kde.Platform.Locale/x86_64/5.15-24.08’ is partially installed. Use --allow-partial to suppress this message.
Warning: Omitting related ref ‘runtime/net.mkiol.SpeechNote.Addon.nvidia/x86_64/stable’ because it's extra-data.
On the offline machine, some of the GUI seems impacted, potentially based on the omission of the freedesktop.Platform.openh264/x86_64/2.5.1 because it's extra data and the partial installation of the .kde.Platform.Locale/x86_64/5.15-24.08?
Additionally, I tried to create a flatpak of the net.mkiol.SpeechNote.Addon.nvidia to circumvent part of this issue/follow the method of installation that succeeded on my connected machine, and received the following error.
error: Installed ref ‘runtime/net.mkiol.SpeechNote.Addon.nvidia/x86_64/stable’ is extra-data, and cannot be distributed offline
Is there a general flaw in my approach for porting these flatpaks for installation in a completely internet disconnected machine, and if so, is there a more viable approach that will work? Thanks.
Similar topic in #290