Index: epiphany-2.19.6/data/epiphany-bookmarks-html.xsl =================================================================== --- epiphany-2.19.6.orig/data/epiphany-bookmarks-html.xsl +++ epiphany-2.19.6/data/epiphany-bookmarks-html.xsl @@ -51,7 +51,7 @@ $Id: epiphany-bookmarks-html.xsl 6952 20
- + Index: epiphany-2.19.6/src/bookmarks/ephy-bookmarks.c =================================================================== --- epiphany-2.19.6.orig/src/bookmarks/ephy-bookmarks.c +++ epiphany-2.19.6/src/bookmarks/ephy-bookmarks.c @@ -102,7 +102,10 @@ static const EphyBookmarksBookmarkInfo d * For instance in .nl these should be * "http://www.google.nl" and "http://www.google.nl/search?q=%s" */ - { N_("Search the web"), N_("http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8") } + { N_("Search the web"), N_("http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8") }, + { N_("openSUSE News"), N_("http://news.opensuse.org/") } + /* I'm not sure how to do this properly, or if you even can: + { N_("openSUSE News Feed"), N_("http://news.opensuse.org/?feed=rss2") } */ }; static const char *default_topics [] =