wok-6.x diff firefox/stuff/distribution.ini @ rev 18439
giac: no not build doc
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 23 18:02:54 2015 +0200 (2015-09-23) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/firefox/stuff/distribution.ini Wed Sep 23 18:02:54 2015 +0200 1.3 @@ -0,0 +1,77 @@ 1.4 +# Partner Distribution Configuration File 1.5 + 1.6 +# id: short string unique to this distribution 1.7 +# about: a short descriptive (ui-visible) string for this 1.8 +# distribution 1.9 +# version: version of the extra distribution pieces (not the version 1.10 +# of Firefox) 1.11 + 1.12 +[Global] 1.13 +id=SliTaz GNU/Linux 1.14 +version=5.0 1.15 +about=Distribution Edition 1.16 +about.fr=Édition pour la distribution 1.17 + 1.18 +# This section contains the global js prefs. You do should not list 1.19 +# the localized preferences here (see below) 1.20 + 1.21 +# Boolean preferences should be 'true' or 'false', w/o quotes. e.g.: 1.22 +# my.bool.preference=true 1.23 +# 1.24 +# Integer preferences should be unquoted numbers. e.g.: 1.25 +# my.int.preference=123 1.26 +# 1.27 +# String preferences should be in quotes. e.g.: 1.28 +# my.string.preference="foo" 1.29 + 1.30 +[Preferences] 1.31 +# Use LANG environment variable to choose locale 1.32 +intl.locale.matchOS=true 1.33 +# disable default browser check 1.34 +browser.shell.checkDefaultBrowser=false 1.35 +browser.startup.homepage_override.mstone="ignore" 1.36 +# disable application updates 1.37 +app.update.enabled=false 1.38 +# disables the request to send performance data from displaying 1.39 +toolkit.telemetry.prompted=2 1.40 +toolkit.telemetry.rejected=true 1.41 + 1.42 +# This section is used as a template for locale-specific properties 1.43 +# files. They work similarly to the GlobalPrefs section, except that 1.44 +# the %LOCALE% string gets substituted with the language string. 1.45 +# 1.46 +# This section should only be used for localized string preferences. 1.47 +# Other preference types will not work. 1.48 + 1.49 +[LocalizablePreferences] 1.50 +browser.startup.homepage="file:///usr/share/webhome/index.html" 1.51 + 1.52 + 1.53 +# Bookmarks 1.54 + 1.55 +# There are two "toplevel" sections, BookmarksToolbar and BookmarksMenu. 1.56 +# These can reference other sections via the "folder" type item. These 1.57 +# folder sections must be named "BookmarksFolder-<id>". 1.58 + 1.59 +# Each section contains a list of numbered item settings, where each 1.60 +# item represents a bookmark, livemark, separator, folder, or the default 1.61 +# bookmarks in that container (if any). The default type is bookmark. 1.62 + 1.63 +[BookmarksToolbar] 1.64 + 1.65 +[BookmarksMenu] 1.66 +item.1.type=folder 1.67 +item.1.title=SliTaz GNU/Linux 1.68 +item.1.folderId=1 1.69 + 1.70 +[BookmarksFolder-1] 1.71 +item.1.title=SliTaz Website 1.72 +item.1.link=http://www.slitaz.org/ 1.73 +item.2.type=separator 1.74 +item.3.title=SliTaz Community Forum 1.75 +item.3.link=http://forum.slitaz.org/ 1.76 +item.4.type=separator 1.77 +item.5.title=SliTaz on Twitter 1.78 +item.5.link=http://twitter.com/slitaz 1.79 +item.6.title=SliTaz on DistroWatch 1.80 +item.6.link=http://distrowatch.com/table.php?distribution=slitaz