From: Mike Hommey Date: Sun, 2 Sep 2018 22:37:40 +0000 (+0900) Subject: Use remoting name for call to gdk_set_program_class X-Git-Tag: archive/raspbian/1%102.3.0-1+rpi1^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d55d9b8e5450e2179bb90ede38a889b60f59d0c4;p=thunderbird.git Use remoting name for call to gdk_set_program_class Closes: #907574 Gbp-Pq: Topic debian-hacks Gbp-Pq: Name Use-remoting-name-for-call-to-gdk_set_program_class.patch --- diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp index 0b3c0e18d1..7f8d422e6b 100644 --- a/widget/gtk/nsAppShell.cpp +++ b/widget/gtk/nsAppShell.cpp @@ -293,7 +293,9 @@ nsresult nsAppShell::Init() { // See https://bugzilla.gnome.org/show_bug.cgi?id=747634 // // Only bother doing this for the parent process, since it's the one - // creating top-level windows. + // creating top-level windows. (At this point, a child process hasn't + // received the list of registered chrome packages, so the + // GetBrandShortName call would fail anyway.) if (gAppData) { gdk_set_program_class(gAppData->remotingName); }