Problem at running rstudio on Debian10: qt.qpa.plugin: Could not load the Qt platform plugin "xcb"

After installing rstudio-1.2.1335-amd64.deb on Debian10 and trying to run, I get:
"
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" 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: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
"

What can I do? Installation went ok with no error messages

Thanks

SOlved by installing sudo apt install libxkbcommon-x11-dev
ref https://github.com/rstudio/rstudio/issues/4610

I wasn't able to reproduce on a stock build of Debian 10. Can you provide any other information?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.