boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits: f0396f1f by Nicolas Vigier at 2024-11-21T11:15:58+01:00 Bug 41312: Remove comment in start-browser about --class and --name parameters
Since 1e151f802295c33b6ecd3859d8e079fc5c36e1d0 those parameters are no longer used.
- - - - -
1 changed file:
- projects/browser/RelativeLink/start-browser
Changes:
===================================== projects/browser/RelativeLink/start-browser ===================================== @@ -387,14 +387,6 @@ export __GL_SHADER_DISK_CACHE=0
cd "$browser_dir"
-# We pass all additional command-line arguments we get to Firefox. -# -# The --class parameter was added to fix bug trac#11102 (X11). -# The --name parameter was added to fix bug tor-browser-build#40517 (Wayland). -# --class and --name parameters are used to make sure WM_CLASS is set -# up correctly, to identify itself from plain Firefox windows (and -# prevent from mixing up with them). - if [ "$show_usage" -eq 1 ]; then # Display Firefox help, then our help [% IF c("var/tor-browser") %]TOR_CONTROL_PASSWD=${TOR_CONTROL_PASSWD}[% END %] ./[% c('var/exe_name') %] --help 2>/dev/null
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/f0...