[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][base-browser-140.5.0esr-15.0-1] fixup! BB 43140: Tighten up fonts on Linux.



Title: GitLab

morgan pushed to branch base-browser-140.5.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • d4d5f515
    by Pier Angelo Vendrame at 2025-11-05T14:34:54+00:00
    fixup! BB 43140: Tighten up fonts on Linux.
    
    BB 44315: Fix the fonts on the updater.
    

1 changed file:

Changes:

  • toolkit/mozapps/update/updater/updater.cpp
    ... ... @@ -3107,6 +3107,10 @@ int NS_main(int argc, NS_tchar** argv) {
    3107 3107
       putenv(const_cast<char*>("MOZ_USING_SERVICE="));
    
    3108 3108
     #endif
    
    3109 3109
     
    
    3110
    +#if defined(XP_UNIX) && !defined(XP_MACOSX)
    
    3111
    +  unsetenv("FONTCONFIG_PATH");
    
    3112
    +#endif
    
    3113
    +
    
    3110 3114
       if (argc == 2 && NS_tstrcmp(argv[1], NS_T("--channels-allowed")) == 0) {
    
    3111 3115
     #ifdef MOZ_VERIFY_MAR_SIGNATURE
    
    3112 3116
         int rv = PopulategMARStrings();
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx