我正在尝试使用flatpak打包应用程序。元数据目前非常简单:
[Application]
name=io.brackets.App
runtime=org.gnome.Platform/x86_64/3.20
sdk=org.gnome.Sdk/x86_64/3.20
command=brackets
该应用程序依赖于 sdk 中未包含的某些库,因为它在运行时失败:
/app/bin/brackets: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
我知道如何在 RPM 领域找到正确的运行时,但我如何找出在 flatpak 中提供这些库的内容?