Skip to content

ffmpeg, fallback-x11 and icon fixes

Thiago Sueto requested to merge (removed):subcomp into master

This adds the fixes learned after publishing Subtitle Composer over flathub: https://github.com/flathub/flathub/pull/2562

  • we want ffmpeg-full for codecs
  • ffmpeg-full requires a folder /app/lib/ffmpeg
  • rename-icon makes icons follow the app id
  • I don't think fallback-x11 would be an issue: the only distro shipping such an old flatpak is Debian 10, we already provide 4 repos for Debian and if users really want the flatpak on X11, --socket=x11 can be set anyway

Merge request reports