Patch from SuSE package
2007-04-18 Rodrigo Moya <rodrigo@gnome-db.org> Patch from SuSE package * gnome-default-applications.xml.in: added Seamonkey as web browser and mail reader. svn path=/trunk/; revision=7475
This commit is contained in:
parent
dd75320d14
commit
933cef144a
2 changed files with 24 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2007-04-18 Rodrigo Moya <rodrigo@gnome-db.org>
|
||||||
|
|
||||||
|
Patch from SuSE package
|
||||||
|
|
||||||
|
* gnome-default-applications.xml.in: added Seamonkey as web browser and
|
||||||
|
mail reader.
|
||||||
|
|
||||||
2007-04-08 Jens Granseuer <jensgr@gmx.net>
|
2007-04-08 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
Patch by: Kristof Vansant <de_lupus@pandora.be>
|
Patch by: Kristof Vansant <de_lupus@pandora.be>
|
||||||
|
|
|
@ -101,6 +101,16 @@
|
||||||
<tab-command>mozilla -remote "openurl(%s,new-tab)"</tab-command>
|
<tab-command>mozilla -remote "openurl(%s,new-tab)"</tab-command>
|
||||||
<win-command>mozilla -remote "openurl(%s,new-window)"</win-command>
|
<win-command>mozilla -remote "openurl(%s,new-window)"</win-command>
|
||||||
</web-browser>
|
</web-browser>
|
||||||
|
<web-browser>
|
||||||
|
<_name>SeaMonkey</_name>
|
||||||
|
<executable>seamonkey</executable>
|
||||||
|
<command>seamonkey %s</command>
|
||||||
|
<icon-name>seamonkey</icon-name>
|
||||||
|
<run-in-terminal>false</run-in-terminal>
|
||||||
|
<netscape-remote>true</netscape-remote>
|
||||||
|
<tab-command>seamonkey -remote "openurl(%s,new-tab)"</tab-command>
|
||||||
|
<win-command>seamonkey -remote "openurl(%s,new-window)"</win-command>
|
||||||
|
</web-browser>
|
||||||
<web-browser>
|
<web-browser>
|
||||||
<_name>Netscape Communicator</_name>
|
<_name>Netscape Communicator</_name>
|
||||||
<executable>netscape</executable>
|
<executable>netscape</executable>
|
||||||
|
@ -237,6 +247,13 @@
|
||||||
<icon-name>mozilla-mail-icon</icon-name>
|
<icon-name>mozilla-mail-icon</icon-name>
|
||||||
<run-in-terminal>false</run-in-terminal>
|
<run-in-terminal>false</run-in-terminal>
|
||||||
</mail-reader>
|
</mail-reader>
|
||||||
|
<mail-reader>
|
||||||
|
<_name>SeaMonkey Mail</_name>
|
||||||
|
<executable>seamonkey</executable>
|
||||||
|
<command>seamonkey -mail %s</command>
|
||||||
|
<icon-name>seamonkey</icon-name>
|
||||||
|
<run-in-terminal>false</run-in-terminal>
|
||||||
|
</mail-reader>
|
||||||
<mail-reader>
|
<mail-reader>
|
||||||
<_name>Mutt</_name>
|
<_name>Mutt</_name>
|
||||||
<executable>mutt</executable>
|
<executable>mutt</executable>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue