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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41312: Remove comment in start-browser about --class and --name parameters



Title: GitLab

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:

Changes:

  • projects/browser/RelativeLink/start-browser
    ... ... @@ -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
    

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