Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge firefox installs aurora
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
fachexot
n00b
n00b


Joined: 01 Feb 2014
Posts: 34
Location: Nuremberg, Germany

PostPosted: Wed Feb 05, 2014 9:30 pm    Post subject: emerge firefox installs aurora Reply with quote

Hi,

the title pretty much says it. Why is it that emerging www-client/firefox installs Aurora (24.2.0)?
How can I switch to a stable build?
_________________
[140205|15:13:07] < terabit>| fuck!! wtf happened ? bash: emerge: command not found
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Wed Feb 05, 2014 9:33 pm    Post subject: Reply with quote

Aurora is Firefox with +bindist USE flag.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
fachexot
n00b
n00b


Joined: 01 Feb 2014
Posts: 34
Location: Nuremberg, Germany

PostPosted: Wed Feb 05, 2014 9:37 pm    Post subject: Reply with quote

Jaglover wrote:
Aurora is Firefox with +bindist USE flag.

Ah thanks. So then, this is not an experimental build like suggested from http://www.mozilla.org/en-US/firefox/channel/#aurora or https://wiki.mozilla.org/Firefox/Aurora? Or do I only get a stable build when merging without bindist USE flag?
_________________
[140205|15:13:07] < terabit>| fuck!! wtf happened ? bash: emerge: command not found
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Wed Feb 05, 2014 9:45 pm    Post subject: Reply with quote

Scratch my previous reply, I probably was wrong. I do have 26.0 installed and it presents itself as Firefox.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
fachexot
n00b
n00b


Joined: 01 Feb 2014
Posts: 34
Location: Nuremberg, Germany

PostPosted: Thu Feb 06, 2014 4:01 pm    Post subject: Reply with quote

I don't get it. What is it now?

Why is it Aurora?
Why is it 24.0?
Why does it not open jpg files, but wants do download them instead? (even if no attachment header is set)
_________________
[140205|15:13:07] < terabit>| fuck!! wtf happened ? bash: emerge: command not found
Back to top
View user's profile Send private message
kaTiezei
n00b
n00b


Joined: 10 Mar 2013
Posts: 39

PostPosted: Thu Feb 06, 2014 8:36 pm    Post subject: Reply with quote

Mozilla Firefox is a trademark and the developers are not allowed it do distribute it using that name. So they called it Aurora, like the alpha version of firefox, but it is a stable one. Is is even more stable than the usual one, because it is the ESR version. They chose this, because new versions with new features also include new security issues.
I think you can change how it treats files in the properties.
Back to top
View user's profile Send private message
paulj
Guru
Guru


Joined: 30 Sep 2004
Posts: 513
Location: Wales, UK

PostPosted: Sat Feb 08, 2014 8:15 am    Post subject: Reply with quote

Jaglover wrote:
Scratch my previous reply, I probably was wrong. I do have 26.0 installed and it presents itself as Firefox.


I think you were right. If bindist is set, you get aurora, if not you get firefox.

From the ebuild for 26.0:
Code:

if use bindist; then
                sizes="16 32 48"
                icon_path="${S}/browser/branding/aurora"
                # Firefox's new rapid release cycle means no more codenames
                # Let's just stick with this one...
                icon="aurora"
                name="Aurora"
        else
                sizes="16 22 24 32 256"
                icon_path="${S}/browser/branding/official"
                icon="${PN}"
                name="Mozilla Firefox"
        fi


I believe the version you get is managed independently of the bindist use flag. 26.0 is the current unstable version, with 24.2.0 the stable version.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum