This adds a "native" Wayland clipboard backend based on the ext-data-control-v1 protocol. This backend overcomes the limitation of the VO (Wayland core protocol) backend, and does not require the presence of the VO window to receive clipboard updates. This backend also supports primary selectio...
@@ -56,7 +56,7 @@ struct clipboard_wayland_seat { struct wl_seat *seat; struct wl_list link; uint32_t id; struct zwlr_data_control_device_v1 *dcdev; struct ext_data_control_device_v1 *dcdev; }; static void remove_seat(struct clipboard_wayland_seat *seat) @@ -67,7 +67,7...
应用程序加载器:List of applications#Application launchers 剪贴板管理器:Clipboard#Managers 桌面渲染器:Xorg#Composite 桌面壁纸配置器与桌面图标:List of applications#Wallpaper setters and Openbox#Desktop icons and wallpapers 显示管理器:Display manager#List of display managers 显示器节电配置:Display Power Ma...
wl-copy copies the given text to the Wayland clipboard. If no text is given, wl-copy copies data from its standard input.
Alternative to #13837. This adds a general internal clipboard API with support for different formats, targets, and autoprobing backends, and implements 2 clipboard backends (win32and VO) and Waylan...
Feature Request The XDG Desktop Portal is missing clipboard support, meaning that we cannot copy and paste between a Deskflow server or client running on Wayland. Part of the work needs to be done in XDG Desktop Portal, but also needs to...
in xwayland there has been a weird regression with the clipboard, I can copy from xwayland no problem, however when pasting it only works a single time and then never again with kate, even if I copy more data. and with cosmic edit, I need to press paste twice when it is working in...
VirtualBox 7.1 还带来了各种 OCI 改进、支持 IPv6 的新 NAT 引擎、适用于 Linux 和 BSD VM 的 macOS ARM 主机上的 ARM 虚拟化,以及 Wayland 对剪贴板共享的支持。 VirtualBox 7.1 还拥有更好的屏幕录制性能、为新创建的带有 EFI 的 VM 提供新的 Microsoft DB/KEX 证书、改进的 GUI 可访问性以及其 UI ...
找到了 27 个已启用的插件: fcitx-autoeng fcitx-chttrans fcitx-classic-ui fcitx-clipboard fcitx-dbus fcitx-freedesktop-notify fcitx-fullwidth-char fcitx-imselector fcitx-ipc fcitx-ipcportal fcitx-keyboard fcitx-kimpanel-ui fcitx-notificationitem fcitx-pinyin fcitx-pinyin-enhance fcitx-punc fcitx-...
void putClipboard(const char *buffer, bool selection) const override; /** * Returns GHOST_kSuccess if the clipboard contains an image. */ GHOST_TSuccess hasClipboardImage() const override; /** * Get image data from the Clipboard * \param r_width: the returned image width in pixels. *...