You are not logged in.
Pages: 1
I have fresh install of arch linux with sway but after I install lxqt and xorg, it shows this:
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposit-egl, wayland-xcomposite-glx, xcb.In the arch wiki, it just says just install lxqt. what am I missing?
Last edited by Greasily3062 (2023-07-04 13:58:55)
Offline
sway runs on wayland, lxqt is xorg. Neither can run on the other display server.
What are you trying to start from where that gives this message ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
i'm running the command startlxqt before this message show.
Offline
No, the wiki certainly does not say to run that command directly. Read it again.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
No, the wiki certainly does not say to run that command directly. Read it again.
you are right. it never says it here .
but how can I run lxqt without login manager?
Last edited by Greasily3062 (2023-07-04 13:38:24)
Offline
Trilby wrote:No, the wiki certainly does not say to run that command directly. Read it again.
you are right. it never says it here .
but how can I run lxqt without login manager?
Are you kidding? You just have to read the link you posted. xinit!
Last edited by hcjl (2023-07-04 13:56:46)
Offline
Greasily3062 wrote:Trilby wrote:No, the wiki certainly does not say to run that command directly. Read it again.
you are right. it never says it here .
but how can I run lxqt without login manager?Are you kidding? You just have to read the link you posted. xinit!
No. I'm not kidding.
Offline
I solved it.
I haven't installed the xinit.
followed this instruction:
https://wiki.archlinux.org/title/Xinit#xinitrc
I realized you can't run startlxqt directly.
you have to put it on ~/.xinitrc and run startx
thank you for the help.
Offline
Ftr, the xinitrc in that wiki article is supposed to be a snippet, if that's your entire xinitrc, it's broken (see the last link below and pay attention to the note what to include at least)
Online
Pages: 1