User:Astronouth7303

From MozillaWiki
Jump to: navigation, search

Rebranding

Or: Building Mozilla et al so that it uses different profiles and mutexes than your release versions.

Both of these methods require rebuilding the app in question.

Profiles

in your .mozconfig file, add this line:

ac_add_options --with-user-appdir=path 

Setting path to the directory in the path in your home directory you want profiles to be.

Mutexes

Note: These instructions are for Windows only.

Go to xpfe/bootstrap in your source directory, and open splash.rc in your favorite text editor. Replace @MOZ_APP_DISPLAYNAME@ with whatever you like (should probably be similar to what you used for the profile dir).

Other wikis