Skip to content

Workaround for QTBUG-83939

Using QDesktopServices::openUrl inside a snap currently does not work for file URLs. Hence, we create our own implementation which directly uses xdg-open when we detect that the app runs in a snap.

Closes #440 (closed)

Merge request reports