diff options
author | Nick White <git@njw.me.uk> | 2009-07-18 01:19:46 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-07-18 01:19:46 +0100 |
commit | 79be355cafc04327dfdb8f790321e152a2fd6b29 (patch) | |
tree | ea9f2420bc3ae66e46e2b154f1d86dde82f341f4 /www-client/icecat/files | |
parent | ebd317d371dc6a7f478860d07d61dd6188947041 (diff) | |
download | njw-gentoo-local-79be355cafc04327dfdb8f790321e152a2fd6b29.tar.bz2 njw-gentoo-local-79be355cafc04327dfdb8f790321e152a2fd6b29.zip |
Added new icecat 3.5 ebuild
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.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.desktop b/www-client/icecat/files/icon/icecat.desktop new file mode 100644 index 0000000..7d38f16 --- /dev/null +++ b/www-client/icecat/files/icon/icecat.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; |