John Dangler schreef:
> I just found some docs on this that say "Large organizations that require an
> integrated suite (past Netscape Communicator users) should consider moving
> towards Mozilla 1.7. All others should consider upgrading to Firefox and
> Thunderbird."
> 
> So, I guess the question becomes, can I unmerge Mozilla and emerge Firefox
> and Thunderbird?  Or do they need to see Mozilla libs somewhere, since
> they're offered by the same org?
> 

The answer to your question is "yes and no".

Not because Firefox needs Mozilla to run (it doesn't), but because you
have emerged the gnome meta-package, of which the Mozilla Suite is a
(deep) dependency (because the full GNOME installation installs GNOME's
web browser, Epiphany, which directly depends on Mozilla).

So if you uninstall Mozilla now, you will 1) break Epiphany, and 2)
break the meta-package. GNOME will still work, except for Epiphany, but
Portage will at some point become aware that one of the dependencies for
one of your installed applications-- in this case, the gnome
meta-package-- has been uninstalled. Which is, of course, not cool as
far as Portage is concerned, so it will, of course, attempt to reinstall
Mozilla at every opportunity.

Which is kind of a PITA, if you went to all the trouble to uninstall it
in the first place.

The solution? Replace the 'gnome' metapackage with the 'gnome-light'
metapackage, which installs a full GNOME desktop, without the
applications that could be considered 'cruft', such as Mozilla,
sound-juicer, Totem, Evolution (and Evolution Data Server) and GStreamer.

How do you switch when GNOME is already installed?

1) emerge -C gnome.

This will *not* unmerge any applications, just the metapackage itself,
thereby orphaning the dependencies that you want to uninstall.

2) emerge -C the 'extra' programs you don't want (Mozilla, Epiphany,

Evo, EDS, Totem, Sound Juicer, whatever). Also make sure that your USE
flags conform to your choices (add -mozilla, and also -eds if you don't
want evolution-data-server to be re-emerged when you upgrade gnome-panel).

3) emerge gnome-light

This will not emerge anything new (unless you ripped out Nautilus or
something in your purge ;) ), but will 'adopt' all the orphaned GNOME
desktop dependencies that were orphaned by your unmerge of the gnome
meta-package, so when you next emerge -uDv world, if there are updates
to GNOME, they will be picked up (because they are dependencies of the
gnome-light package).

Hope this helps,
Holly
-- 
gentoo-user@gentoo.org mailing list

Reply via email to