Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37735030
en ru br
Репозитории ALT
S:118.0-alt1
4.1: 3.0.9-alt0.M41.1
+updates:3.0.4-alt0.M41.2
4.0: 2.0.0.18-alt0.M40.1
3.0: 1.0.7-alt3
+updates:1.0.8-alt0.M30.1
www.altlinux.org/Changes

Группа :: Сети/WWW
Пакет: firefox

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: firefox-alt-prefs-tuning.patch
Скачать


--- mozilla/modules/libpref/src/init/all.js.prefs	2007-06-19 15:33:46 +0400
+++ mozilla/modules/libpref/src/init/all.js	2007-06-19 15:36:33 +0400
@@ -2220,10 +2220,10 @@ pref("print.xprint.font.rejectfontpatter
 /* Xprint print module prefs */
 pref("print.xprint.font.force_outline_scaled_fonts", true);
 
 /* PostScript print module prefs */
-// pref("print.postscript.enabled",      true);
-pref("print.postscript.paper_size",    "letter");
+pref("print.postscript.enabled",      true);
+pref("print.postscript.paper_size",    "a4");
 pref("print.postscript.orientation",   "portrait");
 pref("print.postscript.print_command", "lpr ${MOZ_PRINTER_NAME:+'-P'}${MOZ_PRINTER_NAME}");
 
 /* PostScript print module font config
--- mozilla/browser/app/profile/firefox.js.prefs	2007-06-19 15:36:33 +0400
+++ mozilla/browser/app/profile/firefox.js	2007-06-19 15:42:15 +0400
@@ -47,8 +47,16 @@
 #define UNIX_BUT_NOT_MAC
 #endif
 #endif
 
+#ifdef XP_UNIX
+#ifdef HAVE_64BIT_OS
+pref("plugin.default.x11.path", "/usr/lib64");
+#else
+pref("plugin.default.x11.path", "/usr/lib");
+#endif
+#endif
+
 pref("general.startup.browser", true);
 
 pref("browser.chromeURL","chrome://browser/content/");
 pref("browser.hiddenWindowChromeURL", "chrome://browser/content/hiddenWindow.xul");
@@ -79,14 +87,14 @@ pref("browser.dictionaries.download.url"
 
 // App-specific update preferences
 
 // Whether or not app updates are enabled
-pref("app.update.enabled", true);
+pref("app.update.enabled", false);
 
 // This preference turns on app.update.mode and allows automatic download and
 // install to take place. We use a separate boolean toggle for this to make
 // the UI easier to construct.
-pref("app.update.auto", true);
+pref("app.update.auto", false);
 
 // Defines how the Application Update Service notifies the user about updates:
 //
 // AUM Set to:        Minor Releases:     Major Releases:
@@ -142,8 +150,9 @@ pref("app.update.incompatible.mode", 0);
 //  extensions.{GUID}.update.url
 //  extensions.{GUID}.update.interval
 //  .. etc ..
 //
+pref("extensions.checkCompatibility", true);
 pref("extensions.update.enabled", true);
 pref("extensions.update.url", "chrome://mozapps/locale/extensions/extensions.properties");
 pref("extensions.update.interval", 86400);  // Check for updates to Extensions and 
                                             // Themes every day
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin