[Webkit-unassigned] [Bug 213174] [GTK] MiniBrowser: can skip sandboxing without verbose warning
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 18 07:19:14 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=213174
Michael Catanzaro <mcatanzaro at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #402204|review? |review-
Flags| |
--- Comment #7 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Comment on attachment 402204
--> https://bugs.webkit.org/attachment.cgi?id=402204
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=402204&action=review
> Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp:684
> + const char* appID = g_application_get_application_id(app);
> + g_key_file_set_string(keyFile.get(), "Application", "name", appID ? appID : g_get_prgname());
This won't work (and can't be made to work)... look three lines up. :P
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200618/9d24dac8/attachment-0001.htm>
More information about the webkit-unassigned
mailing list