https://bugs.kde.org/show_bug.cgi?id=386245

            Bug ID: 386245
           Summary: dialog gets stuck on error
           Product: flatpak-platform-plugin
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: jgrul...@redhat.com
          Reporter: sit...@kde.org
  Target Milestone: ---

They way I read it

void QFlatpakFileDialog::exec()

has a problem with error handling. It async calls the portal, but then in the
finished slot it does nothing more than qDebug that there was an error before
starting an eventloop which is now going to block indefinitely as there was an
error already.

Supposedly it should return after the qdebugs AND maybe throw up a qmessagebox
whining about the problem visually.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to