From: Leo Famulari <leo@famulari.name>
To: 53531@debbugs.gnu.org.
Subject: [bug#53531] [PATCH 1/2] WIP: qsyncthingtray: Use QtWebEngine instead of QtWebKit.
Date: Tue, 25 Jan 2022 14:37:26 -0500 [thread overview]
Message-ID: <e698b441069f5cfca91b86c81b2577f19cb33e60.1643139447.git.leo@famulari.name> (raw)
In-Reply-To: <YfBRFOAW/KaWIWZK@jasmine.lan>
This doesn't work. When trying to launch the web view from the tray
icon, QSyncthingTray crashes like this:
------
Could not find QtWebEngineProcess
Aborted
------
* gnu/packages/sync.scm (qsyncthingtray)[arguments]: Remove
Webkit-related argument from #:configure-flags.
[inputs]: Remove qtwebkit. Add qtdeclarative, qtwebchannel, and
qtwebengine.
---
gnu/packages/sync.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm
index 165be17e4c..d9c91804b5 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -378,8 +378,7 @@ (define-public qsyncthingtray
"1n9g4j7qznvg9zl6x163pi9f7wsc3x6q76i33psnm7x2v1i22x5w"))))
(build-system cmake-build-system)
(arguments
- `(#:configure-flags '("-DQST_BUILD_WEBKIT=1")
- #:phases
+ `(#:phases
(modify-phases %standard-phases
;; The program is meant to be run from the git repo or source tarball.
(replace 'install
@@ -394,7 +393,7 @@ (define-public qsyncthingtray
#t))))
#:tests? #f)) ; no test target
(inputs
- (list qtbase-5 qtwebkit))
+ (list qtbase-5 qtdeclarative qtwebchannel qtwebengine))
(home-page "https://github.com/sieren/QSyncthingTray")
(synopsis "Traybar Application for Syncthing")
(description
--
2.34.0
next prev parent reply other threads:[~2022-01-25 19:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-25 19:35 [bug#53531] Deprecate QSyncthingTray in favor of syncthing-gtk Leo Famulari
2022-01-25 19:37 ` Leo Famulari [this message]
2022-01-25 19:37 ` [bug#53531] [PATCH 2/2] gnu: QSyncthingTray: Deprecate in favor of Debian's syncthing-gtk fork Leo Famulari
2022-01-26 9:42 ` Efraim Flashner
2022-01-26 18:03 ` Leo Famulari
2022-02-09 16:58 ` bug#53531: " Leo Famulari
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=e698b441069f5cfca91b86c81b2577f19cb33e60.1643139447.git.leo@famulari.name \
--to=leo@famulari.name \
--cc=53531@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).