I'd like to report a fault, same as previous two users, except on a broader scale. I can no longer view videos and even github pages are formatted and displayed incorrectly.
Search Criteria
Package Details: tor-browser-bin 14.0.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tor-browser-bin.git (read-only, click to copy) |
---|---|
Package Base: | tor-browser-bin |
Description: | Tor Browser Bundle: anonymous browsing using Firefox and Tor |
Upstream URL: | https://www.torproject.org/projects/torbrowser.html |
Licenses: | MPL-2.0 |
Conflicts: | tor-browser |
Provides: | tor-browser |
Submitter: | FabioLolix |
Maintainer: | grufo (jugs) |
Last Packager: | jugs |
Votes: | 1280 |
Popularity: | 1.05 |
First Submitted: | 2023-09-24 17:45 (UTC) |
Last Updated: | 2024-12-06 14:48 (UTC) |
Dependencies (19)
- alsa-lib
- dbus-glib
- desktop-file-utils (desktop-file-utils-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- hunspell (hunspell-gitAUR)
- icu (icu-gitAUR)
- libevent (libevent-gitAUR)
- libvpx (libvpx-full-gitAUR, libvpx-gitAUR)
- libxt
- mime-types (mailcap)
- nss (nss-hgAUR)
- sqlite (sqlite-fossilAUR)
- startup-notification
- gst-libav (gst-libav-gitAUR) (optional) – H.264 video
- gst-plugins-good (gst-plugins-good-gitAUR) (optional) – H.264 video
- kdialog (kdialog-gitAUR) (optional) – KDE dialog boxes
- libnotify (libnotify-gitAUR) (optional) – Gnome dialog boxes
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (optional) – PulseAudio audio driver
- zenity (qarma-gitAUR, zenity-gtk3AUR, zenity-gitAUR) (optional) – simple dialog boxes
Required by (0)
Sources (8)
- https://dist.torproject.org/torbrowser/14.0.3/tor-browser-linux-i686-14.0.3.tar.xz
- https://dist.torproject.org/torbrowser/14.0.3/tor-browser-linux-i686-14.0.3.tar.xz.asc
- https://dist.torproject.org/torbrowser/14.0.3/tor-browser-linux-x86_64-14.0.3.tar.xz
- https://dist.torproject.org/torbrowser/14.0.3/tor-browser-linux-x86_64-14.0.3.tar.xz.asc
- tor-browser.desktop.in
- tor-browser.in
- tor-browser.png
- tor-browser.svg
Latest Comments
« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 77 Next › Last »
kkk commented on 2021-02-10 06:32 (UTC)
Thelolas commented on 2021-02-08 22:41 (UTC)
@zoltanszabo, I'm running into the exact same thing, including when I download Tor Browser from the Tor Project's website. In addition to your experience, when you navigate to beta.protonmail.com I just get a white screen. It never loads.
zoltanszabo commented on 2021-02-08 19:16 (UTC)
The latest update (2021-02-04) seems to break / be incompatible with the ProtonMail login (https://mail.protonmail.com/login): the process stays at the "Loading ProtonMail..." animation. It has been working like a charm for years. Any ideas? Thanks in advance.
nosada commented on 2021-02-06 16:39 (UTC) (edited on 2021-02-06 16:40 (UTC) by nosada)
It seems /usr/bin/tor-browser
sometimes lacks read permission for users not in the file's group i.e. 0751 in chmod.
Here's patch to fix it: https://gist.github.com/nosada/12b272b659cb1c2ddc4130d0bd2d003a
tthgrndr commented on 2020-10-06 02:39 (UTC)
Installed from AUR; error at verifying PGP key.
Used @grufo's command, worked straight away.
craeckie commented on 2020-09-25 11:08 (UTC)
@grufo you are right, that's easier.
For those who don't want to copy links: Create the file ~/.local/share/applications/tor-browser.desktop with this content:
[Desktop Entry] Version=1.0 Type=Application Name=Tor Browser (en-US) Exec=/usr/bin/tor-browser --allow-remote %u Icon=tor-browser Categories=Network; Comment=Anonymous browsing using Firefox and Tor
This overwrites the existing desktop-file and persists through updates.
Cerdicipe commented on 2020-09-23 20:18 (UTC) (edited on 2020-09-23 20:20 (UTC) by Cerdicipe)
Found it. I forgot my ~/bin/tor-browser script containing:
/usr/bin/tor-browser --allow-remote "$@"
Without --allow-remote
, it works now.
je-vv commented on 2020-09-23 20:09 (UTC)
@MrG0z, that doesn't happen to me, if that helps...
Cerdicipe commented on 2020-09-23 20:04 (UTC)
It's weird. Since the update to 10.0-1, starting "tor-browser" starts my usual Firefox version.
grufo commented on 2020-09-22 03:52 (UTC)
@craeckie
If --allow-remote
is disabled by default there is a reason… Btw, you don't need to add --allow-remote
to the script, you can pass any argument to it and they will be redirected to the browser.
--grufo
Pinned Comments
grufo commented on 2019-08-15 02:22 (UTC)
Before running
makepkg
, you must do this (as normal user):$ gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org
If you want to update tor-browser from AUR without AUR helpers you can run in a terminal:
$ tor-browser -u