You are not logged in.
i know, minefield is the nightly builds.
But I just compiled firefox 3 with the pkgbuild from the extra repo. I compile it, and open it, and it is called minefield.
This started when I installed arch. I installed b5 from the repos, and that was called minefield. The issue persisted when I compiled the release candidates.
Now, I am using the final, and want to fix this once and for all.
using 64 bit, never installed firefox2
Last edited by Raccoon1400 (2008-06-23 13:56:24)
Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.
Offline
That is the free code-name. Firefox is trademarked and we can't use that name unless we use the official mozilla binary. I.e. we can't add any patches or build it against the system libraries. Firefox2 was know as Bon Echo for the same reason.
Online
I assume that is why in debian, it is called iceweasel.
Is there anything I can do.
I'll at least replace the icon. Can i fix the name?
I find this somewhat ironic.
Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.
Offline
http://wiki.archlinux.org/index.php/Fir … x_Branding
Don't know how much applies to FF3...
Online
Thanks. That should do it. Have to wait until tomorrow, though.
(1 am)
Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.
Offline
The wiki article needs some updates for FF3. First of all, recompiling firefox takes only one minute on most systems, because firefox 3.0 is just a skin and some extensions for xulrunner these days. Enabling branding, combined with installing the correct icon file should be enough.
Offline
Is is so fast to recompile now! Just run this in a directory with the firefox build files (from abs)
OLDMD5=`md5sum mozconfig | cut -d' ' -f1`
echo ac_add_options --enable-official-branding >> mozconfig
NEWMD5=`md5sum mozconfig | cut -d' ' -f1`
sed -i "s#$OLDMD5#$NEWMD5#" PKGBUILD
sed -i "s#browser/app#dist/branding#g" PKGBUILD
and run makepkg.
Online
Thanks for the sh script. Saved me a few seconds.
I have the firefox title and icon now, but the "about mozilla firefox" box still says minefield.
Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.
Offline
That is the free code-name. Firefox is trademarked and we can't use that name unless we use the official mozilla binary. I.e. we can't add any patches or build it against the system libraries. Firefox2 was know as Bon Echo for the same reason.
though minefield is not a really trustworthy name...
Offline
Hi there!
I installed Minefield today. Just have to ask this:
Does anyone know how to get rid of it showing my bookmarks in the adress bar?
I think it sucks. It still is the best browser for my needs, but this feature is not very nice imho.
Thanks
tailor
Offline
Hi there!
I installed Minefield today. Just have to ask this:
Does anyone know how to get rid of it showing my bookmarks in the adress bar?
I think it sucks. It still is the best browser for my needs, but this feature is not very nice imho.Thanks
tailor
Yes sir!
Enter about:config in location bar
filter for urlbar
change browser.urlbar.matchOnlyTyped to be true
oz
Offline
or right click on the menubar and uncheck bookmarks toolbar.
Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.
Offline
though minefield is not a really trustworthy name...
I think i goes quiet well with a browser . And I can associate that name to something in contrast to "Bon Echo" .
Offline
Yesterday I used the firefox-branded package in the AUR, and today it has disappeared.
Is it because of the trademark problem with the name and the icon image, or because it is almost the same as the Arch official one, and the Allan method given above is so easy to implement without a special package for it ?
But if the name of the package is not changed, the update with 'pacman -Syu' will overwrite it when an update is released.
With the AUR package firefox-branded, that would not occur, with the lines :
replaces=('firefox' 'firefox3' 'firefox3-branded')
conflicts=('firefox' 'firefox3' 'firefox3-branded')
in the PKGBUILD
So isn't it better to keep the AUR package with the 'firefox-branded' name ?
Offline
I don't know why it is not there anymore. With those replaces/conflicts pacman won't replace firefox-branded with firefox when a new version comes out. I have "IgnorePkg = firefox thunderbird" in my /etc/pacman.conf so I get informed about the update but it does not happen and then Ican build them from source.
Online
Yes sir!
Enter about:config in location bar
filter for urlbar
change browser.urlbar.matchOnlyTyped to be true
Thanks sir ozar sir!
Now it looks good to me.
Look what a handsome browser I have...
Offline
ozar wrote:Yes sir!
Enter about:config in location bar
filter for urlbar
change browser.urlbar.matchOnlyTyped to be trueThanks sir ozar sir!
Now it looks good to me.Look what a handsome browser I have...
And crippled because you just lost the best new feature of Firefox 3. I wouldn't want to go back anymore.
Offline
And crippled because you just lost the best new feature of Firefox 3.
I wouldn't want to go back anymore.
Ah, but that's purely a matter of opinion. That's the first new feature that I disable because it totally sucks, in my opinion. It's just too distracting for my own tastes. Still, I'm glad it's there for those that like it.
oz
Offline
You know what the best part of FF3 is? The fact that it works with then newest Vimperator.
Stop looking at my signature. It betrays your nature.
Offline
You know what the best part of FF3 is? The fact that it works with then newest Vimperator.
Vimperator 0.5.3 could not be installed because it is not compatible with Minefield 3.0.
Offline
You'll need version 1.1 from http://vimperator.mozdev.org.
Offline
There is some mistake, Firefox 3 should be Gran Paradiso and the icon should just be a globe.
Offline
There is some mistake, Firefox 3 should be Gran Paradiso and the icon should just be a globe.
That's certainly a better name than minefield. Anyway, I enabled branding, so it is firefox now.
Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.
Offline
There is some mistake, Firefox 3 should be Gran Paradiso and the icon should just be a globe.
This blog entry explains the difference between Minefield and Grand Paradisio.
#!/vim/rocks
Offline
unixguru wrote:There is some mistake, Firefox 3 should be Gran Paradiso and the icon should just be a globe.
This blog entry explains the difference between Minefield and Grand Paradisio.
Okay. But I didn't have a trunk build, and it was called minefield.
Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.
Offline