Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71451 - mozilla-launcher needs config
Summary: mozilla-launcher needs config
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-16 15:58 UTC by Wendall Cada
Modified: 2004-11-19 09:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wendall Cada 2004-11-16 15:58:15 UTC
With each update of mozilla-launcher, I have to edit /usr/libexec/mozilla-launcher and change newtype=${MOZILLA_NEWTYPE:-"window"} to newtype=${MOZILLA_NEWTYPE:-"tab"} since I prefer this behaviour. It would be nice if this were in a config that gets updated via etc-update.

Wendall

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2004-11-18 20:14:36 UTC
Put in your .bash_profile:

export MOZILLA_NEWTYPE=tab

man bash and search for :-
Comment 2 Wendall Cada 2004-11-19 08:26:12 UTC
Sorry, but even the bash profile entry needs to be added by the ebuild if this is your prefered way of doing things. etc-update needs to be able to handle settings changed by ebuild updates. This is an area that this ebuild fails in, needs to be fixed.

Wendall
Comment 3 Aron Griffis (RETIRED) gentoo-dev 2004-11-19 09:26:27 UTC
Absolutely not.  Ebuilds don't touch user home directories.  Set it once in your personal .bash_profile and there's nothing to update.