Patch by: Sven Arvidsson <sa@whiz.se>

2007-08-17  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Sven Arvidsson <sa@whiz.se>

	* gnome-default-applications.xml.in: add browser and mail entries for
	Iceape, the debranded Seamonkey version used by Debian (bug #467472)

svn path=/trunk/; revision=8012
This commit is contained in:
Jens Granseuer 2007-08-17 16:12:31 +00:00 committed by Jens Granseuer
parent c2aca4842a
commit cbbba2a4b1
2 changed files with 24 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2007-08-17 Jens Granseuer <jensgr@gmx.net>
Patch by: Sven Arvidsson <sa@whiz.se>
* gnome-default-applications.xml.in: add browser and mail entries for
Iceape, the debranded Seamonkey version used by Debian (bug #467472)
2007-08-01 Jens Granseuer <jensgr@gmx.net>
* gnome-at-commandline.in.in: don't use '==', and improve

View file

@ -111,6 +111,16 @@
<tab-command>seamonkey -remote "openurl(%s,new-tab)"</tab-command>
<win-command>seamonkey -remote "openurl(%s,new-window)"</win-command>
</web-browser>
<web-browser>
<_name>Iceape</_name>
<executable>iceape</executable>
<command>iceape %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>Netscape Communicator</_name>
<executable>netscape</executable>
@ -254,6 +264,13 @@
<icon-name>seamonkey</icon-name>
<run-in-terminal>false</run-in-terminal>
</mail-reader>
<mail-reader>
<_name>Iceape Mail</_name>
<executable>iceape</executable>
<command>iceape -mail %s</command>
<icon-name>iceape</icon-name>
<run-in-terminal>false</run-in-terminal>
</mail-reader>
<mail-reader>
<_name>Mutt</_name>
<executable>mutt</executable>