From: Gabriel Wicki <gabriel@erlikon.ch>
To: 56676@debbugs.gnu.org
Subject: bug#56676: SuperCollider's Help Browser doesn't display text (possible QtWebEngine issue?)
Date: Thu, 21 Jul 2022 01:33:16 +0200 [thread overview]
Message-ID: <20220720233316.ddw53uqi3dhyvzfo@silvi> (raw)
Hi!
I've noticed that when starting SuperCollider IDE (with the scide
command) the Help Browser (which is the panel on top on the right side
with vanilla/no configuration) doesn't show any text. IIRC
SuperCollider's documentation is HTML documents (you can also browse it
online [1]) displayed through some QtWeb-widget (I am no expert in Qt).
My first question: is this reproducible? Or do others also see no text
in the Help Browser?
I have tried adding qtwebengine as an input and passing a configure
flag, but this didn't change the issue:
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index bab9d66a2d..975690b72f 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3183,6 +3183,7 @@ (define-public supercollider
"-DSC_QT=ON"
"-DCMAKE_BUILD_TYPE=Release"
"-DFORTIFY=ON"
+ "-DSC_USE_QTWEBENGINE:BOOL=ON"
;; "-DLIBSCSYNTH=ON" ; TODO: Re-enable?
"-DSC_EL=OFF") ;scel is packaged individually as emacs-scel
#:phases
@@ -3234,6 +3235,7 @@ (define-public supercollider
qtdeclarative
qtsvg
qtwebchannel
+ qtwebengine
qtwebsockets))
(propagated-inputs ;to get native-search-path
(list qtwebengine))
I'm more than happy to hunt that bug down but am grateful for any
pointers to where the issue could possibly originate.
gabriel
[1] https://doc.sccode.org
reply other threads:[~2022-07-20 23:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220720233316.ddw53uqi3dhyvzfo@silvi \
--to=gabriel@erlikon.ch \
--cc=56676@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).