(MiniBrowser:49675): GLib-CRITICAL **: 11:38:50.163: g_key_file_set_string: assertion 'string != NULL' failed
Created attachment 432144 [details] Patch
Created attachment 432145 [details] Patch
Comment on attachment 432145 [details] Patch Patrick noticed that this will cause portals to think the application is not sandboxed. We should instead replaced the early return with a g_error() explaining that the sandbox cannot be used without running a GApplication instance with a valid app ID.
Created attachment 432383 [details] Patch
Comment on attachment 432383 [details] Patch OK, but I would remove the 'return -1' lines before landing, because they are now unreachable.
Committed r279369 (239235@main): <https://commits.webkit.org/239235@main>