Default browser is a castrated version of Firefox can not login Firefox account sync bookmarks very painful.
Expand reading:
Debian's default browser is Iceweasel, which is the re-compiled version of Firefox, as for why I will talk about next time, this time first how to uninstall the default installation of things if apt-get remove, because the dependencies will be gnome unloaded Lianmao is not left The net is not even on the focus of the installation of the weak dish unloading iceweasel when there is such a thing, but fortunately there is no logout restart, and then 1.1 points installed on the security of the solution is to determine its dependencies first set ICEWEASL to the system level default browser, you ask what is the system level? In fact, the user level is the opposite, what is the user level? As I understand it is the user's personal settings in the browser, only in the role of individual users, so the dependency is not resolved, the system level is the entire default browser is set to another, so that GNOME will be the browser's dependency transfer
Unloading:
Update-alternatives--config x-www-browserapt-get--purge remove Iceweasel# You will be prompted to uninstall a total of five associated packages, regardless of
The first step: to the official website to download the latest version of Firefox, the following URL:
http://www.firefox.com.cn/download/
Step Two: Copy the downloaded files to the/usr/local directory
sudo mv firefox**.tar.gz/usr/local
Step three: Enter/usr/local, unzip firefox**.tar.gz
sudo tar-jxvf firefox**.tar.gz
Fourth step: Go to Firefox directory, run Firefox
CD Firefox
./firefox
Fifth Step: Add launcher
First create a new firefox.desktop content as follows:
1 [Desktop Entry] 2 name=Firefox3 comment= Firefox browser 4 exec=/usr/local/firefox/ Firefox5 icon=/usr/local/firefox/browser/icons/mozicon128.png6 terminal= False7 type=application8 categories=application;internet; Network;
Su
chmod 744 Firefox.desktopchown root:root firefox.desktop
MV Firefox.desktop/usr/share/applications
Ok
Add Flash Plugin:
Toss for a half day. Since the installation of Firefox at that time is a green version, placed in the/usr/local/firefox under the directory of the document
Refer to the online tutorials to download flash decompression:
Download Http://get.adobe.com/flashplayer, select the. tar.gz package.
$ tar xvf install_flash_player_11_linux.x86_64.tar.gz
$ sudo cp–rv usr/usr
$ sudo mkdir–v/usr/local/firefox/plugins
$ sudo cp libflashplayer.so/usr/local/firefox/plugins
$sudo CP Libflashplayer.so/usr/lib/chromium/plugins
It turns out that when you don't, look carefully. Move the plugins folder to the browser folder (/usr/local/firefox/browser/plugins) to refresh the browser ok!
Here actually also went a little detour began not to see the above tutorial, has been in the Firefox path to find plugins to put Flash plug-in and then did not find directly in the Firefox root directory, the result is not natural, the original to create a new one.
Note the permissions for libflashplayer.so here I observed the permissions of the other. So files under Firefox are changed to the same group and file owner.
OK, you can watch the video happily. Oh yes!!
Resources:
http://tieba.baidu.com/p/2124750650
Http://www.cnblogs.com/timeship/archive/2013/02/28/2937670.html
http://tieba.baidu.com/p/2659519413
Http://blog.chinaunix.net/uid-25695950-id-3030620.html
Http://www.jb51.net/os/Ubuntu/123320.html
Debian7 Add Firefox