LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-14-2012, 05:08 AM   #1
chiendarret
Member
 
Registered: Mar 2007
Posts: 307

Rep: Reputation: 16
Setting Mozilla Firefox as default in Debian wheezy


Hi:
following extensive upgrading of Debian i386 wheezy, my installation of Mozilla Firefox was deleted. I have reinstalled it (and set as default browser), but now, to have this browser, I have to command the full path to its installation. Otherwise, Debian raises iceweasel at command "firefox".

I have nothing against iceaweasel, except that it lacks fundamental functions.

Any suggestion how to set Mozilla Firefox so that iceaweasel is not loaded?

In my feeling, life with Debian linux is becoming difficult, except for computational servers, where no server X is installed. Once gnome (particularly gnome3) is installed, I have no more command of the system. Thanks for suggestions chiendarret
 
Old 05-14-2012, 05:50 AM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Just de-install iceweasel. May I ask which fundamental functions you are missing?
 
Old 05-14-2012, 05:56 AM   #3
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Personally I have uninstalled Iceweasel and put Firefox in /opt with a symbolic link to it in /usr/bin.
 
Old 05-14-2012, 06:15 AM   #4
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,804

Rep: Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306
Quote:
Originally Posted by TobiSGD View Post
May I ask which fundamental functions you are missing?
for example there were some problem with tabgroups and sessions.
 
Old 05-14-2012, 06:18 AM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by pan64 View Post
for example there were some problem with tabgroups and sessions.
Ok, since you are using wheezy it would be nice if you report those problems to the Debian people, so that they can be fixed.
 
Old 05-14-2012, 07:27 AM   #6
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,804

Rep: Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306
Iceweasel itself is ok, just the plugins: actually those problems are solved in the newer versions of those add-ons but they are incompatible with the official iceweasel.
 
Old 05-14-2012, 11:51 AM   #7
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,883
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Cool

What plugins?
Iceweasel IS Firefox - http://forums.debian.net/viewtopic.php?f=30&t=73796

Upgrade to the newest version using the mozilla.debian.net repo.

$ apt-cache policy iceweasel
iceweasel:
Installed: 12.0-4
Candidate: 12.0-4
Version table:
*** 12.0-4 0
1 http://mirrors.kernel.org/debian/ experimental/main i386 Packages
100 /var/lib/dpkg/status
10.0.4esr-2 0
500 http://mirrors.kernel.org/debian/ unstable/main i386 Packages


Iceweasel 12 works exactly the same and uses the same plugins/add-ons that Firefox 12 does.

If you want to switch to Firefox as default take a look at:
Tech Patterns :: Switching from Debian Iceweasel to Firefox, permanently - http://techpatterns.com/forums/about1435.html

Basically you need to add it to the Debian alternatives system. Follow the guide at Tech patterns.

Code:
# update-alternatives --config x-www-browser
There are 7 choices for the alternative x-www-browser (providing /usr/bin/x-www-browser).

  Selection    Path                                   Priority   Status
------------------------------------------------------------
  0            /usr/bin/google-chrome                  200       auto mode
* 1            /home/craig/Downloads/firefox/firefox   100       manual mode
  2            /usr/bin/google-chrome                  200       manual mode
  3            /usr/bin/iceweasel                      70        manual mode
  4            /usr/bin/konqueror                      100       manual mode
  5            /usr/bin/midori                         50        manual mode
  6            /usr/bin/uzbl-browser                   10        manual mode
  7            /usr/bin/xlinks2                        69        manual mode

Press enter to keep the current choice[*], or type selection number:
I have the same plugins and add-ons in my Iceweasel profile that I do in my Firefox profile.
Quote:
My Firefox Information

Last updated: Mon, 14 May 2012 06:11:34 GMT
User Agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20100101 Firefox/12.0

Extensions (enabled: 28, disabled: 1; total: 29)
Themes (3)
  • Default
  • Firefox B [selected]
  • Oxygen KDE [selected]

Plugins
  • DivX Browser Plug-In
  • Java(TM) Plug-in 1.7.0_04
  • KParts Plugin
  • LibreOffice Plug-in
  • mplayerplug-in is now gecko-mediaplayer 1.0.6
  • QuickTime Plug-in 7.6.9
  • RealPlayer 9
  • Shockwave Flash
  • Windows Media Player Plug-in
 
Old 05-15-2012, 12:22 AM   #8
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,804

Rep: Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306Reputation: 7306
craigdevil, the problem occured with the official iceweasel, which is firefox 3.6 or something like that at this moment. Using the mozilla repo or downloading firefox 10 or above will solve these issues, but the original release contains a really old version and some add-ons, like tabgroups does not work well with that one.
 
Old 05-15-2012, 12:40 AM   #9
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,883
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
iceweasel 12 should be in the mozilla.debian.net repo or if you are running testing or sid use the experimental repo.

Debian Mozilla team APT archive - http://mozilla.debian.net/
if you are running Squeeze make sure you have these lines in your sources.list
deb http://backports.debian.org/debian-backports squeeze-backports main
deb http://mozilla.debian.net/ squeeze-backports iceweasel-release

You can install it with the following commands:

$ apt-get update
$ apt-get install -t squeeze-backports iceweasel


For testing or sid use experimental

# apt-cache policy iceweasel
iceweasel:
Installed: 12.0-4
Candidate: 12.0-4
Version table:
*** 12.0-4 0
1 http://mirrors.kernel.org/debian/ experimental/main i386 Packages
100 /var/lib/dpkg/status


Hey I am with you, I switched to using Firefox and Thunderbird way back when Debian changed the names. I have used Firefox since back in the day when it was called Firebird and Phoenix.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Lightdm - cannot figure out how to change default xsession - Debian Wheezy ratman1 Linux - Newbie 9 05-23-2013 05:00 AM
Changing default browser from Firefox to Mozilla nappy501 Linux - Software 5 05-08-2006 05:06 AM
setting default browser to mozilla cwynn Linux - Software 4 09-28-2004 07:38 PM
Setting Mozilla as default in Suse 9.0 ugge Linux - General 0 05-07-2004 05:48 AM
Setting Mozilla as Default Browser Witch-King Linux - Software 21 06-10-2003 11:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration