Skip to content

Commit

Permalink
docs: improve wayland warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
Merrit committed Sep 25, 2024
1 parent 16b09c3 commit 019de5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/app/cubit/app_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ If you need Nyrna to work with a specific app, you can try running it with XWayl
env XDG_SESSION_TYPE=x11 <app>
```
or
```
env QT_QPA_PLATFORM=xcb <app>
```
Otherwise, [consider signing in using X11 instead](https://docs.fedoraproject.org/en-US/quick-docs/configuring-xorg-as-default-gnome-session/).''';

switch (sessionType) {
Expand Down

0 comments on commit 019de5e

Please sign in to comment.