SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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
};