On Thu, 2007-01-11 at 17:38 -0500, Armando Romero wrote: > The iceape is new unbranded browser in Debian, thus > gnome-default-applications-properties shall upgrade its defaults and > change from Mozilla to iceape, or at least iceape shall be added as > default. > > Same for mail client.
I updated 29_iceweasel-icedove-preferred-apps.patch to add Iceape Navigator and Iceape Mail Composer, is it okay to commit to unstable and merge to experimental? -- Cheers, Sven Arvidsson http://www.whiz.se PGP Key ID 760BDD22
diff -rup ../control-center-2.14.2.orig/capplets/default-applications/gnome-default-applications.xml.in ./capplets/default-applications/gnome-default-applications.xml.in
--- ../control-center-2.14.2.orig/capplets/default-applications/gnome-default-applications.xml.in 2006-03-28 21:52:57.000000000 +0200
+++ ./capplets/default-applications/gnome-default-applications.xml.in 2007-01-17 22:49:27.000000000 +0100
@@ -72,6 +72,26 @@
<win-command>firefox -remote "openurl(%s,new-window)"</win-command>
</web-browser>
<web-browser>
+ <_name>Iceweasel</_name>
+ <executable>iceweasel</executable>
+ <command>iceweasel %s</command>
+ <icon-name>iceweasel</icon-name>
+ <run-in-terminal>false</run-in-terminal>
+ <netscape-remote>true</netscape-remote>
+ <tab-command>iceweasel -remote "openurl(%s,new-tab)"</tab-command>
+ <win-command>iceweasel -remote "openurl(%s,new-window)"</win-command>
+ </web-browser>
+ <web-browser>
+ <_name>Iceape Navigator</_name>
+ <executable>iceape</executable>
+ <command>iceape -browser %s</command>
+ <icon-name>iceape</icon-name>
+ <run-in-terminal>false</run-in-terminal>
+ <netscape-remote>true</netscape-remote>
+ <tab-command>iceape -remote "openurl(%s,new-tab)"</tab-command>
+ <win-command>iceape -remote "openurl(%s,new-window)"</win-command>
+ </web-browser>
+ <web-browser>
<_name>Mozilla 1.6</_name>
<executable>mozilla-1.6</executable>
<command>mozilla-1.6 %s</command>
@@ -200,6 +220,20 @@
<run-in-terminal>false</run-in-terminal>
</mail-reader>
<mail-reader>
+ <_name>Icedove</_name>
+ <executable>icedove</executable>
+ <command>icedove -compose %s</command>
+ <icon-name>icedove</icon-name>
+ <run-in-terminal>false</run-in-terminal>
+ </mail-reader>
+ <mail-reader>
+ <_name>Iceape Mail Composer</_name>
+ <executable>iceape</executable>
+ <command>iceape -compose %s</command>
+ <icon-name>iceape-mail-compose</icon-name>
+ <run-in-terminal>false</run-in-terminal>
+ </mail-reader>
+ <mail-reader>
<_name>Thunderbird</_name>
<executable>thunderbird</executable>
<command>thunderbird -compose %s</command>
signature.asc
Description: This is a digitally signed message part

