md-notes/rstudio.md

8 lines
162 B
Markdown

# Rstudio
## If it does not launch on wayland:
```bash
export QT_QPA_PLATFORM=xcb
rstudio #if you are on arch or derivative then include "--no-sandbox" flag
```