Bonjour,
Lorsque que je veux lancer kpat à partir du terminal, j'obtiens la réponse suivante :
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-xcomposite-egl, wayland-xcomposite-glx, xcb.
Aborted
Comment remédier à ce problème ?
Merci
# Environnement
Posté par Christophe . Évalué à 5.
Déjà, la bonne réponse dépend du serveur graphique: X11 ? Wayland ?
Pour ce premier, bien vérifier que la variable DISPLAY existe dans le terminal. Sa valeur devrait probablement être "DISPLAY=:0".
Si la variable n'est pas là c'est quand même surprenant.
Si c'est Wayland, alors apparemment Qt a choisi la mauvaise plateforme, ce qui serait surprenant. Essayer "-platform wayland" en argument.
[^] # Commentaire supprimé
Posté par Anonyme . Évalué à 2. Dernière modification le 10 mars 2022 à 15:12.
Ce commentaire a été supprimé par l’équipe de modération.
[^] # Re: Environnement
Posté par sixte . Évalué à 1.
Voici ce que j'obtiens
libxcb-util.so.1 -> /usr/lib/x86_64-linux-gnu/libxcb-util.so.0
-bash: /usr/lib/x86_64-linux-gnu/libxcb-util.so.0: Permission denied
[^] # Commentaire supprimé
Posté par Anonyme . Évalué à 1.
Ce commentaire a été supprimé par l’équipe de modération.
[^] # Re: Environnement
Posté par sixte . Évalué à 1.
Hélas, ça ne fonctionne pas :
kpat -platform wayland
error: XDG_RUNTIME_DIR not set in the environment.
Failed to create wl_display (No such file or directory)
qt.qpa.plugin: Could not load the Qt platform plugin "wayland" 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-xcomposite-egl, wayland-xcomposite-glx, xcb.
Suivre le flux des commentaires
Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.