Alexey, Alexey Eremenko wrote:
> 1. implement custom branding. How to do that ? Depends on what you want to modify exactly. > 2, it should run as a separate process, totally independent from normal > Firefox. That's not sooo easy. Basically you have to switch the profile dir in that case. There is a configure switch for that but I'm not sure if it'll be resetted again for example by --enable-official-branding. > I have built FireFox with the following parameters: > > [EMAIL PROTECTED]:~/Linstall/mozilla> cat .mozconfig > . $topsrcdir/browser/config/mozconfig > mk_add_options [EMAIL PROTECTED]@/ff-opt-static > ac_add_options --enable-optimize > ac_add_options --disable-debug > ac_add_options --enable-static > ac_add_options --disable-shared > ac_add_options --disable-tests > ac_add_options --enable-official-branding > mk_add_options MOZ_CO_PROJECT=browser > > But the result is a disappointing Bon Echo, that is also shares > process with the already installed SUSE's FireFox. > > Any ideas on how to achieve the needed functionality ? > > Basically my vision is that the new FireFox should not differ in code > from the original, but should differ in configuration. However I stay > open-minded. You could start using the RPM spec from the original one and modify it. I'm not sure why you get a Bon Echo branded version above. Too much info is missing to know why. Please note that I don't really like the idea to have different packages of Firefox just for an apparmored version. For most of the stuff you want to achieve it's even not really necessary. What you need for AppArmor is a different binary (name) to distinguish both and that the "secured" Firefox is using another profile can also be achieved by choosing an alternative profile during startup. What you can't do is to modify the names and branding within the UI in that case, which isn't nice but given the costs of the approach to have another full installation it's maybe a tradeoff. PS: I've contacted Mozilla to get a rough statement about using a modified logo as icon and waiting for an answer. Wolfgang --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
