Commit 86495864 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! BB 43140: Tighten up fonts on Linux.

BB 44315: Fix the fonts on the updater.
parent c9beb7e3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3326,6 +3326,10 @@ int NS_main(int argc, NS_tchar** argv) {
  putenv(const_cast<char*>("MOZ_USING_SERVICE="));
#endif

#if defined(XP_UNIX) && !defined(XP_MACOSX)
  unsetenv("FONTCONFIG_PATH");
#endif

  if (argc == 2 && NS_tstrcmp(argv[1], NS_T("--channels-allowed")) == 0) {
#ifdef MOZ_VERIFY_MAR_SIGNATURE
    int rv = PopulategMARStrings();