[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-115.1.0esr-13.0-1] fixup! TB3: Tor Browser's official .mozconfigs.

richard (@richard) git at gitlab.torproject.org
Thu Aug 17 18:29:13 UTC 2023



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


Commits:
39d95c67 by Pier Angelo Vendrame at 2023-08-17T16:58:28+00:00
fixup! TB3: Tor Browser's official .mozconfigs.

Bug 41509: Set the remoting name for dev builds, and add a comment to
tell downstream builders that do not use tor-browser-build that they
might want to customize it as well.

- - - - -


2 changed files:

- browser/config/mozconfigs/tor-browser
- mozconfig-linux-x86_64-dev


Changes:

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


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



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/39d95c675acefa5ff643d055832093b37b2cffd3

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/39d95c675acefa5ff643d055832093b37b2cffd3
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230817/df5f6731/attachment-0001.htm>


More information about the tbb-commits mailing list