~randomaction/ubufox/lp274605

« back to all changes in this revision

Viewing changes to debian/ubufox.js

  • Committer: Alexander Sack
  • Date: 2008-10-21 12:08:07 UTC
  • Revision ID: asac@jwsdot.com-20081021120807-5d29imd93lsgyh8x
* fix LP: #259914 - prefs in ubufox extension override system prefs;
  to fix we ship /etc/firefox-3.0/pref/ubufox.js where admins can place their
  system prefs and link it properly to the global ubufox defaults
  preferences directory
  - add debian/ubufox.js
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
// here to become effective.
5
5
 
6
6
 
 
7
// Example: Homepage
 
8
// in /etc/firefox-3.0/global.properties put your homepage like
 
9
//   browser.startup.homepage=http://www.yourhomepage.tld
 
10
//
 
11
// then enable that by:
 
12
// pref("browser.startup.homepage", "file:/etc/firefox-3.0/global.properties");
 
13