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
1 changed file:
Changes:
... | ... | @@ -387,14 +387,6 @@ export __GL_SHADER_DISK_CACHE=0 |
387 | 387 | |
388 | 388 | cd "$browser_dir"
|
389 | 389 | |
390 | -# We pass all additional command-line arguments we get to Firefox.
|
|
391 | -#
|
|
392 | -# The --class parameter was added to fix bug trac#11102 (X11).
|
|
393 | -# The --name parameter was added to fix bug tor-browser-build#40517 (Wayland).
|
|
394 | -# --class and --name parameters are used to make sure WM_CLASS is set
|
|
395 | -# up correctly, to identify itself from plain Firefox windows (and
|
|
396 | -# prevent from mixing up with them).
|
|
397 | - |
|
398 | 390 | if [ "$show_usage" -eq 1 ]; then
|
399 | 391 | # Display Firefox help, then our help
|
400 | 392 | [% IF c("var/tor-browser") %]TOR_CONTROL_PASSWD=${TOR_CONTROL_PASSWD}[% END %] ./[% c('var/exe_name') %] --help 2>/dev/null
|