Showing posts with label firefox. Show all posts
Showing posts with label firefox. Show all posts
Thursday, October 29, 2015
Install Fresh Player Plugin In Ubuntu Via PPA (Pepper Flash Wrapper For Firefox)
Not so long ago I was telling you about Fresh Player Plugin, a new wrapper that's currently in alpha, which allows Linux users to use Pepper Flash (which is bundled with Google Chrome) in Firefox and other NPAPI-compatible web browsers.
Well, in just over a week, Fresh Player Plugin evolved a lot and in my test, I actually didn't encounter any major issues: the sound works, video playback works with YouTube and other websites, full-screen videos work with multi-monitor setups, etc. So I've decided to upload Fresh Player Plugin to the main failsdownloads PPA so you can test it easily and stay up to date with the latest code from GIT.
As a reminder, the latest Adobe Flash Player versions are available on Linux only through Google Chrome, while other browsers are stuck with version 11.2.
The Adobe Flash Player plugin that's bundled with Google Chrome is in the form of a PPAPI (or Pepper Plugin API) plugin and Mozilla isn't interested in adding support for it.
That's why Rinat Ibragimov decided to create this wrapper so Firefox users can use the latest Pepper Flash from Google Chrome.
Also, the Fresh Player Plugin page has an important security note that you should read: "[...] the API itself doesn't make any sandboxing, it only allows sandboxed implementations. This particular implementation doesn't implement any sandbox. That means that if any malicious code breaks through plugin security, there are no additional barriers".
Also, the Fresh Player Plugin page has an important security note that you should read: "[...] the API itself doesn't make any sandboxing, it only allows sandboxed implementations. This particular implementation doesn't implement any sandbox. That means that if any malicious code breaks through plugin security, there are no additional barriers".
Install Fresh Player Plugin in Ubuntu via PPA
Important notes:
- Fresh Player Plugin is installed under /usr/lib/mozilla/plugins/ and so it works with Firefox but it may not work with other NPAPI-compatible browsers. If you want to use it with some other web browser, you're on your own;
- the plugin is still in early alpha stages and even though in my test it seems that most stuff works, it may not work for you. Also, it probably only works with a limited number of websites right now. You should only install it for testing purposes for now!
1. Install Fresh Player Plugin in Ubuntu (via PPA), by using the following commands:
sudo add-apt-repository ppa:nilarimogard/failsdownloads
sudo apt-get update
sudo apt-get install freshplayerplugin
You can also download the deb from HERE but installing it without adding the PPA means you won't get updates!2. Fresh Player Plugin is just a wrapper for libpepflashplayer.so so it needs this file which is bundled with Google Chrome. The easiest way to get this file is to simply install Google Chrome Stable - download it from here, then install it (should also work with Chrome Beta and Unstable). That's it!
There are other ways of getting libpepflashplayer.so: via the installer available in the official Ubuntu 14.04+ repositories and via the Pepper Flash PPA which is also available for older Ubuntu versions - once installed, then you'll need to create a symbolic link for Pepper Flash to /opt/google/chrome/PepperFlash/libpepflashplayer.so or see step 3 for how to change the path to it.
Here you'll find an example Fresh Player Plugin configuration - to use it, save this file, rename it to "freshwrapper.conf" and copy it under ~/.config/
Use this configuration file to change the path to libpepflashplayer.so or to tweak the sound buffer if you have shuttering sound.
The configuration options available in this file are pretty self-explanatory - you can configure the lower and higher bound for the audio buffer size, enable/disable accelerated rendering ("enable_3d"), change the device scale (useful for high DPI screens), set the fullscreen width or height if you have issues with this, change the path to libpepflashplayer.so along with command line arguments (like enabling hardware video decoding).
To report bugs or help with its development, see the Fresh Player Plugin GitHub page.
Labels:
firefox,
flash,
fresh plugin,
google chrome,
linux,
Ubuntu
Firefox 29 Available For Download, Includes New Australis UI, Other Important Changes
Mozilla has released Firefox 29 (stable) today. The new version includes a new user interface known as Australis, along with many other changes.
The first thing you'll notice when using the latest Firefox 29 with its new Australis UI is that it uses curved tabs and there's a clear distinction between foreground and background tabs.
There's also a new menu and a new customization function which "allows you to prioritize features in the menu, toolbar, and tab bar by simply dragging them to the desired position":
But that's not all: the addon bar was removed (it's content was moved to the navigation bar), the bookmarks icon was merged with the bookmarks button and was moved to the right of the search bar, the forward button only appears when there's somewhere to go forward to and the Firefox menu was moved on the right, at the end of the toolbar, as you can see in the screenshots above.
Other changes include:
- An interactive onboarding tour to guide users through new interface changes;
- The ability to set up Firefox Sync by creating a Firefox account;
- Gamepad API finalized and enabled;
- Clicking on a W3C Web Notification will switch to the originating tab;
- navigator.plugins is no longer enumerable, for user privacy;
- 'box-sizing' (dropping the -moz- prefix) implemented;
- Console object available in Web Workers;
- Promises enabled by default;
- SharedWorker enabled by default;
- <input type="number"> implemented and enabled;
- <input type="color"> implemented and enabled;
- Enabled ECMAScript Internationalization API.
![]() |
New interactive tour (click HERE to access it) |
![]() |
Creating a new Firefox account (for sync) |
For more information, see the Firefox 29 release notes.
In the video below, Johnathan Nightingale, VP of Firefox, talks about the new features available in Firefox 29:
(direct video link)
Download Firefox 29
Update for Ubuntu users: Firefox 29 was uploaded to the official Ubuntu (Precise, Quantal, Saucy and Trusty) repositories so run an update - e.g. launch the Software Updater -, and you should get the latest Firefox 29.
Fresh Player Plugin 0.2.4 Released With Accelerated Rendering Enabled By Default, High DPI Support
Version 0.2.4 of the Fresh Player Plugin was released recently, bringing some important changes, such as accelerated rendering enabled by default, high DPI support and more.
Fresh Player Plugin is a wrapper that allows Linux users to use Pepper Flash from Google Chrome in Firefox and other NPAPI-compatible browsers.
The plugin was developed because on Linux, Flash Player is only updated for Google Chrome (it comes bundled with it), while other browsers, such as Firefox, are stuck with an old Adobe Flash Player version: 11.2.
Fresh Player Plugin 0.2.4 brings the following improvements:
- 3d (accelerated rendering) is now enabled by default;
- IMEs support (ibus and fcitx were tested);
- mouse wheel events support;
- screen saver inhibition fixes;
- playing audio through JACK;
- high DPI screens support via device_scale parameter.
The most important change in this release is default-enabled accelerated rendering (which should bring improved performance), which means this feature is now considered stable enough for general use. However, it's important to mention that if accelerated rendering is causing issues on your system, you can disable it by editing the freshwrapper.conf file, changing the "enable_3d" value from 1 to 0 and then restarting your browser.
To make use of the newly added HiDPI support, you'll need to look for the "device_scale" option in the freshwrapper.conf file and change it to suit your needs.
Getting Fresh Player Plugin
If you use Ubuntu / Linux Mint and derivatives, you can install Fresh Player Plugin by using the main failsdownloads PPA. For installation and configuration instruction, see: Install Fresh Player Plugin In Ubuntu Via PPA (Pepper Flash Wrapper For Firefox)
Arch Linux users can install the latest Fresh Player Plugin (Git) via AUR.
For other Linux distributions, you'll have to compile it from source.
Labels:
firefox,
flash player,
fresh plugin,
linux,
Ubuntu
Tuesday, October 27, 2015
Make Firefox Use Native Notifications In Linux With GNotifier
Quick tip for Firefox users: GNotifier is a Firefox extension that makes the browser use native notifications on the Linux desktop. The extension currently supports GNOME (Shell), Unity, KDE and Xfce.
Below you can see a Firefox notification in action using GNotifier, under Unity and GNOME Shell:
Besides regular notifications, like the one displayed when a file is downloaded, the extension also supports the standard webkitNotification API (for instance, receiving notifications on new emails in Gmail) - to use this feature, Firefox needs an user script like THIS (you'll need Greasemonkey extension to install user scripts).
Get native Linux desktop notifications in Firefox with GNotifier
To install GNotifier Firefox extension, visit its page and click "Add to Firefox": GNotifier @ Firefox Addons.
The extension should start working immediately, without having to restart the browser.
Labels:
firefox,
gnome shell,
KDE,
tips n tricks,
Ubuntu,
unity,
xfce
Get Firefox And Phonon-GStreamer To Support H.264 In Ubuntu 14.04 [Updated]
The FFmpeg plugin for GStreamer 0.10 is not available in the official Ubuntu 14.04 repositories and because of this, Firefox doesn't support the H.264 codec.
Furthermore, without the FFmpeg plugin for GStreamer 0.10 package, KDE apps can't play H.264 videos in Kubuntu 14.04 if they use the GStreamer backend. Another issue with this is that Amarok can't play WMA files. There might also be other affected applications.
The bug was reported on Launchpad and it's not yet known if it will be fixed. Until (if) it's fixed, here's a work-around you can use to get Firefox and KDE apps that use the GStreamer backend to support H.264 in Ubuntu 14.04: basically, all you have to do is install gstreamer0.10-ffmpeg by using a PPA:
sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install gstreamer0.10-ffmpeg
Here's the YouTube HTML5 page under Firefox in Ubuntu 14.04, before and after installing gstreamer0.10-ffmpeg:
![]() |
Before |
![]() |
After |
Monday, October 26, 2015
Try Fira Sans, A Free Font Family Commissioned By Mozilla
In 2013, the Mozilla Foundation commissioned Erik Spiekermann, a famous typographer, to work on a free, open source font family called Fira Sans (initially called Feura Sans).
Recently, the typeface was updated to version 3.1, getting 12 different weights (bringing the weights number to 16), all accompanied by italic styles, a huge character map and extensive language supports. There's also a monospaced variant: Fira Mono which includes 2 weights (regular and bold).
Recently, the typeface was updated to version 3.1, getting 12 different weights (bringing the weights number to 16), all accompanied by italic styles, a huge character map and extensive language supports. There's also a monospaced variant: Fira Mono which includes 2 weights (regular and bold).
Fira Sans is already used in Firefox OS and it will be used in the Firefox Preferences and Add-ons Manager, among other places.
![]() |
Fira Mono (Regular) |
![]() |
Fira Sans (Regular) |
"Complimenting Erik Spiekermann for Fira Sans, his latest typeface, seems a little like telling the Iron Chef that he really knows how to cook. Yeah. Duh. We might even ask whether Fira has an unfair advantage over other fonts from 2013, because it’s built on the adamantium-plated skeleton of FF Meta, which Spiekermann has had 25+ years to polish (see also FF Meta Serif and FF Unit)".
Try Fira Sans
If you want to give Fira Sans / Fira Mono a try, you can download it from dev.carrois.com (available in OTF/WOFF/EOT/TTF formats).
The typeface is also available on GitHub but, at the time I'm writing this article, it's an older version than the one available on dev.carrois.com and it doesn't all the new weights available with version 3.1
To install the fonts in Ubuntu, download the font archive, extract it in your home folder, then run the following commands:
- to install the fonts system-wide:
sudo mkdir -p /usr/share/fonts/truetype/FiraSans
sudo mkdir -p /usr/share/fonts/opentype/FiraSans
sudo cp ~/Fira*/WEB/*.ttf /usr/share/fonts/truetype/FiraSans/
sudo cp ~/Fira*/OTF/Fira* /usr/share/fonts/opentype/FiraSans/
- to install Fira Sans / Fira Mono for your user only:
mkdir -p ~/.fonts/FiraSans
cp ~/Fira*/WEB/*.ttf ~/.fonts/FiraSans/
cp ~/Fira*/OTF/Fira* ~/.fonts/FiraSans/
Then, update the font cache:
sudo fc-cache -f -v
Arch Linux users can install Fira Sans / Mono via AUR: otf-fira-mono | otf-fira-sans | ttf-fira-sans
Also see: Easily Download And Install Google Web Fonts In Ubuntu With TypeCatcher
via donotlick.com
Tuesday, October 20, 2015
Australis UI Lands In Firefox Nightly, Install It In Ubuntu (PPA)
Australis, a new Firefox user interface, has finally landed in Firefox Nightly.
The first thing you'll notice when using Australis is its curved tabs and the clear distinction between foreground and background tabs.
But that's not all. The bookmarks bar was separated from the location bar and merged with the bookmarks menu, the forward button only appears when there's somewhere to go forward to and the Firefox menu was moved on the right, at the end of the toolbar:
Also, the menu has a new touch optimized design as you can see in the screenshot below:
By clicking "Customize" in the menu, you can enter the new Firefox Australis customization mode which is used to customize the toolbar and menu panel but in the future it should also include theme and addon customization:
Unfortunately, some customizations were removed with the introduction of Australis: you can no longer hide the toolbar, the addon bar has been removed, there's no longer an option to use small icons and text+icons mode in Firefox and the option to create a custom toolbar was removed.
Australis, announced back in 2012, was initially supposed to land in Firefox 24 but was delayed quite a few times. However, since it landed in the latest Firefox Nightly, it will most probably be available with Firefox 28 which will launch March 4, 2014.
Install Firefox Nightly with Australis in Ubuntu
Australis has just landed in the Firefox daily PPA so if you use Ubuntu, you can easily install it using the commands below.
It's important to note that installing Firefox Nightly from the Firefox daily PPA doesn't overwrite your current Firefox installation, so you can have both Firefox stable (or beta) and nightly installed in the same time.
Add the PPA and install Firefox Nightly in Ubuntu using the commands below:
sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa
sudo apt-get update
sudo apt-get install firefox-trunk
Once installed, you should find a new shortcut in your menu / Dash called "Nightly Web Browser" (not Firefox!).
If you're using a different Linux distribution, Windows or Mac, grab Firefox Nightly from HERE.
Fresh Player Plugin: Pepper Flash Wrapper For Firefox And Other NPAPI-Compatible Browsers
Fresh Player Plugin is a new (alpha!) wrapper that allows Linux users to use Pepper Flash from Google Chrome in Firefox, Opera and other NPAPI-compatible browsers.
As you probably know, the latest Adobe Flash Player versions are available on Linux only through Google Chrome, while other browsers are stuck with version 11.2.
The Adobe Flash Player plugin that's bundled with Google Chrome is in the form of a PPAPI (or Pepper Plugin API) plugin and Mozilla isn't interested in adding support for it.
For this reason, Rinat Ibragimov (who's also behind libvdpau-va-gl, a VDPAU driver that, among others, brings Adobe Flash Player hardware acceleration on Intel Graphics) has started working on a Pepper Flash NPAPI wrapper which aims to bring Google Chrome's Pepper Flash to Firefox, Opera, etc., called Fresh Player Plugin.
Fresh Player Plugin is in early alpha and still needs work! Update: In my test with the latest Fresh Player Plugin from GIT, both YouTube and DailyMotion videos worked (Adblock has to be disabled or else the videos won't start playing on YouTube) but the sound was very choppy (and that's a PulseAudio issue which Rinat wasn't able to fix yet).
So it can't really replace Adobe Flash for Firefox users yet but still, the project is very promising:
So it can't really replace Adobe Flash for Firefox users yet but still, the project is very promising:
If you can help with its development, check out the Fresh Player Plugin GitHub page.
It's also worth mentioning, in case you didn't know, that Mozilla is working on its own Flash replacement: Shumway, which is open source and uses HTML5. But, like the new Fresh Player Plugin, Shumway needs a lot of work until it can fully replace Adobe Flash too.
Test Pepper Flash Plugin
Currently, to test Fresh Player Plugin (remember, it's in early development stages and its functionality is limited; it doesn't work with many websites, including YouTube!) you must build it from source. The instructions below are a rough guide on how to compile it in Ubuntu but it doesn't guarantee it will work so unless you have experience with building packages from source, I suggest you wait until Pepper Flash Plugin becomes more stable, then I'll upload it to a PPA.
1. Install the required dependencies:
sudo apt-get install build-essential git cmake pkg-config libglib2.0-dev libasound2-dev libx11-dev libgl1-mesa-dev liburiparser-dev libcairo2-dev libpango1.0-dev libpangocairo-1.0-0 libpangoft2-1.0-0 libfreetype6-dev libgtk2.0-dev libxinerama-dev libconfig-dev libevent-dev libegl1-mesa-dev libgles2-mesa-dev
2. Build Fresh Player Plugin
cd
git clone https://github.com/i-rinat/freshplayerplugin.git
cd freshplayerplugin && mkdir build
cd build
cmake ..
make
3. Once it's built, copy libfreshwrapper-pepperflash.so from the build folder to the browser plugin directory. For Firefox, copy it to /usr/lib/mozilla/plugins/
4. Fresh Player Plugin is just a wrapper for Pepper Flash from Google Chrome so you'll need libpepflashplayer.so. The Pepper Flash path is hardcoded to /opt/google/chrome/PepperFlash/libpepflashplayer.so and to get libpepflashplayer.so under that location you'll have to do one of the following:
- install Google Chrome stable (that's it!); or
- if you're using Google Chrome unstable, create a symbolic link from /opt/google/chrome-unstable/PepperFlash to /opt/google/chrome/ ; or
- on Ubuntu, you can install Pepper Flash using 2 other ways: via the installer available in the official Ubuntu 14.04 repositories and via the Pepper Flash PPA - once installed, then you'll need to create a symbolic link for Pepper Flash to /opt/google/chrome/PepperFlash/libpepflashplayer.so
Reminder: Fresh Player plugin should only be used for testing purposes for now.
Update: you can now install Fresh Player Plugin in Ubuntu via PPA!
via reddit, thanks to BurningFox!
Labels:
firefox,
flash,
fresh plugin,
google chrome,
linux,
Ubuntu
Sunday, October 18, 2015
Fresh Player Plugin Gets Hardware Accelerated Video Decoding Via VA-API And VDPAU
Fresh Player Plugin was updated recently with support for hardware accelerated video decoding via VA-API and VDPAU, along with video capture support (ALSA, JACK, PulseAudio) and other improvements.
Fresh Player Plugin is a wrapper that allows Linux users to use Pepper Flash from Google Chrome in Firefox and other NPAPI-compatible browsers. This is useful because the latest Flash Player is only available for Google Chrome (it comes bundled with it) on Linux, while other browsers, like Firefox, are stuck with an old Adobe Flash Player version (11.2).
Thanks to the new VA-API/VDPAU hardware accelerated video decoding available in the latest Fresh Player Plugin, Flash videos should use less CPU (because they'll be using the GPU).
Here's an example: with the same YouTube flash (you can use the HTML5 video player on YouTube, but this is for testing purposes) 1080p fullscreen video, I got a CPU usage of around 115% with Adobe Flash 11.2 without hardware accelerated video decoding and ~13% CPU usage using the latest Fresh Player plugin with accelerated video rendering (via VA-API) enabled:
![]() |
Flash 11.2 (Firefox) without hardware acceleration |
![]() |
Fresh Player Plugin (with Flash 18 from Google Chrome, used in Firefox) with hardware accelerated video decoding enabled (VA-API) |
Note that I edited the first screenshot: I manually added htop on top of the video (but what htop displays is real - it was running on my second monitor) because I couldn't get it to stay on top with Flash 11.2.
Fresh Player Plugin supports hardware accelerated video decoding via VA-API and VDPAU, under Ubuntu 15.04 and 14.10 only, because it requires a newer libav version, which is not available in the official Ubuntu 14.04 (and older) repositories. Also, this is disabled by default "due to possible whole system lock-ups on some hardware", so it might not work properly for everyone (but I didn't encounter any issues in my test).
cp /usr/share/doc/freshplayerplugin/freshwrapper.conf.example ~/.config/freshwrapper.conf
Then open ~/.config/freshwrapper.conf with a text editor, search for "enable_hwdec = 0" and change its value from "0" to "1". There are separate options for enabling/disabling VA-API and VDPAU too - look for "enable_vaapi" and "enable_vdpau" in the same file.
You'll also need to install the VA-API / VDPAU driver for this to work. For Intel graphics, you'll need to install the "i965-va-driver" package, for Nvidia you'll need "libvdpau1" and for AMD graphics (Catalyst older than 14.12) you'll have to install "xvba-va-driver" (XvBA-based backend for VA API - AMD fglrx implementation). And of course, you'll need the latest Fresh Player Plugin from GIT (available in the main failsdownloads PPA).
If you want to check if everything was configured properly, load a YouTube flash video, right click it, select "Stats for nerds" and the frame that shows up should say "accelerated video rendering, accelerated video decoding" (like in the second screenshot above).
If you want to check if everything was configured properly, load a YouTube flash video, right click it, select "Stats for nerds" and the frame that shows up should say "accelerated video rendering, accelerated video decoding" (like in the second screenshot above).
Note that I only tested this with an Intel graphics card / VA-API (and Ubuntu 15.04).
Install Fresh Player Plugin
If you use Ubuntu / Linux Mint and derivatives, you can install Fresh Player Plugin by using the main failsdownloads PPA. For installation and configuration instruction, see: Install Fresh Player Plugin In Ubuntu Via PPA (Pepper Flash Wrapper For Firefox)
Arch Linux users can install the latest Fresh Player Plugin (Git) via AUR.
For other Linux distributions, you'll have to compile it from source.
Wednesday, October 14, 2015
Fresh Player Plugin Sees New Release (Pepper Flash Wrapper For Firefox)
As you probably know, the latest Adobe Flash Player is available on Linux only via Google Chrome (it's bundled with it) while other browsers such as Firefox are stuck with an old 11.2 version.
The Adobe Flash Player plugin that's bundled with Google Chrome is in the form of a PPAPI (or Pepper Plugin API) plugin and Mozilla isn't interested in adding support for it. Because of this, Rinat Ibragimov has developed Fresh Player Plugin, a wrapper that allows Linux users to use Pepper Flash from Google Chrome in Firefox and other NPAPI-compatible browsers.
A new Fresh Player Plugin version - 0.2.2 -, has just been released, bringing various improvements and new features:
- implement Flash DRM interface. (Desktop PepperFlash doesn't use it, you need one from ChromeOS);
- fix malfunctioning nested submenus;
- implement file chooser dialog;
- fullscreen fixes, stop crashing on Alt-F4;
- rework ALSA code, add optional PulseAudio support;
- implement screen saver inhibition interface;
- use GLX to create GL context, for both GL and GLES;
- fix hangs caused by wrong nested message loop handling;
- add quiet config option to decrease amount of output;
- fix Referer bug;
The most important change in this release is obviously the implementation of Flash DRM interface however, Pepper Flash that's bundled with Google Chrome has the DRM-related code disabled on Linux so to use this, you need to extract Pepper Flash from Chrome OS, and that's a pretty tedious process (instructions available here).
Furthermore, to get the Flash DRM interface to work, you must add "enable_3d = 1" to the freshwrapper.conf file or else you'll get a black video, even on non-DRM content.
Here's a Flash DRM test screenshot with the latest Fresh Player Plugin and Firefox, under Ubuntu 14.10:
Here's a Flash DRM test screenshot with the latest Fresh Player Plugin and Firefox, under Ubuntu 14.10:
I should also mention that I've been using Fresh Player Plugin with Firefox for months, and pretty much everything works, though I only use a few Flash websites.
Note that according to its GitHub page, Fresh Player Plugin "mostly works, but some essential APIs are still to be implemented", so it may not work with some websites.
Note that according to its GitHub page, Fresh Player Plugin "mostly works, but some essential APIs are still to be implemented", so it may not work with some websites.
For more information about Fresh Player Plugin, bug reports, etc., see its GitHub page.
Getting Fresh Player Plugin
If you use Ubuntu / Linux Mint and derivatives, you can install Fresh Player Plugin by using the main failsdownloads PPA. For installation and configuration instruction, see: Install Fresh Player Plugin In Ubuntu Via PPA (Pepper Flash Wrapper For Firefox)
Arch Linux users can install the latest Fresh Player Plugin (Git) via AUR.
For other Linux distributions, you'll have to compile it from source.
Tuesday, October 6, 2015
Tor Browser Bundle Ubuntu PPA
Tor Browser Bundle is a web browser based on Firefox ESR (Firefox with extended support), configured to protect users' privacy and anonymity by using Tor and Vidalia, tools that come bundled with it. The bundle also includes 4 Firefox extensions: TorButton, TorLauncher, NoScript and HTTPS-Everywhere.
When launching TorBrowser, it automatically starts the bundled Tor, anonymizing the origin of your traffic and encrypting everything inside the Tor network. Because the traffic between the Tor network and its final destination is not encrypted, Tor Browser ships with HTTPS-Everywhere, an extension produced as a collaboration between The Tor Project and the Electronic Frontier Foundation that encrypts your communications with many major websites, making your browsing more secure.
Once you close TorBrowser, the list of visited websites and the cookies are deleted.
Tor Browser Bundle is easy to run on Ubuntu / Linux, but to make it integrate with the menu / Dash and for easier updates (since you must manually download and install newer versions), I've created an Ubuntu PPA so you can easily install and stay up to date with the latest Tor Browser Bundle.
The Ubuntu package uses the tor-browser-en AUR script, based on work by Alessio Sergi, Benjamin Drung and Max Roder (many thanks!). That's because Tor Browser Bundle runs from a single folder where it creates temporary files, etc., and with the script I mentioned, Tor Browser is automatically installed (or updated) to your home folder the first time you launch it.
But that's not something you need to worry about, as everything is done in the background so all you have to do is add the PPA, install Tor Browser Bundle and start the browser from the menu / dash, like with any other application.
Important notes:
- because there are separate packages for the supported languages, the Ubuntu PPA packages only support English;
- any TorBrowser changes you make (bookmarks, addons you install, etc.) are deleted on upgrade, unfortunately there's no way around this due to the way TorBrowser works.
Install Tor Browser Bundle in Ubuntu or Linux Mint via PPA
To add the failsdownloads Tor Browser Bundle PPA and install the application in Ubuntu / Linux Mint and derivatives, use the following commands in a terminal:
sudo add-apt-repository ppa:failsdownloadsteam/tor-browser
sudo apt-get update
sudo apt-get install tor-browser
Removing Tor Browser Bundle
Removing Tor Browser Bundle requires, besides removing the installed package, to also remove the ~/.tor-browser-en folder - that's where the package is installed after you run it from the menu / Dash for the first time. So if you want to remove Tor Browser Bundle, close it and use the following commands:
sudo apt-get remove tor-browser
rm -r ~/.tor-browser-en
Subscribe to:
Posts (Atom)