Patch by: Nicolas Valcarcel

2008-02-09  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Nicolas Valcarcel

	* gnome-default-applications.xml.in: add support for Terminator
	console (bug #515366)

svn path=/trunk/; revision=8458
This commit is contained in:
Jens Granseuer 2008-02-09 10:32:57 +00:00 committed by Jens Granseuer
parent d17e7b150d
commit 197bf79488
2 changed files with 42 additions and 28 deletions

View file

@ -1,3 +1,10 @@
2008-02-09 Jens Granseuer <jensgr@gmx.net>
Patch by: Nicolas Valcárcel
* gnome-default-applications.xml.in: add support for Terminator
console (bug #515366)
2008-02-08 Jens Granseuer <jensgr@gmx.net>
* gnome-at-session.desktop.in.in: improve name and description for the
@ -196,7 +203,7 @@
* gnome-default-applications.xml.in: Fix Thunderbird command line
parameter (this time should *really* work). Closes bug #326808.
2006-12-17 Loïc Minier <lool+gnome@via.ecp.fr>
2006-12-17 Loïc Minier <lool+gnome@via.ecp.fr>
* gnome-default-applications.xml.in: add support for Iceweasel and
Icedove. Closes bug #379085.
@ -513,7 +520,7 @@
* gnome-default-applications-properties.c: (create_dialog):
Use themed icon for WM hint.
2004-07-13 David Sedeño <david@alderia.com>
2004-07-13 David Sedeño <david@alderia.com>
http://bugzilla.gnome.org/show_bug.cgi?id=147244
* gnome-default-applications-properties.c: Only put the toggles

View file

@ -258,6 +258,13 @@
<icon-name>gnome-terminal</icon-name>
<exec-flag>-x</exec-flag>
</terminal>
<terminal>
<_name>Terminator</_name>
<executable>terminator</executable>
<command>terminator</command>
<icon-name>terminator</icon-name>
<exec-flag>-e</exec-flag>
</terminal>
<terminal>
<_name>Standard XTerminal</_name>
<executable>xterm</executable>