Skip to content

Fix the Tails Installer in bullseye

boyska requested to merge 18684-bullseye-tails-installer into feature/bullseye

Apparently, UDisks behaves strangely in these two ways:

  • if you try to get a UDisks.Object, it often fails. We solved this with a retry loop.
  • if you make UDisks enumerate all possible objects, it could fail to list the recently-created ones. Here we solved the problem by eliminating the need for it. The UI was doing this just after creating the partition, so that the new partition would pop up among the other UDisks objects. Just getting the specific object we need leads to easier refactoring.

Closes #18684 (closed)

Edited by boyska

Merge request reports