GNU bug report logs -
#56676
SuperCollider's Help Browser doesn't display text (possible QtWebEngine issue?)
Previous Next
Reported by: Gabriel Wicki <gabriel <at> erlikon.ch>
Date: Wed, 20 Jul 2022 23:34:02 UTC
Severity: normal
Done: Gabriel Wicki <gabriel <at> erlikon.ch>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 56676 in the body.
You can then email your comments to 56676 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#56676
; Package
guix
.
(Wed, 20 Jul 2022 23:34:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Gabriel Wicki <gabriel <at> erlikon.ch>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Wed, 20 Jul 2022 23:34:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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 sent
to
Gabriel Wicki <gabriel <at> erlikon.ch>
:
You have taken responsibility.
(Tue, 13 May 2025 13:29:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Gabriel Wicki <gabriel <at> erlikon.ch>
:
bug acknowledged by developer.
(Tue, 13 May 2025 13:29:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 56676-done <at> debbugs.gnu.org (full text, mbox):
Closing this ancient report - SuperCollider worked in the meantime
(including the help browser)
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 11 Jun 2025 11:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.