Skip to content

flatpak: Reword "failed to get permissions" error

Milan Crha requested to merge wip/flatpak-error-reword into main

This error message is misleading, it's unsure from it what claims it, aka it can sound as a permission on the system level, which this means to read permissions from the app metadata, thus rather mention that in the message, to avoid confusion.

An example old error message:

   failed to get search apps: failed to get permissions: No such ref 'XXX' in remote YYY

Real life example is here:
https://bugzilla.redhat.com/show_bug.cgi?id=2074121#c19

Merge request reports