Добавлены шаблоны для www-client

www-client/chromium
www-client/firefox
master
parent d6927f1bd2
commit d95fa14d54

@ -0,0 +1 @@
{% calculate append='skip' %}

@ -0,0 +1 @@
{% calculate path='/etc', package='www-client/chromium', ('CLDX' in install.os.linux.pkglist) %}

@ -0,0 +1,5 @@
{% calculate comment='#' %}
# Basic password settings for chromium (gnome-keyring use lot of memory and cpu time).
# This file is sourced by /bin/bash from the chromium launcher.
CHROMIUM_FLAGS="${CHROMIUM_FLAGS} --password-store=basic"

@ -0,0 +1 @@
{% calculate append='skip', package='www-client/firefox' %}

@ -0,0 +1,3 @@
{% calculate path='/usr/lib/firefox/defaults/pref' %}
pref("general.config.filename", "mozilla.cfg");
pref("general.config.obscure_value", 0); // use this to disable the byte-shift

@ -0,0 +1,3 @@
{% calculate path='/usr/lib/firefox' %}
//
unlockPref("toolkit.telemetry.enabled");
Loading…
Cancel
Save