Bug 1538088
| Summary: | torbrowser-launcher broken after Tor Browser 7.5 update | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | AsciiWolf <mail> | ||||
| Component: | torbrowser-launcher | Assignee: | Robert Mayr <robyduck> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 27 | CC: | bradley.g.smith, code, micah, pj.pandit, robyduck, sajjaddns, yetoohappy | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | torbrowser-launcher-0.2.9-1.fc27 torbrowser-launcher-0.2.9-1.fc26 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2018-02-14 17:31:04 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1539467 | ||||||
| Attachments: |
|
||||||
hi how fix error tor browser on fedora 27 after update to kernel 4.14.14 ? i am can not run tor browser ...!? [sajjad@localhost ~]$ torbrowser-launcher Tor Browser Launcher By Micah Lee, licensed under MIT version 0.2.8 https://github.com/micahflee/torbrowser-launcher Refreshing local keyring... Keyring refreshed successfully... No key updates for key: EF6E286DDA85EA2A4BA7DE684E2C6E8793298290 Traceback (most recent call last): File "/usr/bin/torbrowser-launcher", line 30, in <module> torbrowser_launcher.main() File "/usr/lib/python2.7/site-packages/torbrowser_launcher/__init__.py", line 62, in main app = Launcher(common, url_list) File "/usr/lib/python2.7/site-packages/torbrowser_launcher/launcher.py", line 91, in __init__ if not self.common.settings['installed'] or not self.check_min_version(): File "/usr/lib/python2.7/site-packages/torbrowser_launcher/launcher.py", line 603, in check_min_version for line in open(self.common.paths['tbb']['versions']).readlines(): IOError: [Errno 2] No such file or directory: '/home/sajjad/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/Browser/TorBrowser/Docs/sources/versions' [sajjad@localhost ~]$ Created attachment 1387078 [details]
The output after executing torbrowser-launcher when the the directory and file is fixed.
After creating the directory $HOME/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/Browser/TorBrowser/Docs/sources/ and creating the file "versions" (without quotes) under the aforementioned directory, I executed torbrowser-launcher and I got the contents in the attachment. I repeated this every time after I reinstalled torbrowser-launcher and I still get the contents in the attachment.
This bug has been fixed upstream in the torbrowser-launcher 0.2.9 release: https://github.com/micahflee/torbrowser-launcher/releases/tag/v0.2.9 torbrowser-launcher-0.2.9-1.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-80b55ca071 torbrowser-launcher-0.2.9-1.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2018-b3de6c389e torbrowser-launcher-0.2.9-1.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-b3de6c389e torbrowser-launcher-0.2.9-1.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-80b55ca071 torbrowser-launcher-0.2.9-1.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report. torbrowser-launcher-0.2.9-1.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: torbrowser-launcher does not work anymore after updating Tor Browser to version 7.5. Version-Release number of selected component (if applicable): torbrowser-launcher-0.2.8-1.fc27.noarch How reproducible: Every time. Steps to Reproduce: 1. Install torbrowser-launcher. 2. Let the Tor Browser update itself to the latest version. 3. Restart the Tor Browser. Actual results: Traceback (most recent call last): File "/usr/bin/torbrowser-launcher", line 30, in <module> torbrowser_launcher.main() File "/usr/lib/python2.7/site-packages/torbrowser_launcher/__init__.py", line 62, in main app = Launcher(common, url_list) File "/usr/lib/python2.7/site-packages/torbrowser_launcher/launcher.py", line 91, in __init__ if not self.common.settings['installed'] or not self.check_min_version(): File "/usr/lib/python2.7/site-packages/torbrowser_launcher/launcher.py", line 603, in check_min_version for line in open(self.common.paths['tbb']['versions']).readlines(): IOError: [Errno 2] No such file or directory: '/home/asciiwolf/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/Browser/TorBrowser/Docs/sources/versions' Expected results: Tor Browser launches without any issues. Additional info: https://github.com/micahflee/torbrowser-launcher/issues/306