mirror of
https://github.com/RetroDECK/Wiki.git
synced 2024-11-23 06:05:40 +00:00
Added a note about wayland in debug mode
This commit is contained in:
parent
b55233338a
commit
1719f1b203
|
@ -28,6 +28,11 @@ Enter in the flatpak shell:
|
|||
flatpak run --command=bash net.retrodeck.retrodeck
|
||||
```
|
||||
|
||||
NOTE: on wayland in some cases it's needed to enter with the command above otherwise some emulators will not run:
|
||||
```
|
||||
flatpak run --command=sh --nosocket=fallback-x11 --socket=x11 net.retrodeck.retrodeck
|
||||
```
|
||||
|
||||
Launch ES-DE in debug mode:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue