md-notes/rstudio.md

8 lines
162 B
Markdown
Raw Normal View History

2022-10-12 13:40:35 +02:00
# 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
```