From: chris <chris@bumblehead.com>
To: Josselin Poiret <dev@jpoiret.xyz>
Cc: chris@bumblehead.com, 68483@debbugs.gnu.org
Subject: bug#68483: Qutebrowser QT platform plugin could not be initialized
Date: Mon, 15 Jan 2024 14:44:14 -0800 [thread overview]
Message-ID: <ZaW1PpKDN1DYzlRm@guix-xps> (raw)
In-Reply-To: <878r4q1bvr.fsf@jpoiret.xyz>
On 1月15日 月, Josselin Poiret wrote:
> Hi chris,
>
> chris <chris@bumblehead.com> writes:
>
> > Related to https://issues.guix.gnu.org/67289#7
> >
> > Here is the qutebrowser 3 process shell output. Would anyone recommend a solution?
> > ```
> > $ qutebrowser
> > 20:40:33 WARNING: Could not find the Qt platform plugin "wayland" in ""
>
> Have you installed qt-wayland? Are you setting QT_QPA_PLATFORM
> anywhere?
Hey Josselin,
I've tried installing qtwayland through guix home by specifying "qtwayland" in my home config file. QT_QPA_PLATFORM is specified in my home config this way
```
(simple-service 'env-vars home-environment-variables-service-type
'(("EDITOR" . "emacs")
("OPENER" . "sh.opener.sh")
("BROWSER" . "qutebrowser")
("GTK_IM_MODULE" . "fcitx")
("QT_IM_MODULE" . "fcitx")
("XMODIFIERS" . "@im=fcitx")
("QT_QPA_PLATFORM" . "wayland")
("QT_SCALE_FACTOR" . "1")
("XDG_SESSION_TYPE" . "wayland")
("XDG_SESSION_DESKTOP" . "sway")
("XDG_CURRENT_DESKTOP" . "sway")
("DESKTOP_SESSION" . "sway")
("LIBSEAT_BACKEND" . "seatd")))
```
QT_QPA_PLATFORM prints at the shell this way
```
$ echo $QT_QPA_PLATFORM
wayland
```
I tried changing "qtwayland" to "qtwayland@6.5" in my home config and reconfiguring home. I've also tried installing qtwayland without guix home using "guix install qtwayland" but those did not resolve the issue.
I can try any suggestion and if it doesn't work, revert back using guix home switch-generation
next prev parent reply other threads:[~2024-01-15 23:23 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-15 19:40 bug#68483: Qutebrowser QT platform plugin could not be initialized chris
2024-01-15 22:15 ` Josselin Poiret via Bug reports for GNU Guix
2024-01-15 22:44 ` chris [this message]
2024-01-16 6:38 ` Sergey Trofimov
2024-01-16 7:07 ` chris
2024-01-16 7:48 ` chris
2024-01-16 10:42 ` Clément Lassieur
2024-01-16 10:47 ` Sergey Trofimov
2024-01-16 11:02 ` Clément Lassieur
2024-01-16 11:35 ` Sergey Trofimov
2024-01-16 15:12 ` chris
2024-01-16 15:45 ` chris
2024-01-16 16:19 ` chris
2024-01-16 16:57 ` chris
2024-01-16 7:53 ` chris
2024-01-16 8:14 ` chris
2024-01-16 10:00 ` Sergey Trofimov
2024-01-16 16:27 ` bug#68483: closing chris
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=ZaW1PpKDN1DYzlRm@guix-xps \
--to=chris@bumblehead.com \
--cc=68483@debbugs.gnu.org \
--cc=dev@jpoiret.xyz \
/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).