Hi there,
since last pacman -Syyu, if I run telegram-desktop this happens:
telegram-desktop
qt.qpa.plugin: Could not find the Qt platform plugin "gtk" in "/usr/lib/qt/plugins/platforms/"
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: minimalegl, wayland-egl, wayland, vkkhrdisplay, vnc, xcb, linuxfb, eglfs, offscreen, minimal.
Aborted
This are my environment variables about qt:
export QT_QPA_PLATFORM_PLUGIN_PATH=/usr/lib/qt/plugins/platforms/
export QT_PLUGIN_PATH=/usr/lib/qt/plugins
export QT_QPA_PLATFORMTHEME=gtk3
And this is my ls /usr/lib/qt/plugins/platforms/:
libqeglfs.so libqminimalegl.so libqoffscreen.so libqxcb.so
libqlinuxfb.so libqminimal.so libqvnc.so
Is there something I missed during the upgrade or is there something I should change?