Revert string changes and add entries for Firefox on Debian and Fedora
2004-10-14 Kjartan Maraas <kmaraas@gnome.org> * gnome-default-applications-properties-structs.c: Revert string changes and add entries for Firefox on Debian and Fedora with new binary names. Original patch from jdassen at debian org. Closes part of bug #155246. The original patch should go into HEAD after branching. * gnome-default-applications-properties.c: (browser_setup_custom), (mailer_setup_custom), (terminal_setup_custom): Use the binary that's found in the path. Patch by seb128 at debian org. Closes bug #148991.
This commit is contained in:
parent
464e9f4837
commit
fc56c5f861
3 changed files with 19 additions and 8 deletions
|
@ -6,17 +6,17 @@ struct _BrowserDescription {
|
|||
gboolean in_path;
|
||||
};
|
||||
BrowserDescription possible_browsers[] = {
|
||||
{ N_("Debian Sensible Browser"), "sensible-browser", "sensible-browser %s", FALSE, FALSE },
|
||||
{ N_("Epiphany"), "epiphany", "epiphany %s", FALSE, FALSE },
|
||||
{ N_("Galeon"), "galeon", "galeon %s", FALSE, FALSE },
|
||||
{ N_("Encompass"), "encompass", "encompass %s", FALSE, FALSE },
|
||||
{ N_("FireFox"), "mozilla-firefox", "mozilla-firefox %s", FALSE, FALSE },
|
||||
{ N_("Firebird/FireFox"), "mozilla-firebird", "mozilla-firebird %s", FALSE, FALSE },
|
||||
{ N_("Firebird/FireFox"), "mozilla-firebird", "mozilla-firebird %s", FALSE, FALSE },
|
||||
{ N_("Firebird/FireFox"), "mozilla-firefox", "mozilla-firebird %s", FALSE, FALSE },
|
||||
{ N_("Firebird/FireFox"), "firefox", "mozilla-firebird %s", FALSE, FALSE },
|
||||
{ N_("Mozilla/Netscape 6"), "mozilla-1.6", "mozilla-1.6 %s", FALSE, FALSE },
|
||||
{ N_("Mozilla/Netscape 6"), "mozilla", "mozilla %s", FALSE, FALSE },
|
||||
{ N_("Netscape Communicator"), "netscape", "netscape %s", FALSE, FALSE },
|
||||
{ N_("Konqueror"), "konqueror", "konqueror %s", FALSE, FALSE },
|
||||
{ N_("W3M Text Browser"), "w3m", "w3m %s", TRUE, FALSE },
|
||||
{ N_("W3M Text Browser"), "w3n", "w3m %s", TRUE, FALSE },
|
||||
{ N_("Lynx Text Browser"), "lynx", "lynx %s", TRUE, FALSE },
|
||||
{ N_("Links Text Browser") , "links", "links %s", TRUE, FALSE }
|
||||
};
|
||||
|
@ -51,7 +51,6 @@ struct _TerminalDesciption {
|
|||
gboolean in_path;
|
||||
};
|
||||
TerminalDescription possible_terminals[] = {
|
||||
{ N_("Debian Terminal Emulator"), "x-terminal-emulator", "-e", FALSE },
|
||||
{ N_("Gnome Terminal"), "gnome-terminal", "-x", FALSE },
|
||||
{ N_("Standard XTerminal"), "xterm", "-e", FALSE },
|
||||
{ N_("NXterm"), "nxterm", "-e", FALSE },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue