Siduction Forum

Siduction Forum => Upgrade Warnings => Topic started by: michaaa62 on 2016/03/13, 11:04:12

Title: The switch from iceweasel to firefox
Post by: michaaa62 on 2016/03/13, 11:04:12
I am not sure, if this is the appropriate section, feel free to move!

Finally, or for now, Debian is moving from iceweasel to firefox.
Is the a recommended package to choose between firefox or firefox-esr?
Title: Re: The switch from iceweasel to firefox
Post by: piper on 2016/03/13, 14:21:08
I say nightly 48.0a1 (2016-03-12)  :) ;)

 Firefox Extended Support Release (ESR) (https://www.mozilla.org/en-US/firefox/organizations/faq/) is all up to the user and how the user use's his/her computer.

A older blog (http://www.chriscoulson.me.uk/blog/?p=111) that is probably still a good read.

Remember, we are sid, we are sidulated



Title: Re: The switch from iceweasel to firefox
Post by: DeepDayze on 2016/03/14, 03:12:06
Firefox-esr is a longterm supported release and apparently it gets installed by default in a dist-upgrade. From what I gather the esr release on Debian will be supported for 9 months rather than the 6 week schedule that is standard.
Title: Re: The switch from iceweasel to firefox
Post by: musca on 2016/03/14, 13:17:40
Hello,

while dist-upgraders get Firefox-esr, siduction will switch from Iceweasel to Firefox with the next release.

Firefox will bring new features every six weeks and we embrace the change.
This only applies to four flavours as listed below.


Desktop  Browser  Cinnamon  Firefox  GNOME  Firefox  Mate  Firefox KDE   Firefox (Konqueror for internals)  LXDE   Midori  LXQT  Qupzilla  XFCE  Chromium  Xorg  ?
 
We are aware that webkit-based browsers are a security concern.
GNOME already dropped its epiphany browser for this reason, but yelp has similar issues.
KDE's Konqueror merely is meant to be used as a filemanager or for reading internal docs with its kio-integration.
Other lightweigth browsers like Midori, Qupzilla or even Xombrero ("Built with security in mind") share the same security concerns.
The rendering engine of Chromium, Blink, has been forked from webkit to speed up the development.

greetings
musca
Title: Re: The switch from iceweasel to firefox
Post by: piper on 2016/03/16, 09:36:48
You can also use  mozilla.d.n (http://mozilla.debian.net/) to install firefox.
Mozilla.d.n is for people that don't want to use the ESR (you do have that choice also, esr45, release, beta, aurora).

You can probably get away with installing firefox, then purging iceweasel then doing something like  ln -s /usr/bin/firefox /usr/local/bin/iceweasel should be good to go.
Title: Re: The switch from iceweasel to firefox
Post by: terroreek on 2016/03/17, 00:45:19
Anyone else having an issue with firefox where in the application menu in gnome it just shows as a generic program image instead of the firefox logo. 

-edit-
well a reboot later and everything is good.
Title: Re: The switch from iceweasel to firefox
Post by: sunrat on 2016/03/17, 03:37:14
I did have to manually select Firefox in Icedove to open http/https links after the d-u brought in ESR version. It showed "Open with Firefox"  but didn't work.
No other issues so far.
Title: Re: The switch from iceweasel to firefox - x-www-browser
Post by: der_bud on 2016/03/20, 19:45:18
Just an information/observation: with iceweasel x-www-browser pointed to /usr/bin/iceweasel. After D-U to firefox the latter is a link to firefox, so x-www-browser still works (for example opening links from a console window, irc,...). If people delete the 'obsolete' package iceweasel, like I did, this link gets removed, but x-www-browser still points to now not working iceweasel. In this case I needed to manually update-alternatives --config x-www-browser an select firefox.
Title: Re: The switch from iceweasel to firefox
Post by: piper on 2016/03/20, 21:26:57
If using firefox/firefox nightly  in /opt

update-alternatives --install /usr/bin/x-www-browser x-www-browser /opt/firefox 90

update-alternatives --set x-www-browser /opt/firefox