From 9bd883bd5373011c793bd8473fdc682f041bead0 Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Fri, 12 Jul 2024 15:10:10 +0200 Subject: [PATCH] Docs: Clarify missing Wayland features and instructions --- docs/known-issues.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/known-issues.rst b/docs/known-issues.rst index a3a74d375b..2f7dbc5172 100644 --- a/docs/known-issues.rst +++ b/docs/known-issues.rst @@ -76,10 +76,13 @@ Depending on the desktop environment, these features may not be supported: - pasting from CopyQ and issuing copy command to other apps (that is passing shortcuts to application) - screenshot functionality +- retrieving and matching window titles - querying keyboard modifiers and mouse position -**Workaround** for most problems is to set ``QT_QPA_PLATFORM`` environment variable -and use Xwayland (e.g. ``xorg-x11-server-Xwayland`` Fedora package). +**Workaround:** try using the **Wayland Support** command mentioned below or +set ``QT_QPA_PLATFORM`` environment variable to run the app under **Xwayland** +mode (additional package may be needed, for example: +``xorg-x11-server-Xwayland`` in Fedora). For example, launch CopyQ with::