私は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 を実行しようとしていますが、通常のユーザーではなく、root ユーザーとしてのみ実行されます。