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?
Asked
Active
Viewed 132 times
1 Answers
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