Skip to content

Draft: Adapt flatpak to GTK4 + libadwaita

Ferenc Géczi requested to merge ferenc.gm/banking:gtk4-flatpak into master
  • --device=dri This is needed since GTK4 uses DRI and otherwise one gets warnings like: 'libEGL warning: DRI2: could not open /dev/dri/card0'

  • "build-args" : [ "--share=network" ] This is needed since the build of libadwaita wants to fetch some more dependencies from the network like 'https://github.com/lazka/sassc.git/'

  • libadwaita 1.1.0 vs 1.1.0, currently 1.0.0-alpha is the latest

Merge request reports