Skip to content

Fix bugs introduced in MR 7

Will Thompson requested to merge fix-bugs-in-mr-7 into master

Some of my changes in !7 (merged) do not, in fact, work. The worst is 45a1146e which breaks the whole application (I must have been testing the wrong copy), but the Flatpak bundle built during GitLab CI also doesn't actually work. (It works fine when built with flatpak-builder, for reasons explained in the commit message.) Sorry, on both counts.

So:

  • Fix both those bugs
  • Add a regression test for the bug which broke the whole application
  • Run make check during the Flatpak build, which would have caught the broken Flatpak bundle

Merge request reports