updated README, fixed typo

This commit is contained in:
anon 2024-01-11 22:15:04 +01:00
parent 828d686bd8
commit 8d40b7e85d

View File

@ -2,13 +2,22 @@
Plug'n'play solution for this issue:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/40693
-where wayland is required as a gotcha dependency. This bug is mostly relevant on Gentoo system and has been neglected for years now.
-where wayland is required as a gotcha dependency.
This bug is most relevant on Gentoo systems and has been neglected for years now.
#### Quote from the ticket:
> Potential Wayland dependency
> Closed (moved) Issue created
> We received a report that Tor Browser 11.0 now fails to start on a (Gentoo) Linux machine that does not have Wayland installed. Firefox 91.3.0esr does start.
### Usage
1. Clone the repo into your tor installation, right by the "start-tor-browser.desktop" file.
2. Invoke make:
```
$ make
```
3. Start tor using the fixed launcher using the patch
```
./start-tor-browser.fix.desktop
```