Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikolai2038/wayland-clipboard-fix
This script creates service which copies wayland clipboard content to x11, allows it to be available when using VirtualBox clipboard redirection
https://github.com/nikolai2038/wayland-clipboard-fix
clipboard debian kde sh virtualbox wayland wl-clipboard wl-copy wl-paste x11 xclip
Last synced: 2 months ago
JSON representation
This script creates service which copies wayland clipboard content to x11, allows it to be available when using VirtualBox clipboard redirection
- Host: GitHub
- URL: https://github.com/nikolai2038/wayland-clipboard-fix
- Owner: Nikolai2038
- License: agpl-3.0
- Created: 2024-05-17T06:01:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T11:27:20.000Z (8 months ago)
- Last Synced: 2024-05-18T10:27:22.442Z (8 months ago)
- Topics: clipboard, debian, kde, sh, virtualbox, wayland, wl-clipboard, wl-copy, wl-paste, x11, xclip
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wayland-clipboard-fix
**EN** | [RU](README_RU.md)
2024-09-29: Archived - use [clipboard-sync](https://github.com/dnut/clipboard-sync) instead.
## 1. Description
The purpose here is to sync clipboard content when working in VirtualBox.
Wayland clipboard is not syncing, but X11 clipboard does.
So the service created by this script here watches Wayland clipboard content, and when it changes, it copies it to the X11 clipboard content and vice versa.## 2. Requirements
- `pacman` (Arch-based) or `apt-get` (Debian-based) installed;
- `sudo` installed.## 3. Usage
Execute inside virtual machine for usual user:
```bash
curl -s https://raw.githubusercontent.com/Nikolai2038/wayland-clipboard-fix/main/fix.sh | sh
```## 4. Contribution
Feel free to contribute via [pull requests](https://github.com/Nikolai2038/wayland-clipboard-fix/pulls) or [issues](https://github.com/Nikolai2038/wayland-clipboard-fix/issues)!