Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 384164672ffd6d09b4a81a1c91dcd077 > files > 24

thunderbird-68.0-1.3.mga7.src.rpm

--- comm/mail/components/shell/nsGNOMEShellService.cpp.orig	2018-09-19 15:07:33.630000000 +0200
+++ comm/mail/components/shell/nsGNOMEShellService.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;
 }