From unknown Sun Jun 22 08:06:59 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#67289] [PATCH] gnu: qutebrowser: Update to 3.0.2. Resent-From: Herman Rimm Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 19 Nov 2023 20:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 67289 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67289@debbugs.gnu.org Cc: Herman Rimm X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.170042631223582 (code B ref -1); Sun, 19 Nov 2023 20:39:02 +0000 Received: (at submit) by debbugs.gnu.org; 19 Nov 2023 20:38:32 +0000 Received: from localhost ([127.0.0.1]:52174 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r4oYq-00068I-CK for submit@debbugs.gnu.org; Sun, 19 Nov 2023 15:38:32 -0500 Received: from lists.gnu.org ([2001:470:142::17]:58552) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r4oYl-00067u-H0 for submit@debbugs.gnu.org; Sun, 19 Nov 2023 15:38:30 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r4oYe-0007xa-8R for guix-patches@gnu.org; Sun, 19 Nov 2023 15:38:20 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117] helo=email.rimm.ee) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1r4oYb-0001Ta-Ge for guix-patches@gnu.org; Sun, 19 Nov 2023 15:38:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1700426283; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=rVxIDedcXkGy0ZxI9RlcPWPNYfYWeydQQG5HD/0wsXY=; b=Skvdk+x90gIPsZz26b3D7KDI9N018yKQdt7aRMJ78LczIFtGP/29z4vEOABiZatcGrgb92 amBpP+IJB5rdaEv6smodZ0b8ypOEjvANCAVOz6K94KkYVjF7XJ8Xf/mCmTnbWzCNhLo6rq f6t6ZHXEMbx9HTjUZTX+mpSWAWLKTMK4uBRbBTakeyOPQKvBWMdxdeldcfB0xvK1pjRzXv TqYJmExD3vb1P01cUJrTITMnwBvimOpkl89KPg/gz+go1bSwR3lOLkHQxB36ABp+hEWjAx m1Ezj57MvrYvvxSah7Mo6tQyPaFnnpLk5K6MV/rnS9pH+xDpL8glPrdtNPxQHA== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id bcff5a92 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sun, 19 Nov 2023 20:38:03 +0000 (UTC) From: Herman Rimm Date: Sun, 19 Nov 2023 21:35:52 +0100 Message-ID: <3514f2342b3788d19c49aa6e9e2971f3d31c892c.1700426152.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=81.205.150.117; envelope-from=herman@rimm.ee; helo=email.rimm.ee X-Spam_score_int: 12 X-Spam_score: 1.2 X-Spam_bar: + X-Spam_report: (1.2 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_PBL=3.335, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TVD_RCVD_IP=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/web-browsers (qutebrowser): Update to 3.0.2. [source]: Bump version and recompute hash. [inputs]: Use PyQt6, placed before PyQtWebengine. [arguments]: Replace qt5 path with qt6 path. [description]: Replace PyQt5 with PyQt6. --- gnu/packages/web-browsers.scm | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index d38882046d..9257d541a8 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -21,6 +21,7 @@ ;;; Copyright © 2021 Alexander Krotov ;;; Copyright © 2020 Hartmut Goebel ;;; Copyright © 2021 Christopher Howard +;;; Copyright © 2023 Herman Rimm ;;; ;;; This file is part of GNU Guix. ;;; @@ -459,7 +460,7 @@ (define-public kristall (define-public qutebrowser (package (name "qutebrowser") - (version "2.5.4") + (version "3.0.2") (source (origin (method url-fetch) @@ -467,7 +468,7 @@ (define-public qutebrowser "qutebrowser/releases/download/v" version "/" "qutebrowser-" version ".tar.gz")) (sha256 - (base32 "1c8skkc5vjbvbslz65hzrj9d05v4zbcjbli61ikjmr174lhb4q54")))) + (base32 "0ldwslgakpcv3v47hli8lm68zndjsb7bj8rpp2pijd8j9bg96655")))) (build-system python-build-system) (native-inputs (list python-attrs)) ; for tests @@ -480,15 +481,13 @@ (define-public qutebrowser python-pynacl python-pypeg2 python-pyyaml - ;; FIXME: python-pyqtwebengine needs to come before python-pyqt so - ;; that it's __init__.py is used first. - python-pyqtwebengine - python-pyqt - ;; While qtwebengine-5 is provided by python-pyqtwebengine, it's + python-pyqt-6 + python-pyqtwebengine-6 + ;; While qtwebengine is provided by python-pyqtwebengine-6, it's ;; included here so we can wrap QTWEBENGINEPROCESS_PATH. - qtwebengine-5)) + qtwebengine)) (arguments - `(;; FIXME: With the existance of qtwebengine-5, tests can now run. But + `(;; FIXME: With the existence of qtwebengine, tests can now run. But ;; they are still disabled because test phase hangs. It's not readily ;; apparent as to why. #:tests? #f @@ -540,11 +539,11 @@ (define-public qutebrowser (wrap-program (search-input-file outputs "bin/qutebrowser") `("QTWEBENGINEPROCESS_PATH" = (,(search-input-file - inputs "/lib/qt5/libexec/QtWebEngineProcess"))))))))) + inputs "/lib/qt6/libexec/QtWebEngineProcess"))))))))) (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 PyQt6 and QtWebEngine.") (license license:gpl3+))) (define-public vimb base-commit: 761810d32a0550912b5bb36a0c9f60141bcb7d20 prerequisite-patch-id: 8ae6d4a62bd979a3fe4758d95ed7fc0749063e9b prerequisite-patch-id: 83df61ed11d3c78120bb78ef098bc182b7f2b300 prerequisite-patch-id: 889819768a466a7f2ccd7ca2ab21f0972563b8b0 -- 2.41.0 From unknown Sun Jun 22 08:06:59 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#67289] [PATCH] gnu: qutebrowser: Update to 3.0.2. References: <3514f2342b3788d19c49aa6e9e2971f3d31c892c.1700426152.git.herman@rimm.ee> In-Reply-To: <3514f2342b3788d19c49aa6e9e2971f3d31c892c.1700426152.git.herman@rimm.ee> Resent-From: Herman Rimm Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 20 Nov 2023 08:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67289 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67289@debbugs.gnu.org Received: via spool by 67289-submit@debbugs.gnu.org id=B67289.17004675806758 (code B ref 67289); Mon, 20 Nov 2023 08:07:02 +0000 Received: (at 67289) by debbugs.gnu.org; 20 Nov 2023 08:06:20 +0000 Received: from localhost ([127.0.0.1]:52428 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r4zIS-0001kw-3p for submit@debbugs.gnu.org; Mon, 20 Nov 2023 03:06:20 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:51809 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r4zIN-0001kg-V7 for 67289@debbugs.gnu.org; Mon, 20 Nov 2023 03:06:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1700467559; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=t7lH5kQmb/J7hnX5evhLAxV81/kbFqoezus7whqbZP0=; b=iS/M1m6S6yw2k7Zcylp/+O1QNNMHdfaiIqFTzBJdlxDduSDZ+5O+07QBbuuEePUo5NL2PF Gk8CPArazAEEQgv73S+Ias3rA8a0OGbmLwPYfa/IE3b1Ep8uBc/CfVE7OHx1aio9MPifJN /bULKvqLlfCHYLXw+evbEuoaQ5n4LOWU816weRAs4rouEEJPuyPW0jWFJ4nptl0eMDBIk9 Ef4p6kKOaK+0lDqNEnYt7i3KGX4G3cXXklFKWVQxVl+osGgkIOVPTqMG/jjnE6dc6YCdQy Y39cAAjI0fiCfKGu0YVK0RhyG986SZxKQQsnwlKTiI0d26SJc8Ql51mD9nN5MQ== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id ac30f052 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for <67289@debbugs.gnu.org>; Mon, 20 Nov 2023 08:05:59 +0000 (UTC) Date: Mon, 20 Nov 2023 09:05:58 +0100 From: Herman Rimm Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: I wanted to say that this patch depends on #57431, where the PyQt6 packages are added. Cheers, Herman Rimm Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 TVD_RCVD_IP Message was received from an IP address 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: I wanted to say that this patch depends on #57431, where the PyQt6 packages are added. Cheers, Herman Rimm Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager I wanted to say that this patch depends on #57431, where the PyQt6 packages are added. Cheers, Herman Rimm From unknown Sun Jun 22 08:06:59 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#67289] [PATCH] gnu: qutebrowser: Update to 3.0.2. Resent-From: Sergey Trofimov Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 20 Nov 2023 10:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67289 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Herman Rimm Cc: 67289@debbugs.gnu.org Received: via spool by 67289-submit@debbugs.gnu.org id=B67289.170047684731231 (code B ref 67289); Mon, 20 Nov 2023 10:41:02 +0000 Received: (at 67289) by debbugs.gnu.org; 20 Nov 2023 10:40:47 +0000 Received: from localhost ([127.0.0.1]:52572 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r51hu-00087e-R8 for submit@debbugs.gnu.org; Mon, 20 Nov 2023 05:40:47 -0500 Received: from mail-ej1-x634.google.com ([2a00:1450:4864:20::634]:51345) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r51hr-00087N-2F for 67289@debbugs.gnu.org; Mon, 20 Nov 2023 05:40:45 -0500 Received: by mail-ej1-x634.google.com with SMTP id a640c23a62f3a-9e62f903e88so549838466b.2 for <67289@debbugs.gnu.org>; Mon, 20 Nov 2023 02:40:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sarg.org.ru; s=google; t=1700476835; x=1701081635; darn=debbugs.gnu.org; h=mime-version:message-id:date:user-agent:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=Pk90sKyTPYKZmi1bnDjm++3bklLkrlmkonZ3lzoPyak=; b=YSzBz/YQ/SI4HR2qFLIkBtigLCi2Zhbh4/Pi9+YaTjh8TCcUJc8uLeZgumofBfTaK3 nTkK/MxruADzqZxke6rz58HdcZIC0Qu/2zrjGqihGaziqNXyy1h8pxo3sfWlACJ1/Z4I WHWVPPMfEJTwKpkXzMFYgZqrKxG/xk2CTkEcY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700476835; x=1701081635; h=mime-version:message-id:date:user-agent:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=Pk90sKyTPYKZmi1bnDjm++3bklLkrlmkonZ3lzoPyak=; b=iqp7YFfDHofcLnBjU6sj/y7tISsbYIX8f27wsROMYZSRXd0VQT16hHU9UCzFIUIh31 9Gk6NrfJqk+8tc3vA5GWHdd1suAbPI9ZEj1WW4jothcyV5ItsWZaY53KeD/MzUzrad/3 wEpkkYBOaVSqGT61AF1PE+FQOmW/3DMQimHaZHLbfDL6vH/mqO/KJfWDQ//uEG1TCkaw SJv+ZIEmufwzdjvUMEseG6aG850NI8NM6Bvzaawk1ZefmCyOqvqX+Mrxta7/vkpNv1My wJEmZYWMKl59qH5/F0jfx0dSPkEKluXFnRK5CHdKeabMVU2fQZijKAuF7eSHlyzYMylD UG+A== X-Gm-Message-State: AOJu0YyunPlVxZBCgv31wkEePegPTPJWtjihi+Yfw9PbMS8qEy1MQroi Cxr0UJCAGwUQvLmVKVf1dqYdFXObt8L+snhnMM8w+w== X-Google-Smtp-Source: AGHT+IE00C2mtzKZOFM2uyVwqt9fQD6pZtgN1G8LYtdZY3cVPScIZEfqz2YpRRulBKpSVO7n5MKvIw== X-Received: by 2002:a17:906:c00c:b0:9ff:e1a:3ded with SMTP id e12-20020a170906c00c00b009ff0e1a3dedmr1355753ejz.47.1700476834656; Mon, 20 Nov 2023 02:40:34 -0800 (PST) Received: from localhost ([77.64.255.194]) by smtp.gmail.com with ESMTPSA id k13-20020a170906158d00b009b9aa8fffdasm3740218ejd.131.2023.11.20.02.40.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 20 Nov 2023 02:40:34 -0800 (PST) From: Sergey Trofimov X-Google-Original-From: Sergey Trofimov In-Reply-To: (Herman Rimm's message of "Mon, 20 Nov 2023 09:05:58 +0100") References: <3514f2342b3788d19c49aa6e9e2971f3d31c892c.1700426152.git.herman@rimm.ee> User-Agent: Gnus/5.13 (Gnus v5.13) Date: Mon, 20 Nov 2023 11:40:33 +0100 Message-ID: <87cyw4iu72.fsf@sarg.org.ru> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Herman Rimm writes: > I wanted to say that this patch depends on #57431, where the PyQt6 packages are added. > > Cheers, > Herman Rimm I can confirm, that this change + 3 patches from pyqt6 ticket build and work fine on my machine (x86_64). Thanks for finally making it happen. From unknown Sun Jun 22 08:06:59 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#67289] [PATCH] gnu: qutebrowser: Update to 3.0.2. References: <3514f2342b3788d19c49aa6e9e2971f3d31c892c.1700426152.git.herman@rimm.ee> In-Reply-To: <3514f2342b3788d19c49aa6e9e2971f3d31c892c.1700426152.git.herman@rimm.ee> Resent-From: chris Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 21 Nov 2023 03:45:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67289 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67289@debbugs.gnu.org Cc: chris@bumblehead.com Received: via spool by 67289-submit@debbugs.gnu.org id=B67289.17005382652847 (code B ref 67289); Tue, 21 Nov 2023 03:45:01 +0000 Received: (at 67289) by debbugs.gnu.org; 21 Nov 2023 03:44:25 +0000 Received: from localhost ([127.0.0.1]:54902 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r5HgW-0000jr-Oe for submit@debbugs.gnu.org; Mon, 20 Nov 2023 22:44:25 -0500 Received: from mx.kolabnow.com ([212.103.80.154]:46900) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r5HgS-0000jZ-SC for 67289@debbugs.gnu.org; Mon, 20 Nov 2023 22:44:24 -0500 Received: from localhost (unknown [127.0.0.1]) by mx.kolabnow.com (Postfix) with ESMTP id 32574303DF73 for <67289@debbugs.gnu.org>; Tue, 21 Nov 2023 04:44:12 +0100 (CET) Authentication-Results: ext-mx-out013.mykolab.com (amavis); dkim=pass (4096-bit key) reason="pass (just generated, assumed good)" header.d=kolabnow.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kolabnow.com; h= content-disposition:content-type:content-type:mime-version :message-id:subject:subject:from:from:date:date:received :received:received; s=dkim20160331; t=1700538251; x=1702352652; bh=MGAc9wDm+U1KKakKO80s5W0zM/38YYhfQwaNm6K0C/s=; b=tDqvLhQfXuU9 qISBJkpVudBh7sXcDUGqf2HrgThbvcbDwpGneQcp6XO2eIrwfgB1IwAzSnQ+4oW6 Ia9vwlk0O4MlfXShzuy8HTkoZbmgrYCNAnZTUCB3OHEawDVnUh8ehvanvD7KsMq4 FlnrYxDwNVNJWszid/o/WjvqX4X/DLMq6PAxcX2dwdDb3q7c/4fdiQcSB9WXqk+S 9FDPGcLp89wYmMoOpyG5e0Ay7YYpqjSCeLPK1xE5S2H7Kms7uPsikEcG/MHWgkf4 zHEQjFEvnRJUb7v3RedQeuKhzK4fq6U8KJELy+H/kQ3dTbHYpE6MZEeywyIDJS77 bDK8qTw9wy46Us+A4iOZVevDPEP3DZHP8+Jc05eLUFj5VwDCSPBm/pfQao1W0Li/ 09QkL10x8rJwlQtSy40Am4qkvA9SFdOzKDgjoCxd+FNqawbESmz4PSxJnpgmuSSt TVX60B6D3IwrJtUQyHH9yZRkQcmauO3lwVpodotbml7sqAm1unRr5v84/cgbvxeT PrNtOXXTqU4uUFJD8iO9qcjSu7340F94rBDFH7HCiYj5xjyyHZvEzL0cqRbG387r d5jDQRH8qEHJuOEzbno7K4QVPTyDiaFuKWyEGOu0z+a/x+IoGJyf/jlJhllRN/y4 MZHJEXbHWRpcw9OEALO99iVCGVCS3yE= X-Virus-Scanned: amavis at mykolab.com X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 tagged_above=-10 required=5 tests=[ALL_TRUSTED=-1] autolearn=ham autolearn_force=no Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out013.mykolab.com [127.0.0.1]) (amavis, port 10024) with ESMTP id 1Dzhn_1wm2yx for <67289@debbugs.gnu.org>; Tue, 21 Nov 2023 04:44:11 +0100 (CET) Received: from int-mx009.mykolab.com (unknown [10.9.13.9]) by mx.kolabnow.com (Postfix) with ESMTPS id 20C5C300D344 for <67289@debbugs.gnu.org>; Tue, 21 Nov 2023 04:44:10 +0100 (CET) Received: from ext-subm010.mykolab.com (unknown [10.9.6.10]) by int-mx009.mykolab.com (Postfix) with ESMTPS id 5E9D320DFFE5 for <67289@debbugs.gnu.org>; Tue, 21 Nov 2023 04:44:10 +0100 (CET) Date: Mon, 20 Nov 2023 19:43:14 -0800 From: chris Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) I want this! thank you Herman From unknown Sun Jun 22 08:06:59 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#67289] [PATCH v2] gnu: qutebrowser: Update to 3.1.0. References: <3514f2342b3788d19c49aa6e9e2971f3d31c892c.1700426152.git.herman@rimm.ee> In-Reply-To: <3514f2342b3788d19c49aa6e9e2971f3d31c892c.1700426152.git.herman@rimm.ee> Resent-From: Herman Rimm Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 25 Dec 2023 17:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67289 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67289@debbugs.gnu.org Cc: Herman Rimm Received: via spool by 67289-submit@debbugs.gnu.org id=B67289.170352548920029 (code B ref 67289); Mon, 25 Dec 2023 17:32:02 +0000 Received: (at 67289) by debbugs.gnu.org; 25 Dec 2023 17:31:29 +0000 Received: from localhost ([127.0.0.1]:55261 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rHonY-0005CK-5H for submit@debbugs.gnu.org; Mon, 25 Dec 2023 12:31:28 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:51103 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rHonT-00050M-8C for 67289@debbugs.gnu.org; Mon, 25 Dec 2023 12:31:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1703525466; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=BEq2Idp0oh3ArsONdt+03HVl0M4ZhH1yZiIY4kHqkv4=; b=X5Aj4W1QAPUxOokp68Cb7Z6V6NF1DIT0TpADNg5BlcUiTAIbs0n747uEPZCpASfJzqYfFw fDR5+wL/zKB0Hzdm7+OoUIGliWtISFxr1vJcWxwq1hlW1aWN58tjKRNZzwKi/6VIQnMWFq pARrJITR3/RKSJfUZNLJdejIafXPcaUW4ljPQU5L6FAfm5+D3Kpavy4Q4B8jNsTWZKYOQM aj89nv2G/IyS3p+2uGJKqnn9vqKU1aEKvE7nWD3zJrz2QficJxi4h7PjHBJVengY+FRSI/ zayB0KNxMFTZY2wjiAe70WN633p2osnWDXssgBw2S9rDemNo7ghWn5uWuLQElw== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id eb791914 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Mon, 25 Dec 2023 17:31:06 +0000 (UTC) From: Herman Rimm Date: Mon, 25 Dec 2023 18:22:35 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/web-browsers (qutebrowser): Update to 3.1.0. [source]: Bump version and recompute hash. [inputs]: Use PyQt6, placed before PyQtWebengine. [arguments]: Replace qt5 path with qt6 path and [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 TVD_RCVD_IP Message was received from an IP address 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] -0.0 T_SCC_BODY_TEXT_LINE No description available. X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/web-browsers (qutebrowser): Update to 3.1.0. [source]: Bump version and recompute hash. [inputs]: Use PyQt6, placed before PyQtWebengine. [arguments]: Replace qt5 path with qt6 path and [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [81.205.150.117 listed in zen.spamhaus.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/web-browsers (qutebrowser): Update to 3.1.0. [source]: Bump version and recompute hash. [inputs]: Use PyQt6, placed before PyQtWebengine. [arguments]: Replace qt5 path with qt6 path and wrap program with QTWEBENGINE_RESOURCES_PATH. [description]: Replace PyQt5 with PyQt6. --- Hello, A qutebrowser 3.0.2 and 3.1.0 bug: Start a video (on invidio.us), switch to another workspace in Sway wm, the video stutters for a few seconds and recovers. A workaround is to use mpv or the like to play videos. May be related to #63863 of guix-patches, which implements a pipewire home service. Let me know if you experience it using ALSA/Pulseaudio service. Cheers, Herman Rimm gnu/packages/web-browsers.scm | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index 141917ad42..5477584805 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -21,6 +21,7 @@ ;;; Copyright © 2021 Alexander Krotov ;;; Copyright © 2020 Hartmut Goebel ;;; Copyright © 2021 Christopher Howard +;;; Copyright © 2023 Herman Rimm ;;; ;;; This file is part of GNU Guix. ;;; @@ -460,7 +461,7 @@ (define-public kristall (define-public qutebrowser (package (name "qutebrowser") - (version "2.5.4") + (version "3.1.0") (source (origin (method url-fetch) @@ -468,7 +469,7 @@ (define-public qutebrowser "qutebrowser/releases/download/v" version "/" "qutebrowser-" version ".tar.gz")) (sha256 - (base32 "1c8skkc5vjbvbslz65hzrj9d05v4zbcjbli61ikjmr174lhb4q54")))) + (base32 "0prf9c7nx4aizfczjb0fpsn3alz210i6wc7s2jwb1mh8r8fcq3ah")))) (build-system python-build-system) (native-inputs (list python-attrs)) ; for tests @@ -481,15 +482,13 @@ (define-public qutebrowser python-pynacl python-pypeg2 python-pyyaml - ;; FIXME: python-pyqtwebengine needs to come before python-pyqt so - ;; that it's __init__.py is used first. - python-pyqtwebengine - python-pyqt - ;; While qtwebengine-5 is provided by python-pyqtwebengine, it's + python-pyqt-6 + python-pyqtwebengine-6 + ;; While qtwebengine is provided by python-pyqtwebengine-6, it's ;; included here so we can wrap QTWEBENGINEPROCESS_PATH. - qtwebengine-5)) + qtwebengine)) (arguments - `(;; FIXME: With the existance of qtwebengine-5, tests can now run. But + `(;; FIXME: With the existence of qtwebengine, tests can now run. But ;; they are still disabled because test phase hangs. It's not readily ;; apparent as to why. #:tests? #f @@ -539,13 +538,16 @@ (define-public qutebrowser (add-after 'wrap 'wrap-qt-process-path (lambda* (#:key inputs outputs #:allow-other-keys) (wrap-program (search-input-file outputs "bin/qutebrowser") + `("QTWEBENGINE_RESOURCES_PATH" = + (,(search-input-directory + inputs "/share/qt6/resources"))) `("QTWEBENGINEPROCESS_PATH" = (,(search-input-file - inputs "/lib/qt5/libexec/QtWebEngineProcess"))))))))) + inputs "/lib/qt6/libexec/QtWebEngineProcess"))))))))) (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 PyQt6 and QtWebEngine.") (license license:gpl3+))) (define-public vimb base-commit: 0d13d095420861022e68e87ceebd5e037e12a8b3 -- 2.41.0 From unknown Sun Jun 22 08:06:59 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#67289] [PATCH] gnu: qutebrowser: Update to 3.0.2. References: <3514f2342b3788d19c49aa6e9e2971f3d31c892c.1700426152.git.herman@rimm.ee> In-Reply-To: <3514f2342b3788d19c49aa6e9e2971f3d31c892c.1700426152.git.herman@rimm.ee> Resent-From: Wilko Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 14 Jan 2024 12:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67289 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67289@debbugs.gnu.org Received: via spool by 67289-submit@debbugs.gnu.org id=B67289.170523592123029 (code B ref 67289); Sun, 14 Jan 2024 12:39:01 +0000 Received: (at 67289) by debbugs.gnu.org; 14 Jan 2024 12:38:41 +0000 Received: from localhost ([127.0.0.1]:41853 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rOzlB-0005zN-94 for submit@debbugs.gnu.org; Sun, 14 Jan 2024 07:38:41 -0500 Received: from mail.wmeyer.eu ([95.216.196.112]:41326) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rOzl7-0005z3-6d for 67289@debbugs.gnu.org; Sun, 14 Jan 2024 07:38:39 -0500 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1705235911; bh=cUg2RlZXsjYxDjYQLGTJCbaurAPBmt8+flbB9tR3JsA=; h=From:To:Subject:Date; b=ezNjuh7cV644gqO2NPXZZFptkgnrRS2Qqrh4r2i+ADyL1zt3K+wqyTGDK363YYg1p 6gXfaC/ZDN5Zl2uv+L8JwElewl/FBWnmIyH7lhq2ym/+84OrW+zdgBFAR5oC6RJ5n7 3pplmeL7VPeP7LAt6HRWQXyzS33z6hDw8ohRnh4E= Date: Sun, 14 Jan 2024 13:21:17 +0100 Message-ID: <877ckcrsxl.fsf@wmeyer.eu> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Guix, I tested the changes made in v2 of this patch locally and qutebrowser v3.1.0 builds fine (on x86_64). I kept tests disabled, as they partially seem to lack dependencies (e.g. I assume python-boltons for urlutils?) and I didn't want to invest time to resolve those. Anyways, thanks for the patch/the possibility to be able to use a recent and usable qutebrowser version again! -- Kind regards, Wilko Meyer w@wmeyer.eu From unknown Sun Jun 22 08:06:59 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Herman Rimm Subject: bug#67289: closed (Re: [bug#67289] [PATCH v2] gnu: qutebrowser: Update to 3.1.0.) Message-ID: References: <87cyu3ehmb.fsf@lassieur.org> <3514f2342b3788d19c49aa6e9e2971f3d31c892c.1700426152.git.herman@rimm.ee> X-Gnu-PR-Message: they-closed 67289 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 67289@debbugs.gnu.org Date: Sun, 14 Jan 2024 21:22:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1705267322-18108-1" This is a multi-part message in MIME format... ------------=_1705267322-18108-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #67289: [PATCH] gnu: qutebrowser: Update to 3.0.2. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 67289@debbugs.gnu.org. --=20 67289: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D67289 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1705267322-18108-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 67289-done) by debbugs.gnu.org; 14 Jan 2024 21:21:30 +0000 Received: from localhost ([127.0.0.1]:44150 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rP7v8-0004hB-A2 for submit@debbugs.gnu.org; Sun, 14 Jan 2024 16:21:30 -0500 Received: from wout5-smtp.messagingengine.com ([64.147.123.21]:55965) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rP7v5-0004gx-Sj for 67289-done@debbugs.gnu.org; Sun, 14 Jan 2024 16:21:29 -0500 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id 3D4713200A32; Sun, 14 Jan 2024 16:21:22 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Sun, 14 Jan 2024 16:21:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lassieur.org; h= cc:cc:content-type:content-type:date:date:from:from:in-reply-to :in-reply-to:message-id:mime-version:references:reply-to:subject :subject:to:to; s=fm1; t=1705267281; x=1705353681; bh=wdm3uw3fIc iZ2P8hqO5Z6V2O+GiUbS0O6ML9JwfA5z0=; b=quI+3a0grRB9+TogTdkCaF+kFz aZnTrUiXuJ4eO9jn9v3kSzTS3Lyr6HL611XtNAbOhwbzwYZXQEru/DH7SYaPFuz4 4fn/XrTE9guQjkOaYYocrduAWbD/LB1ylK6fJ1AGkcpS/fgcZTtLCRTV7PDVsc78 okenWZL+hDdw24PpoYAW7shikLeYhauHlNvMxHcmAtk/rAoll1ZTjtuggD2CCz8y geh9/TQnStXqucy9H/DWZ/XY1zmurww/jMMmrh6RFhUabeI2EqjQBBNO5IkR3Eqt X69brLeB1tQvyqsfZ+UO0uWc8qwn0mFoownPDGFYg+qr5DD2DU77ryRpyoBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:subject:subject:to :to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; t=1705267281; x=1705353681; bh=wdm3uw3fIciZ2P8hqO5Z6V2O+GiU bS0O6ML9JwfA5z0=; b=W47xDimGAgtBUamHq+w1z392k9OrQ7jiQiQngsc5N2NV iIBRCkeM2utztDc64VbuzuUnHc15NIpZwtKAQAV0DW4ztGN1rgkd+1x31876cUwE 24IB/ToHo4w/O7OvntYo0rKbVGqvJn1U9fHN2QULpEH6ZYUbPlrNSLAfZHy+/nnk P9Y1MKA22WW4LWTU9ppwajU0B6jKR0USFTaArNhjKvoUMQ/IRy8KmP5yrDI01FDa R7bX5ancS3MHYizI5OATq8oFbNqzwrrDvnZWpSKEkec66gcc5JTmkGVj1I76bQW1 Da95Q5fng/EWGTDwcWnv6zDMbXnOeqP8HmgyBdSDIQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvkedrvdeiledgudeglecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvfevufgjfhffkfgfgggtsehttdertddtreejnecuhfhrohhmpeevlhor mhgvnhhtucfnrghsshhivghurhcuoegtlhgvmhgvnhhtsehlrghsshhivghurhdrohhrgh eqnecuggftrfgrthhtvghrnhepveejleejhfeltdehudekjefhkeeugfelgfdtvdduteev leejkeduvedthfdtgfffnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrg hilhhfrhhomheptghlvghmvghntheslhgrshhsihgvuhhrrdhorhhg X-ME-Proxy: Feedback-ID: i4c21472a:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 14 Jan 2024 16:21:20 -0500 (EST) From: =?utf-8?Q?Cl=C3=A9ment_Lassieur?= To: Herman Rimm Subject: Re: [bug#67289] [PATCH v2] gnu: qutebrowser: Update to 3.1.0. In-Reply-To: (Herman Rimm's message of "Mon, 25 Dec 2023 18:22:35 +0100") References: <3514f2342b3788d19c49aa6e9e2971f3d31c892c.1700426152.git.herman@rimm.ee> Date: Sun, 14 Jan 2024 22:21:16 +0100 Message-ID: <87cyu3ehmb.fsf@lassieur.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 67289-done Cc: 67289-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Mon, Dec 25 2023, Herman Rimm wrote: > * gnu/packages/web-browsers (qutebrowser): Update to 3.1.0. > [source]: Bump version and recompute hash. > [inputs]: Use PyQt6, placed before PyQtWebengine. > [arguments]: Replace qt5 path with qt6 path and wrap program with > QTWEBENGINE_RESOURCES_PATH. > [description]: Replace PyQt5 with PyQt6. > --- > Hello, > > A qutebrowser 3.0.2 and 3.1.0 bug: Start a video (on invidio.us), switch > to another workspace in Sway wm, the video stutters for a few seconds > and recovers. A workaround is to use mpv or the like to play videos. May > be related to #63863 of guix-patches, which implements a pipewire home > service. Let me know if you experience it using ALSA/Pulseaudio service. > > Cheers, > Herman Rimm Pushed (I just removed the source part in the commit message, which is implicit). Thank you! ------------=_1705267322-18108-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 19 Nov 2023 20:38:32 +0000 Received: from localhost ([127.0.0.1]:52174 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r4oYq-00068I-CK for submit@debbugs.gnu.org; Sun, 19 Nov 2023 15:38:32 -0500 Received: from lists.gnu.org ([2001:470:142::17]:58552) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r4oYl-00067u-H0 for submit@debbugs.gnu.org; Sun, 19 Nov 2023 15:38:30 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r4oYe-0007xa-8R for guix-patches@gnu.org; Sun, 19 Nov 2023 15:38:20 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117] helo=email.rimm.ee) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1r4oYb-0001Ta-Ge for guix-patches@gnu.org; Sun, 19 Nov 2023 15:38:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1700426283; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=rVxIDedcXkGy0ZxI9RlcPWPNYfYWeydQQG5HD/0wsXY=; b=Skvdk+x90gIPsZz26b3D7KDI9N018yKQdt7aRMJ78LczIFtGP/29z4vEOABiZatcGrgb92 amBpP+IJB5rdaEv6smodZ0b8ypOEjvANCAVOz6K94KkYVjF7XJ8Xf/mCmTnbWzCNhLo6rq f6t6ZHXEMbx9HTjUZTX+mpSWAWLKTMK4uBRbBTakeyOPQKvBWMdxdeldcfB0xvK1pjRzXv TqYJmExD3vb1P01cUJrTITMnwBvimOpkl89KPg/gz+go1bSwR3lOLkHQxB36ABp+hEWjAx m1Ezj57MvrYvvxSah7Mo6tQyPaFnnpLk5K6MV/rnS9pH+xDpL8glPrdtNPxQHA== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id bcff5a92 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sun, 19 Nov 2023 20:38:03 +0000 (UTC) From: Herman Rimm To: guix-patches@gnu.org Subject: [PATCH] gnu: qutebrowser: Update to 3.0.2. Date: Sun, 19 Nov 2023 21:35:52 +0100 Message-ID: <3514f2342b3788d19c49aa6e9e2971f3d31c892c.1700426152.git.herman@rimm.ee> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=81.205.150.117; envelope-from=herman@rimm.ee; helo=email.rimm.ee X-Spam_score_int: 12 X-Spam_score: 1.2 X-Spam_bar: + X-Spam_report: (1.2 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_PBL=3.335, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TVD_RCVD_IP=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Herman Rimm X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/web-browsers (qutebrowser): Update to 3.0.2. [source]: Bump version and recompute hash. [inputs]: Use PyQt6, placed before PyQtWebengine. [arguments]: Replace qt5 path with qt6 path. [description]: Replace PyQt5 with PyQt6. --- gnu/packages/web-browsers.scm | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index d38882046d..9257d541a8 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -21,6 +21,7 @@ ;;; Copyright © 2021 Alexander Krotov ;;; Copyright © 2020 Hartmut Goebel ;;; Copyright © 2021 Christopher Howard +;;; Copyright © 2023 Herman Rimm ;;; ;;; This file is part of GNU Guix. ;;; @@ -459,7 +460,7 @@ (define-public kristall (define-public qutebrowser (package (name "qutebrowser") - (version "2.5.4") + (version "3.0.2") (source (origin (method url-fetch) @@ -467,7 +468,7 @@ (define-public qutebrowser "qutebrowser/releases/download/v" version "/" "qutebrowser-" version ".tar.gz")) (sha256 - (base32 "1c8skkc5vjbvbslz65hzrj9d05v4zbcjbli61ikjmr174lhb4q54")))) + (base32 "0ldwslgakpcv3v47hli8lm68zndjsb7bj8rpp2pijd8j9bg96655")))) (build-system python-build-system) (native-inputs (list python-attrs)) ; for tests @@ -480,15 +481,13 @@ (define-public qutebrowser python-pynacl python-pypeg2 python-pyyaml - ;; FIXME: python-pyqtwebengine needs to come before python-pyqt so - ;; that it's __init__.py is used first. - python-pyqtwebengine - python-pyqt - ;; While qtwebengine-5 is provided by python-pyqtwebengine, it's + python-pyqt-6 + python-pyqtwebengine-6 + ;; While qtwebengine is provided by python-pyqtwebengine-6, it's ;; included here so we can wrap QTWEBENGINEPROCESS_PATH. - qtwebengine-5)) + qtwebengine)) (arguments - `(;; FIXME: With the existance of qtwebengine-5, tests can now run. But + `(;; FIXME: With the existence of qtwebengine, tests can now run. But ;; they are still disabled because test phase hangs. It's not readily ;; apparent as to why. #:tests? #f @@ -540,11 +539,11 @@ (define-public qutebrowser (wrap-program (search-input-file outputs "bin/qutebrowser") `("QTWEBENGINEPROCESS_PATH" = (,(search-input-file - inputs "/lib/qt5/libexec/QtWebEngineProcess"))))))))) + inputs "/lib/qt6/libexec/QtWebEngineProcess"))))))))) (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 PyQt6 and QtWebEngine.") (license license:gpl3+))) (define-public vimb base-commit: 761810d32a0550912b5bb36a0c9f60141bcb7d20 prerequisite-patch-id: 8ae6d4a62bd979a3fe4758d95ed7fc0749063e9b prerequisite-patch-id: 83df61ed11d3c78120bb78ef098bc182b7f2b300 prerequisite-patch-id: 889819768a466a7f2ccd7ca2ab21f0972563b8b0 -- 2.41.0 ------------=_1705267322-18108-1-- From unknown Sun Jun 22 08:06:59 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#67289] Qt platform plugin could be initialized References: <3514f2342b3788d19c49aa6e9e2971f3d31c892c.1700426152.git.herman@rimm.ee> In-Reply-To: <3514f2342b3788d19c49aa6e9e2971f3d31c892c.1700426152.git.herman@rimm.ee> Resent-From: chris Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 15 Jan 2024 04:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67289 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67289@debbugs.gnu.org Cc: chris@bumblehead.com Received: via spool by 67289-submit@debbugs.gnu.org id=B67289.170529400916617 (code B ref 67289); Mon, 15 Jan 2024 04:47:02 +0000 Received: (at 67289) by debbugs.gnu.org; 15 Jan 2024 04:46:49 +0000 Received: from localhost ([127.0.0.1]:44500 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rPEs4-0004JV-Sp for submit@debbugs.gnu.org; Sun, 14 Jan 2024 23:46:49 -0500 Received: from mx.kolabnow.com ([212.103.80.154]:47002) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rPEs2-0004D9-49 for 67289@debbugs.gnu.org; Sun, 14 Jan 2024 23:46:47 -0500 Received: from localhost (unknown [127.0.0.1]) by mx.kolabnow.com (Postfix) with ESMTP id DA38420C73F6 for <67289@debbugs.gnu.org>; Mon, 15 Jan 2024 05:46:39 +0100 (CET) Authentication-Results: ext-mx-out011.mykolab.com (amavis); dkim=pass (4096-bit key) reason="pass (just generated, assumed good)" header.d=kolabnow.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kolabnow.com; h= content-disposition:content-type:content-type:mime-version :message-id:subject:subject:from:from:date:date:received :received:received; s=dkim20160331; t=1705293994; x=1707108395; bh=XUVCjFtcztGdMWBerJRwMPAS7H5rx3j8WdweF5tO/BI=; b=YE1veQ3tKIJd vrZnXh0aTI51jl79Nb7Lw+hIMbqH2AZib58rUp3sZoQpdEpvDrwbMCG5LbHfofLH cc5CC1vhPIn0gX2W2Sz+R+ZMfwCbv4OFJtApg4mG1HXnMUuWphXSphy3AxSsZbfl 3j8C4+mTTcmf/xfIa8jCZ9BJWSeFoU0TucluofLIu1M5rS7CBsAxibZSDfGdGGZm 0RI1eXBFJ49gf+Z8aevIdaIWl+z6GzjTbmwOCNKUKTrUaBKHvtYxJgOvP3ITYuJH 9pBFZ0f7J2i4yMZDuLXAtCZWElmdoz4IMprJjQgX1oNKPCbPHNu7Iu3pLLCVmta0 x0u0tKVA5WyA6S37PBe73sN8sHQSH+/Wv2m98+L7FOzzSvPovPSvB7zRg/gtN912 nMthdabCTyWrg1K3thORtaXh7XrmMChPIwATWhzTQ3oRHejcKHSMPDHPihKl2huD hPFACkOOp3gWZsx0Ugu+O8segU2itYCEbUbrhab6YKWPrRV02U5B00ACUhnP7btf mTvW9lddRVca8L2GXk3mRvML8zkFjSEm6eekSGQCAvHzDiPJryR5tB9Hu0jxgZvo 1cwfVDxe3kGY1X18N+geRSsTBQq2EnfEmPRHHpFFjz7mw6BVi6ZyPF7nA87X5j8D OovyvgQNTbVUOYQBcg+GOWJZhLcKeCE= X-Virus-Scanned: amavis at mykolab.com X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 tagged_above=-10 required=5 tests=[ALL_TRUSTED=-1] autolearn=ham autolearn_force=no Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out011.mykolab.com [127.0.0.1]) (amavis, port 10024) with ESMTP id eku2odGhG2VR for <67289@debbugs.gnu.org>; Mon, 15 Jan 2024 05:46:34 +0100 (CET) Received: from int-mx011.mykolab.com (unknown [10.9.13.11]) by mx.kolabnow.com (Postfix) with ESMTPS id ED2DD20B3664 for <67289@debbugs.gnu.org>; Mon, 15 Jan 2024 05:46:33 +0100 (CET) Received: from ext-subm010.mykolab.com (unknown [10.9.6.10]) by int-mx011.mykolab.com (Postfix) with ESMTPS id 376E5308D802 for <67289@debbugs.gnu.org>; Mon, 15 Jan 2024 05:46:33 +0100 (CET) Date: Sun, 14 Jan 2024 20:45:19 -0800 From: chris Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) After running guix reconfigure on my home config qutebrowser 3 was installed and now qutebrowser does not start. Here is the qutebrowser process shell output. Would anyone here recommend a solution? ``` $ qutebrowser 20:40:33 WARNING: Could not find the Qt platform plugin "wayland" in "" 20:40:33 CRITICAL: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. Available platform plugins are: offscreen, vnc, minimal, xcb, vkkhrdisplay, linuxfb, minimalegl, eglfs. Fatal Python error: Aborted Current thread 0x00007f36c07e6740 (most recent call first): File "/gnu/store/xc2z9q7z036ny3fipgqvwc01yn20j2jh-qutebrowser-3.1.0/lib/python3.10/site-packages/qutebrowser/app.py", line 545 in __init__ File "/gnu/store/xc2z9q7z036ny3fipgqvwc01yn20j2jh-qutebrowser-3.1.0/lib/python3.10/site-packages/qutebrowser/app.py", line 80 in run File "/gnu/store/xc2z9q7z036ny3fipgqvwc01yn20j2jh-qutebrowser-3.1.0/lib/python3.10/site-packages/qutebrowser/qutebrowser.py", line 231 in main File "/gnu/store/xc2z9q7z036ny3fipgqvwc01yn20j2jh-qutebrowser-3.1.0/bin/.qutebrowser-real", line 33 in Extension modules: PyQt6.QtCore, PyQt6.QtGui, PyQt6.QtWidgets, markupsafe._speedups, yaml._yaml, PyQt6.QtNetwork, PyQt6.QtQml, PyQt6.QtOpenGL, PyQt6.QtDBus, PyQt6.QtPrintSupport, PyQt6.QtWebChannel, PyQt6.QtWebEngineCore, PyQt6.QtWebEngineWidgets, PyQt6.QtSql (total: 14) ```