Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > 053121b2f78c58f9c7a1ed2aca7087f9 > files > 24

thunderbird-60.8.0-1.1.mga6.src.rpm

--- comm/mail/components/shell/nsMailGNOMEIntegration.cpp.orig	2018-09-19 15:07:33.630000000 +0200
+++ comm/mail/components/shell/nsMailGNOMEIntegration.cpp	2018-09-19 15:08:31.450000000 +0200
@@ -98,6 +98,12 @@
   NS_ENSURE_SUCCESS(rv, rv);
 
   rv = appPath->GetNativePath(mAppPath);
+
+   /* This path of thunderbird is hardcoded for the default path setting
+   * And the above code is not used.
+   */
+  mAppPath.Assign ("/usr/bin/thunderbird");
+
   return rv;
 }