aboutsummaryrefslogtreecommitdiffstats
path: root/www/otter-browser
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2020-07-19 21:38:26 +0800
committerAdriaan de Groot <adridg@FreeBSD.org>2020-07-19 21:38:26 +0800
commit4acdcea15864f8da4fb940b3cc903864d7673cd1 (patch)
tree3a03f768a892d0c3dc7361779cd0ac94921a8c37 /www/otter-browser
parentfc4a90ebb669279d15d3c7cbb67680695200aac9 (diff)
downloadfreebsd-ports-gnome-4acdcea15864f8da4fb940b3cc903864d7673cd1.tar.gz
freebsd-ports-gnome-4acdcea15864f8da4fb940b3cc903864d7673cd1.tar.zst
freebsd-ports-gnome-4acdcea15864f8da4fb940b3cc903864d7673cd1.zip
Remove mention of a command-line-flag that doesn't work.
There is a discussion of these flags in qutebrowser's bugtracker (not otter!), https://github.com/qutebrowser/qutebrowser/issues/2671 but the mechanism of "--qt-flag" is specific to qutebrowser: it isn't a general Qt thing. I can't find anywhere in otter-browser's source history where it has a --disable-gpu flag: that **is** a Qt thing, as documented at https://doc.qt.io/qt-5/qtwebengine-debugging.html However the application has to be able to pass that on to Qt (which otter apparently doesn't anymore, and neither does falkon). Overall the recommendation is to use environment variables to manage Chromium-inside-WebEngine, as documented by Qt, e.g. QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu" otter-browser PR: 237277 240097
Diffstat (limited to 'www/otter-browser')
-rw-r--r--www/otter-browser/pkg-message3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/otter-browser/pkg-message b/www/otter-browser/pkg-message
index 1bbcb73e20c3..425a50f53fac 100644
--- a/www/otter-browser/pkg-message
+++ b/www/otter-browser/pkg-message
@@ -9,8 +9,7 @@ Web=qtwebengine
If you get wrong colors when watching videos while using the QtWebEngine
backend, this is probably because your system does not support hardware
-acceleration (see bug 237277): you can disable it by starting the browser
-from command line with the --disable-gpu option.
+acceleration (see bug 237277).
EOM
}
]