2

Even after installing everything and getting the RStudio icon in the 'Development' section of x11 xfce Remote Desktop, the RStudio is not launching. It has no error, yet it is not launching. How to make it work?

Sachin
  • 155

1 Answers1

2

Go to the terminal and run the following command:

QMLSCENE_DEVICE=softwarecontext rstudio

This worked for me. Inspiration: https://github.com/rstudio/rstudio/issues/3382#issuecomment-416659732.

Sachin
  • 155