TexStudio funktioniert nur als Root in ArchLinux

TexStudio funktioniert nur als Root in ArchLinux

Ich habe Texstudio mit Pacman in Arco Linux mit i3wm installiert

sudo pacman -S texstudio

Als ich später versuchte, es von Rofi aus zu öffnen, startete es nicht. Daher versuchte ich, es vom Terminal aus zu öffnen und erhielt die folgende Ausgabe:

➜  ~ texstudio
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: offscreen, wayland-egl, xcb, eglfs, vnc, minimal, minimalegl, linuxfb, wayland, vkkhrdisplay.

[1]    89919 IOT instruction (core dumped)  texstudio

Aber wenn ich sudo texstudio das mache, funktioniert es normal

➜  ~ sudo texstudio
QApplication: invalid style override 'kvantum' passed, ignoring it.
    Available styles: Windows, Fusion
qt.xkb.compose: failed to create compose table

Was habe ich falsch gemacht?

Ich versuche, Texstudio in ArcoLinux auszuführen, und es läuft nur als Root-Benutzer, nicht als normaler Benutzer.

verwandte Informationen