From b50d537124eae35b7dda6b92a7726c00bba6dbcc Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Nov 06 2018 10:30:12 +0000 Subject: Disabled DBus remote --- diff --git a/disable-dbus-remote.patch b/disable-dbus-remote.patch new file mode 100644 index 0000000..72040f2 --- /dev/null +++ b/disable-dbus-remote.patch @@ -0,0 +1,12 @@ +diff -up thunderbird-60.3.0/toolkit/components/remote/nsRemoteService.cpp.old thunderbird-60.3.0/toolkit/components/remote/nsRemoteService.cpp +--- thunderbird-60.3.0/toolkit/components/remote/nsRemoteService.cpp.old 2018-11-06 11:25:46.634929894 +0100 ++++ thunderbird-60.3.0/toolkit/components/remote/nsRemoteService.cpp 2018-11-06 11:21:49.617828440 +0100 +@@ -34,7 +34,7 @@ NS_IMPL_ISUPPORTS(nsRemoteService, + NS_IMETHODIMP + nsRemoteService::Startup(const char* aAppName, const char* aProfileName) + { +-#if defined(MOZ_ENABLE_DBUS) ++#if 0 + nsresult rv; + mDBusRemoteService = new nsDBusRemoteService(); + rv = mDBusRemoteService->Startup(aAppName, aProfileName); diff --git a/thunderbird.spec b/thunderbird.spec index 779dfbf..13532c3 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -128,6 +128,7 @@ Patch307: build-disable-elfhack.patch Patch309: mozilla-1460871-ldap-query.patch # Fedora specific patches +Patch310: disable-dbus-remote.patch # Upstream patches @@ -243,6 +244,7 @@ debug %{name}, you want to install %{name}-debuginfo instead. %patch26 -p1 -b .icu %patch305 -p1 -b .big-endian %endif +%patch310 -p1 -b .disable-dbus-remote %patch37 -p1 -b .jit-atomic-lucky %patch40 -p1 -b .aarch64-skia