GNU bug report logs -
#63558
[PATCH] gnu: Add qutebrowser/wayland.
Previous Next
Reported by: "Wamm K. D" <jaft.r <at> outlook.com>
Date: Wed, 17 May 2023 20:09:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 03 Sep 2023 10:53:06 -0400
with message-id <87fs3vux4d.fsf <at> gmail.com>
and subject line Re: bug#63558: [PATCH] gnu: Add qutebrowser/wayland.
has caused the debbugs.gnu.org bug report #63558,
regarding [PATCH] gnu: Add qutebrowser/wayland.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
63558: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63558
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/web-browsers.scm (qutebrowser/wayland): New variable.
---
Create a package that can be used with Wayland, like UnGoogled
Chromium and Icecat have.
gnu/packages/web-browsers.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 33de0039838..eec818f9261 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -21,6 +21,7 @@
;;; Copyright © 2021 Alexander Krotov <krotov <at> iitp.ru>
;;; Copyright © 2020 Hartmut Goebel <h.goebel <at> crazy-compilers.com>
;;; Copyright © 2021 Christopher Howard <christopher <at> librehacker.com>
+;;; Copyright © 2023 Wamm K. D. <jaft.r <at> outlook.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -548,6 +549,21 @@ (define-public qutebrowser
GUI. It is based on PyQt5 and QtWebEngine.")
(license license:gpl3+)))
+(define-public qutebrowser/wayland
+ (package/inherit qutebrowser
+ (name "qutebrowser-wayland")
+ (inputs (modify-inputs (package-inputs qutebrowser)
+ (prepend qtwayland-5)))
+ (arguments (substitute-keyword-arguments (package-arguments qutebrowser)
+ ((#:phases phases)
+ #~(modify-phases #$phases
+ (add-after 'wrap-qt-process-path 'wrap-qtwebengine-path
+ (lambda* (#:key inputs outputs #:allow-other-keys)
+ (wrap-program (search-input-file outputs "bin/qutebrowser")
+ `("QT_PLUGIN_PATH" =
+ (,(string-append (assoc-ref inputs "qtwayland")
+ "/lib/qt5/plugins/"))))))))))))
+
(define-public vimb
(package
(name "vimb")
--
2.40.1
[Message part 3 (message/rfc822, inline)]
tags 63558 + notabug
quit
Hello,
Jaft <jaft.r <at> outlook.com> writes:
> I'm running XWayland and, at one point, it just stopped working
> (would launch in X, instead); it's been a while since I ran it (I've
> been running this version, instead) but I think that was why I wrote
> this up. Even when it was working, launching it from an X app. would
> cause it to run as X. I remember it being really annoying in
> unexpected ways and not always predictable. On Friday, September 1,
> 2023 at 09:26:49 AM CDT, Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
> wrote:
OK; I'll close the issue, but if someone else encounters a problem
attempting to use qutebrowser on wayland (despite installing qtwayland
in their user profile), let's reopen and revisit it.
--
Thanks,
Maxim
This bug report was last modified 1 year and 255 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.