spanskiblog/content/posts/rstudio.md

15 lines
268 B
Markdown
Raw Normal View History

2022-12-24 17:42:40 +01:00
2022-12-24 17:09:22 +01:00
+++
2023-02-27 21:59:02 +01:00
date="2023-02-03"
2022-12-24 17:09:22 +01:00
author="spanskiduh"
title="rstudio"
2022-12-24 17:42:40 +01:00
description="click to read about rstudio"
2022-12-24 17:09:22 +01: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
```