Skip to content
Snippets Groups Projects

update Tor Browser installation and uninstallation instructions

Merged ebanam requested to merge (removed):tb-install into main

Merge request reports

Checking pipeline status.

Approval is optional

Merged by GusGus 6 months ago (Oct 21, 2024 3:44pm UTC)

Merge details

  • Changes merged into main with ac44a753 (commits were squashed).
  • Deleted the source branch.

Pipeline #218909 waiting for manual action

Pipeline waiting for manual action for ac44a753 on main

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • ebanam added 1 commit

    added 1 commit

    • bd0057d1 - simplify linux installation instructions

    Compare with previous version

  • ebanam changed title from update minimum system requirements for TB 14 to update Tor Browser installation page

    changed title from update minimum system requirements for TB 14 to update Tor Browser installation page

  • Author Reporter

    Note: On Ubuntu and some other distros if you try to launch start-tor-browser.desktop a text file might open up. In that case, you will have to change the default behavior and allow running .desktop files as executables. This setting can usually be found in your file manager.

    This is highly distribution specific (and very rarely necessary anymore). I am removing this part along with the Nautilus' screenshot.

    I believe it's better to switch to command-line method if users indeed run into issues with permissions.

    • To register Tor Browser as a desktop application and have it accessible from the application menus run this command: ./start-tor-browser.desktop --register-app

    Moving it from the list of flags to another step.

    Very frequently when talking with users on linux trying to install Tor Browser, I add this step in my instructions and users are very happy :slight_smile: . This is a very crucial step to easily launch Tor Browser from the application menus, launchers, etc.

    Some additional flags that can be used with start-tor-browser.desktop from the command-line:

    | **Flag** | **Description** |
    |----------|-----------------|
    | `--register-app` | To register Tor Browser as a desktop application. |
    | `--verbose` | To display Tor and Firefox output in the terminal. |
    | `--log [file]` | To record Tor and Firefox output in file (default: tor-browser.log). |
    | `--detach` | To detach from terminal and run Tor Browser in the background. |
    | `--unregister-app` | To unregister Tor Browser as a desktop application. |

    Removing this section.
    --verbose and --log [file] are aptly mentioned in https://tb-manual.torproject.org/troubleshooting/
    --detach. This is not necessary. Tor Browser always runs with this flag by default.
    --unregister-app. Since we are adding the step with --register-app here, we should add this to https://tb-manual.torproject.org/uninstalling/ instead.

  • ebanam added 1h 15m of time spent

    added 1h 15m of time spent

  • ebanam mentioned in issue #178 (closed)

    mentioned in issue #178 (closed)

  • ebanam added 1 commit

    added 1 commit

    • b198e988 - update uninstall instructions for TB linux

    Compare with previous version

  • ebanam changed title from update Tor Browser installation page to update Tor Browser installation and uninstallation instructions

    changed title from update Tor Browser installation page to update Tor Browser installation and uninstallation instructions

  • Gus assigned to @gus

    assigned to @gus

  • Gus mentioned in commit ac44a753

    mentioned in commit ac44a753

  • merged

  • The CI build for this MR is now finished and the deploy-prod job is now pending.

    Please consider deploying by clicking the Run job button on the job page.

Please register or sign in to reply
Loading