Skip to content

Improve AppImage packaging

Fabian Müller requested to merge fmoc/craft:fix-appimage-runenv into master

Please see the history, the commits provide some elaborate descriptions.

This PR fixes two different issues with Qt's QDesktopServices that show when you try to open a browser. The process spawned via D-Bus either crashes or prints an error message. In no case, Qt reports the error correctly.

In general, the two fixes provided in this MR are likely to fix other issues as well.

Merge request reports