He instalado texstudio usando pacman en Arco Linux con i3wm
sudo pacman -S texstudio
Más tarde, cuando intenté abrirlo desde rofi, no se inició, así que intenté abrirlo desde la terminal y obtuve el siguiente resultado:
➜ ~ 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
Pero cuando lo hago sudo texstudio
funciona normalmente.
➜ ~ sudo texstudio
QApplication: invalid style override 'kvantum' passed, ignoring it.
Available styles: Windows, Fusion
qt.xkb.compose: failed to create compose table
¿Qué hice mal?
Estoy intentando ejecutar texstudio en ArcoLinux y se ejecuta solo como usuario root, no como usuario normal.