# Partner Distribution Configuration File
# Author: Dan Mills <thunder@mozilla.com>

# id: short string unique to this distribution
# about: a short descriptive (ui-visible) string for this
# distribution
# version: version of the extra distribution pieces (not the version
# of Firefox)
# bookmarks.initialized.pref: (optional) name of a boolean pref used to determine if bookmarks should be created on startup.  This option should not be used except to upgrade from previous customized distributions that did not use the distribution.ini method

[Global]
id=MX-Linux
version=1.0
about=Updates will come through your package manager
about.en-US=Updates will come through your package manager

# This section contains the global js prefs.  You do should not list
# the localized preferences here (see below)

# Boolean preferences should be 'true' or 'false', w/o quotes.  e.g.:
# my.bool.preference=true
#
# Integer preferences should be unquoted numbers.  e.g.:
# my.int.preference=123
#
# String preferences should be in quotes.  e.g.:
# my.string.preference="foo"

[Preferences]
mozilla.partner.id="mx-linux"
app.distributor="mx-linux"
app.distributor.channel=
browser.search.distributionID="mxlinux.org"
browser.search.searchEnginesURL="https://www.google.com"
browser.search.defaultenginename="Google"
app.update.enabled=false
extensions.update.enabled=true
intl.locale.matchOS=true
browser.shell.checkDefaultBrowser=false
browser.newtabpage.enhanced=false

# This section is used as a template for locale-specific properties
# files.  They work similarly to the GlobalPrefs section, except that
# the %LOCALE% string gets substituted with the language string.
#
# This section should only be used for localized string preferences.
# Other preference types will not work.

[LocalizablePreferences]
browser.startup.homepage="http://mxlinux.org"

# This section is an example of an override for a particular locale.
# The override sections do not interpolate %LOCALE% into strings.
# Preferences set in override sections are *merged* with the
# localizable defaults.  That is, if you want a pref in
# [LocalizablePreferences] to not be set in a particular locale,
# you'll need to unset it explicitly ("pref.name=" on a line of its
# own).

[LocalizablePreferences-en-US]
browser.foo="mx-linux"


# Search Plugins

# Search plugins do no need to be listed in this ini file.  Instead,
# create a directory structure like the following, and they will be
# automatically loaded:

# * distribution/
#   * searchplugins/
#     * common/
#       * <plugin.xml>
#       * <plugin.xml>
#       * ...
#     * locale/
#       * <locale>/
#         * <plugin.xml>
#         * <plugin.xml>
#         * ...
#       * <locale>/
#         * <plugin.xml>
#         * <plugin.xml>
#         * ...

# If a directory for the locale the browser is running in doesn't
# exist, Firefox will automatically try the 'default' locale, as defined
# by the distribution.searchplugins.defaultLocale preference.

# Bookmarks

# There are two "toplevel" sections, BookmarksToolbar and BookmarksMenu.
# These can reference other sections via the "folder" type item.  These
# folder sections must be named "BookmarksFolder-<id>".

# Each section contains a list of numbered item settings, where each
# item represents a bookmark, livemark, separator, folder, or the default
# bookmarks in that container (if any).  The default type is bookmark.
#
# Since Firefox 45, it's possible to set an optional keyword or favicon
# for a bookmark.

[BookmarksToolbar]
item.1.title=MX Linux
item.1.link=https://mxlinux.org/
item.1.description=MX Linux Homepage
item.2.title=MX Forum
item.2.link=https://forum.mxlinux.org/
item.2.description=MX Linux Forum
item.3.title=antiX
item.3.link=http://antix.mepis.org
item.3.description=antiX Homepage
item.4.title=antiX Forum
item.4.link=http://antix.freeforums.org
item.4.description=antiX forum

[BookmarksMenu]
item.1.type=folder
item.1.title=MX Linux
item.1.folderId=1
item.2.type=folder
item.2.title=antiX
item.2.folderId=2

[BookmarksFolder-1]
item.1.title=MX Linux
item.1.link=https://mxlinux.org/
item.1.description=MX Linux Homepage
item.2.title=MX Forum
item.2.link=https://forum.mxlinux.org/
item.2.description=MX Linux Forum

[BookmarksFolder-2]
item.1.title=antiX
item.1.link=http://antix.mepis.org
item.1.description=antiX Homepage
item.2.title=antiX Forum
item.2.link=http://antix.freeforums.org
item.2.description=antiX forum
