Qt Qml Changes of mcpelauncher missing in flathub artifact

  • I changed the mcpelauncher-qt qml sources recently
  • After merging the change to flathub stable: the build passes, the build number provided by c++ is updated, but expected UI changes are missing
  • The sourcecode of the builder seems to be up to date and the c++ part is rebuilt

Known One time Workaround from January

  • Update Kde Sdk & Runtime, but there are not enough updates for every small UI changes available for this

I track this in flathub and flathub-beta builds older version of mcpelauncher-ui-manifest qml than in manifest specifies · Issue #412 · flathub/io.mrarm.mcpelauncher · GitHub as well.

On GitHub Actions I would manually try to delete the build cache and rebuilt.

Can a flathub infrastructure admin might help me to try?

  • Clear the cache of io.mrarm.mcpelauncher
  • Trigger a rebuild from scratch

I am absolutely clueless, since I cannot imagine that other than cache, delta format or flathub ostree could be any issue with my flathub manifest.

All pipelines I control has never shown any of such issue, since the old qml files should not even be accessible in flathub-builder.

QTs QML disk cache is broken in the flatpak client disabling this QT Feature made the problem disappear.
```
flatpak run --env=QML_DISABLE_DISK_CACHE=1 io.mrarm.mcpelauncher//stable
```

I will add --env=QML_DISABLE_DISK_CACHE=1 to the manifest, but usually this should not be needed.

This topic was automatically closed after 12 hours. New replies are no longer allowed.