-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wayland: Copy and paste issue #15198
Comments
After some more looking I have found that there is also another Issue related to XWaylandBridge and Copy and Pasting |
Begin rant. This is a Wayland limitation. Wayland only "supports" (this is generous wording) the primary X copy buffer by design, which it uses for wl_clipboard. Here we have an error that is about the selection buffer, which Wayland has no support for at all. Usually when a project "fixes" this, they also break middle-click paste for people on X11 (CherryTree is one example). This makes me sad. Properly supporting Wayland's weirdness can be quite involved; see for example rustdesk/rustdesk#5900. End rant. Simply rebuilding the Flatpak will probably solve it. |
I wish I knew more about coding in the Linux Environment so I could help with this, but my knowledge is quite limited in that aspect. Thanks for letting me know about the issues about it. |
Any care to let the FC flatpak packager in on this discussion ? |
This comment has been minimized.
This comment has been minimized.
Still relevant in AppImage FreeCAD 1.0.0.39109 (Git), Arch Linux (KDE/plasma/xcb)
FreeCAD 1.1.0dev.39416 (Git) Conda AppImage, Arch Linux (KDE/plasma/xcb)
Not reproduced in FreeCAD 1.0.0.39109 (Git) makepkg, Arch Linux (KDE/plasma/wayland)
|
I would like to give some hints, since i encountered the copy/paste issue by the usage of a workaround for another problem. My first problem was the 3d display not rendering with console message I solved the 2 issues by replacing this environment variable by :
|
Is there an existing issue for this?
Problem description
This is my first time posting an issue on Git Hub for this project, if I have missed anything please let me know.
Hi all, I have been using Freecad on Linux and after creating a body I wanted to copy and paste it like I have been able to do so on windows. but I have found that I am getting an error.
Here is the error I am seeing for it whenever I try to copy and paste through the context menu or shortcut keys.
I can copy and paste text normally but trying to do so on a body causes this. I have a hunch it is because of Wayland and XWaylandBridge Issues, though Im not 100% sure on this.
I have attached a video of this in action. I tried both context and shortcuts to copy but it still happens.
Full version info
OS: KDE neon 6.0 (KDE/plasma) Word size of FreeCAD: 64-bit Version: 0.21.2.33771 (Git) AppImage Build type: Release Branch: (HEAD detached at 0.21.2) Hash: b9bfa5c5507506e4515816414cd27f4851d00489 Python 3.10.13, Qt 5.15.8, Coin 4.0.0, Vtk 9.2.6, OCC 7.6.3 Locale: English/United States (en_US) Installed mods: * Dracula 0.0.5
Subproject(s) affected?
Core
Anything else?
2024-06-25.20-22-55.mp4
Code of Conduct
The text was updated successfully, but these errors were encountered: