My fen is in my clipboard, (the KDE clipboard manager). I paste it ctrl-shift-v, and I see "The Current Text Selection is Empty ..."
However when I go to the "Setup Start Board" interface and Ctrl-V it there, the board loads fine.
Changing the permissions in FlatSeal didn't seem to help at all.
OS details:
cat /etc/*-release
Fedora release 42 (Adams)
NAME="Fedora Linux"
VERSION="42 (Toolbx Container Image)"
RELEASE_TYPE=stable
ID=fedora
VERSION_ID=42
VERSION_CODENAME=""
PLATFORM_ID="platform:f42"
PRETTY_NAME="Fedora Linux 42 (Toolbx Container Image)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:42"
DEFAULT_HOSTNAME="fedora"
HOME_URL="https://fedoraproject.org/"
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f42/"
SUPPORT_URL="https://ask.fedoraproject.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=42
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=42
SUPPORT_END=2026-05-13
VARIANT="Toolbx Container Image"
VARIANT_ID=toolbx
Fedora release 42 (Adams)
Fedora release 42 (Adams)
⬢ [bigman@toolbx Obsidian Sync
Thank you for reporting this issue.
The clipboard access in both cases uses Tcl/Tk's selection get -selection CLIPBOARD. The only difference I'm aware of is that when pasting directly into a widget (like the FEN entry field in "Setup Start Board"), Tk sets the -displayof option to that specific widget, whereas the "Paste FEN" menu command uses the default (-displayof .).
This could potentially matter in a multi-monitor setup.
Could you please clarify:
- Are you using multiple monitors?
- Does the "Paste FEN" button inside the "Setup Start Board" window work correctly?
This will help narrow down whether the issue is related to the display context.
Hi
I'm not using multiple monitors, and the paste FEN button doesn't work correctly.
I have to go into the board editor, delete the existing FEN, and paste in the new FEN into the text box field.