RStudio opens as empty window

I've tried to install RStudio (version 2022.02.2+485) on Ubuntu 22.04 from the .deb file. When opening it, I only get a blank screen, apart from the menu items (File, Edit, etc.). If I click on those menu items, nothing happens. I can't even close the window without resorting to xkill.

Running the following did not change anything:

export RSTUDIO_CHROMIUM_ARGUMENTS="--disable-gpu"
/usr/lib/rstudio/bin/rstudio

I also tried installing RStudio from source. That didn't work as Cmake complained that it couldn't find Qt SDK. I wasn't able to resolve that issue.

Ubuntu 22.04 is not supported on the latest stable release, you can try installing the latest daily build although be aware that these are testing builds so they might be unstable.

https://dailies.rstudio.com/rstudio/spotted-wakerobin/electron/jammy/

Marvellous, thank you!

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.