You are not logged in.
Pages: 1
Why does on arch repositories we just find firefox Gran Paradiso and not the stable version and normal version?
Offline
the answer is in here: http://wiki.archlinux.org/index.php/Firefox
Firefox is an open-source graphical web browser from Mozilla. The Firefox package in Arch Linux is compiled without official branding. This means that when you start Firefox it will use a blue globe for its icon and will be named after its release series' codename. This has to be done because a distribution may use the name "Firefox" and its artwork only if there are no unofficial modifications (i.e. no custom patches).
short story: if we patch it we can't use branding
Last edited by wonder (2009-02-16 19:59:04)
Give what you have. To someone, it may be better than you dare to think.
Offline
I'm curious as to what the devs patch, since we generally try to keep things as vanilla as possible.
As to the stable-ness, Arch oftentimes uses RCs for main packages (mplayer is a good example) if they're judged to be stable. That is, after all, what we get in Arch: the latest stable release.
Offline
Whatever patches they apply to Firefox they should change the user agent string back to firefox because the default "GranParadiso" cause some compatibility issues on certain websites. Namely, for myself it was EBay that caused problems, changing the user agent string fixed the problem.
Offline
Why does on arch repositories we just find firefox Gran Paradiso and not the stable version and normal version?
You can always install and execute 'firebrand', a script that rebrands FF.
Its on:
archlinuxfr/firebrand 1.0-4
A script to brand Firefox without recompiling.
So to install it with pacman you need
[archlinuxfr]
Server = http://repo.archlinux.fr/i686
in /etc/pacman.conf
Mektub
Follow me on twitter: https://twitter.com/johnbina
Offline
Simple solution. Recompile/Brand. Now was that so hard?
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
Whatever patches they apply to Firefox they should change the user agent string back to firefox because the default "GranParadiso" cause some compatibility issues on certain websites. Namely, for myself it was EBay that caused problems, changing the user agent string fixed the problem.
I think there's legal issue surrounding that as well... Technically I guess it counts as branding
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
I'm curious as to what the devs patch, since we generally try to keep things as vanilla as possible.
I don't believe we patch much. We used to have branded firefox but we don't have it any more because it wasn't worth it to go through the process I hear.
Offline
From the PKGBUILD:
patch -Np1 -i ${srcdir}/mozilla-firefox-1.0-lang.patch || return 1
# FS#10836: fixes backgroundcolor parsing with gnome
patch -Np0 -i ${srcdir}/mozbug421977.patch || return 1
patch -Np1 -i ${srcdir}/firefox-appversion.patch || return 1
Last edited by Mr.Elendig (2009-02-16 22:40:18)
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
But why does firefox needed to be patch to be used on arch and not in all other SO ???
Offline
But why does firefox needed to be patch to be used on arch and not in all other SO ???
Arch is not alone in the patching of firefox or any other software. I'm sure there are many other linux distros that patch firefox alot more than Arch Linux does.
Having to use firefox without official branding (when it is called Gran Paradiso) is a pretty damn small price to pay for a few small patches that fix usability for the user. I'd rather use a Gran Paradiso that is fully functional than a Firefox with a few glitches or problems.
If you disagree with firefox being patched, then you should look at the PKGBUILD for openoffice. You'll rip your hair out
flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)
Offline
Dyscoria i have nothing against patching firefox i just wanted to know why does it needed to be patched and what is the different between this one and the one that i was using with my ubuntu machine...
Offline
Dyscoria i have nothing against patching firefox i just wanted to know why does it needed to be patched and what is the different between this one and the one that i was using with my ubuntu machine...
There is alot of software in the Arch repositories that have a few patches applied for either functionality or usability (or even because it won't build at all without a patch).
You mentioned in the first post of this thread:
Why does on arch repositories we just find firefox Gran Paradiso and not the stable version and normal version?
Gran Paradiso is not the 'unstable' version of Firefox. It is just 'unbranded', which means for the average user such as yourself, there is no difference whatsoever apart from the name of the program that appears at the top of your window. In fact, the command to run Gran Paradiso is still /usr/bin/firefox
flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)
Offline
.....and even the name Gran Paradiso or what have you is a name used by Mozilla themselves, but only when they are still in development. On release they name it Firefox.
so its not that Arch changes the name as they wish or anything.
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
One of the differences with other distros as I understand it is Mozilla's approval. For every new package/patch version, you have to send it off to Mozilla to get approved if you want to use branding. OK for bigger distros, but our devs have better things to do.
Offline
Simple solution. Recompile/Brand. Now was that so hard?
The AUR even has a simple PKGBUILD for this: http://aur.archlinux.org/packages.php?ID=18019
Offline
One of the differences with other distros as I understand it is Mozilla's approval. For every new package/patch version, you have to send it off to Mozilla to get approved if you want to use branding. OK for bigger distros, but our devs have better things to do.
Especially since most distros release every 6 months, or more, with some scheduled updates in-between - we are rolling release, and update _fast_.
Offline
$ sudo pacman -S firebrand
$ sudo firebrand
This script must be launched as root to work.
Please select the branding you want to apply (Official Firefox: 1, Iceweasel: 2, Swiftweasel: 3)
1
Done
Any society that would give up a little liberty to gain a little security will deserve neither and lose both.
-Benjamin Franklin
The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man.
-George Bernard Shaw
Offline
Offline
<offtopic>
Anyone know what the next name is? We had Bon Echo, then Minefield and now Gran Paradiso (at least in my time using Arch)
</offtopic>
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
$ sudo pacman -S firebrand $ sudo firebrand This script must be launched as root to work. Please select the branding you want to apply (Official Firefox: 1, Iceweasel: 2, Swiftweasel: 3) 1 Done
Fail.
root ~ # yaourt firebrand
root ~ #
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
<offtopic>
Anyone know what the next name is? We had Bon Echo, then Minefield and now Gran Paradiso (at least in my time using Arch)
</offtopic>
Shiretoko. It's a peninsula, and national park, at the northeasternmost point of Hokkaido in Japan.
Bon Echo is a park in Ontario. Gran Paradiso is a mountain - and national park (are we seeing any theme developing here? ) - in the Italian Alps. And Minefield is the name used for any pre-release version.
0 Ok, 0:1
Offline
Thanks dunc... Not sure if I like that one. I might rebrand back to Gran Paradiso when that's released
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Fail.
root ~ # yaourt firebrand root ~ #
Fail.
[oh@Alice][~]%pacman -Ss firebrand
archlinuxfr/firebrand 1.0-4
A script to brand Firefox without recompiling.
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Fail.
[oh@Alice][~]%pacman -Ss firebrand archlinuxfr/firebrand 1.0-4 A script to brand Firefox without recompiling.
Ohhhhhh, archlinuxfr/firebrand 1.0-4.
Me =~ Epic Fail
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Pages: 1