i3wm을 사용하여 Arco Linux에서 pacman을 사용하여 texstudio를 설치했습니다.
sudo pacman -S texstudio
나중에 rofi에서 열려고 했을 때 시작되지 않았기 때문에 터미널에서 열려고 했더니 다음과 같은 결과가 나왔습니다.
➜ ~ 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
하지만 내가하면 sudo texstudio
정상적으로 작동합니다.
➜ ~ sudo texstudio
QApplication: invalid style override 'kvantum' passed, ignoring it.
Available styles: Windows, Fusion
qt.xkb.compose: failed to create compose table
내가 어디서 잘못됐나요?
ArcoLinux에서 texstudio를 실행하려고 하는데 일반 사용자가 아닌 루트 사용자로만 실행됩니다.