mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
Add link to Wayland issues page
This commit is contained in:
parent
4673fb5fe4
commit
04f508d664
1 changed files with 2 additions and 1 deletions
|
@ -488,7 +488,8 @@ def _run(argv: Optional[list[str]] = None, exec: bool = True) -> Optional[AnkiAp
|
|||
and not os.getenv("ANKI_WAYLAND")
|
||||
):
|
||||
# users need to opt in to wayland support, given the issues it has
|
||||
print("Wayland support is disabled by default due to bugs.")
|
||||
print("Wayland support is disabled by default due to bugs:")
|
||||
print("https://github.com/ankitects/anki/issues/1767")
|
||||
print("You can force it on with an env var: ANKI_WAYLAND=1")
|
||||
os.environ["QT_QPA_PLATFORM"] = "xcb"
|
||||
|
||||
|
|
Loading…
Reference in a new issue