Skip to content

flatpak: Let flatpak also know if it is a non-interactive transaction

Umang Jain requested to merge uajain/set-no-interaction into master

Flatpak should also know if the transaction is a non-interactive transaction (for e.g. autoupdates). This will help libflatpak to differentiate between a user-initiated vs. background operation in cases like, being more conservative about disk-space[1] when downloading updates during autoupdates.

[1] https://github.com/flatpak/flatpak/pull/3013

Merge request reports