diff options
Diffstat (limited to 'www-client/icecat/files')
-rw-r--r-- | www-client/icecat/files/gentoo-default-prefs.js | 12 | ||||
-rw-r--r-- | www-client/icecat/files/icon/icecat-3.0.desktop | 9 |
2 files changed, 21 insertions, 0 deletions
diff --git a/www-client/icecat/files/gentoo-default-prefs.js b/www-client/icecat/files/gentoo-default-prefs.js new file mode 100644 index 0000000..5c4a653 --- /dev/null +++ b/www-client/icecat/files/gentoo-default-prefs.js @@ -0,0 +1,12 @@ +pref("app.update.enabled", false); +pref("app.update.autoInstallEnabled", false); +pref("browser.display.use_system_colors", true); +pref("browser.link.open_external", 3); +pref("general.smoothScroll", true); +pref("general.autoScroll", false); +pref("browser.tabs.tabMinWidth", 15); +pref("browser.backspace_action", 0); +pref("browser.urlbar.hideGoButton", true); +pref("accessibility.typeaheadfind", true); +pref("browser.shell.checkDefaultBrowser", false); +pref("browser.EULA.override", true); diff --git a/www-client/icecat/files/icon/icecat-3.0.desktop b/www-client/icecat/files/icon/icecat-3.0.desktop new file mode 100644 index 0000000..7d38f16 --- /dev/null +++ b/www-client/icecat/files/icon/icecat-3.0.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=GNU IceCat +Comment=Web Browser +Exec=/usr/bin/icecat %U +Icon=icecat-icon +Terminal=false +Type=Application +MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml; +Categories=Network;WebBrowser; |