GNU bug report logs -
#68483
Qutebrowser QT platform plugin could not be initialized
Previous Next
Reported by: chris <chris <at> bumblehead.com>
Date: Mon, 15 Jan 2024 19:43:01 UTC
Severity: normal
Done: chris <chris <at> bumblehead.com>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 68483 <at> debbugs.gnu.org (full text, mbox):
On 1月15日 月, Josselin Poiret wrote:
> Hi chris,
>
> chris <chris <at> 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 <at> 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
This bug report was last modified 1 year and 123 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.