From fcf8bee6eb615e2f98271076451b223f5e238277 Mon Sep 17 00:00:00 2001 From: derrod Date: Wed, 6 Oct 2021 19:52:51 +0200 Subject: [PATCH] Update README with note that GTK webview is borked --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85bb959..fcbd088 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,9 @@ Optionally if logging in via an embedded web view is desired also run pip install legendary-gl[webview] ``` On Linux this may also require installing a supported web engine and its python bindings. -For example `pip install pywebview[gtk]` to use a GTK-based web view. +For example `pip install pywebview[qt]` to use a Qt-based web view. + +**Note:** Using the GTK based webview currently does not work. To force the Qt-based version set the `PYWEBVIEW_GUI=qt` environment variable. #### Manually from the repo