Bug 513602 - org.kde.Sdk does not include org.freedesktop.Sdk.Compat.i386 in inherit-sdk-extensions
Summary: org.kde.Sdk does not include org.freedesktop.Sdk.Compat.i386 in inherit-sdk-e...
Status: REPORTED
Alias: None
Product: Qt/KDE Flatpak Runtime
Classification: Developer tools
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Aleix Pol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-12-20 09:58 UTC by patricknicolas
Modified: 2025-12-20 09:58 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description patricknicolas 2025-12-20 09:58:35 UTC
STEPS TO REPRODUCE
1. Run `flatpak --user install org.kde.Sdk`
2. select version >= 6.6
3. check `~/.local/share/flatpak/runtime/org.kde.Sdk/x86_64/*/*/files/manifest.json`

OBSERVED RESULT
file contains
  "inherit-sdk-extensions" : [
    "org.freedesktop.Sdk.Extension" 
  ],

EXPECTED RESULT
contains
  "inherit-sdk-extensions" : [
    "org.freedesktop.Sdk.Extension",
    "org.freedesktop.Sdk.Compat.i386",
    "org.freedesktop.Sdk.Compat.i386.Debug"
  ],

ADDITIONAL INFORMATION
Version 6.5 still contains the expected extension

When attempting to build an application with this in the manifest:
sdk-extensions:
 - org.freedesktop.Sdk.Compat.i386

flatpak-builder fails with
Error installing deps: Unknown extension 'org.freedesktop.Sdk.Compat.i386' in runtime