Description: Remove Opera. Replace Galeon, Mozilla, Netscape and rxvt by Epiphany-browser, Iceape, Iceweasel and x-terminal-emulator. Author: Anthony Letellier Bug-gNewSense: https://savannah.nongnu.org/bugs/?37919 Date: 2013-06-15 --- a/src/prefs_ext_prog.c +++ b/src/prefs_ext_prog.c @@ -157,16 +157,16 @@ uri_combo = combobox_text_new(TRUE, DEFAULT_BROWSER_CMD, - "galeon --new-tab '%s'", - "galeon '%s'", - "mozilla -remote 'openurl(%s,new-window)'", - "netscape -remote 'openURL(%s, new-window)'", - "netscape '%s'", + "epiphany-browser --new-tab '%s'", + "epiphany-browser '%s'", + "iceape '%s'", + "iceape -new-tab '%s'", + "iceweasel -remote 'openURL(%s, new-window)'", + "iceweasel '%s'", "gnome-moz-remote --newwin '%s'", "kfmclient openURL '%s'", - "opera -newwindow '%s'", - "rxvt -e w3m '%s'", - "rxvt -e lynx '%s'", + "x-terminal-emulator -e w3m '%s'", + "x-terminal-emulator -e lynx '%s'", NULL); #ifdef MAEMO gtk_widget_set_sensitive(uri_combo, FALSE);