GNU bug report logs -
#60839
[PATCH] gnu: qutebrowser: Add note to description about font rendering bug.
Previous Next
To reply to this bug, email your comments to 60839 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#60839
; Package
guix-patches
.
(Sun, 15 Jan 2023 22:04:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 15 Jan 2023 22:04:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/web-browsers.scm (qutebrowser): Add note.
[description]: Add note about font rendering bug.
Hi, this patch adds a note about how to get fonts to render when you first install qutebrowser.
---
gnu/packages/web-browsers.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index a126902395..9903f1f4aa 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -548,7 +548,11 @@ (define-public qutebrowser
(home-page "https://qutebrowser.org/")
(synopsis "Minimal, keyboard-focused, vim-like web browser")
(description "qutebrowser is a keyboard-focused browser with a minimal
-GUI. It is based on PyQt5 and QtWebEngine.")
+GUI. It is based on PyQt5 and QtWebEngine. Due to a
+@url{https://bugs.chromium.org/p/chromium/issues/detail?id=1164975,
+known bug} in qtwebengine, add @code{c.qt.args =
+['disable-seccomp-filter-sandbox']} to your @file{config.py} in order
+to allow fonts to render properly.")
(license license:gpl3+)))
(define-public vimb
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#60839
; Package
guix-patches
.
(Sat, 01 Jul 2023 08:15:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
jgart via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/web-browsers.scm (qutebrowser): Add note.
> [description]: Add note about font rendering bug.
>
> Hi, this patch adds a note about how to get fonts to render when you first install qutebrowser.
> ---
> gnu/packages/web-browsers.scm | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
> index a126902395..9903f1f4aa 100644
> --- a/gnu/packages/web-browsers.scm
> +++ b/gnu/packages/web-browsers.scm
> @@ -548,7 +548,11 @@ (define-public qutebrowser
> (home-page "https://qutebrowser.org/")
> (synopsis "Minimal, keyboard-focused, vim-like web browser")
> (description "qutebrowser is a keyboard-focused browser with a minimal
> -GUI. It is based on PyQt5 and QtWebEngine.")
> +GUI. It is based on PyQt5 and QtWebEngine. Due to a
> +@url{https://bugs.chromium.org/p/chromium/issues/detail?id=1164975,
> +known bug} in qtwebengine, add @code{c.qt.args =
> +['disable-seccomp-filter-sandbox']} to your @file{config.py} in order
> +to allow fonts to render properly.")
Following this link, it seems the bug was fixed a few weeks ago. WDYT?
Regards,
--
Nicolas Goaziou
Information forwarded
to
guix-patches <at> gnu.org
:
bug#60839
; Package
guix-patches
.
(Sat, 01 Jul 2023 08:15:02 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 174 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.