SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
25
graphics/geeqie/patches/patch-src_window_cc
Normal file
25
graphics/geeqie/patches/patch-src_window_cc
Normal file
|
@ -0,0 +1,25 @@
|
|||
Index: src/window.cc
|
||||
--- src/window.cc.orig
|
||||
+++ src/window.cc
|
||||
@@ -173,19 +173,11 @@ static const gchar *html_browsers[] =
|
||||
{
|
||||
/* Our specific script */
|
||||
GQ_APPNAME_LC "_html_browser", nullptr,
|
||||
- /* Redhat has a nifty htmlview script to start the user's preferred browser */
|
||||
- "htmlview", nullptr,
|
||||
- /* Debian has even better approach with alternatives */
|
||||
- "sensible-browser", nullptr,
|
||||
- /* GNOME 2 */
|
||||
- "gconftool-2", "gconftool-2 -g /desktop/gnome/url-handlers/http/command",
|
||||
- /* KDE */
|
||||
- "kfmclient", "!kfmclient exec \"%s\"",
|
||||
+ /* fd.o */
|
||||
+ "xdg-open", nullptr,
|
||||
/* use fallbacks */
|
||||
"firefox", nullptr,
|
||||
- "mozilla", nullptr,
|
||||
"konqueror", nullptr,
|
||||
- "netscape", nullptr,
|
||||
"opera", "!opera --remote 'openURL(%s,new-page)'",
|
||||
nullptr, nullptr
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue