richard pushed to branch tor-browser-115.1.0esr-13.0-1 at The Tor Project / Applications / Tor Browser

Commits:

2 changed files:

Changes:

  • browser/config/mozconfigs/tor-browser
    1 1
     . $topsrcdir/browser/config/mozconfigs/base-browser
    
    2 2
     
    
    3 3
     mk_add_options MOZ_APP_DISPLAYNAME="Tor Browser"
    
    4
    +# If building outside tor-browser-build, you might want to customize this value.
    
    5
    +# On Linux, it influences the WM_CLASS value, which is shown on GNOME's ALT-TAB,
    
    6
    +# for example.
    
    7
    +# We customize it in tor-browser-build because we include the channel name, just
    
    8
    +# like Firefox does.
    
    9
    +# export MOZ_APP_REMOTINGNAME="Tor Browser"
    
    4 10
     
    
    5 11
     ac_add_options --with-relative-data-dir=TorBrowser/Data/Browser
    
    6 12
     # This is not needed with the relative data directory, but it is when you
    

  • mozconfig-linux-x86_64-dev
    ... ... @@ -5,6 +5,7 @@
    5 5
     # during development.
    
    6 6
     
    
    7 7
     export MOZILLA_OFFICIAL=
    
    8
    +export MOZ_APP_REMOTINGNAME="Tor Browser Dev"
    
    8 9
     ac_add_options --with-branding=browser/branding/tb-nightly
    
    9 10
     
    
    10 11
     ac_add_options --enable-default-toolkit=cairo-gtk3