[PR #1164] [MERGED] Map more X11 clipboard MIME types to corresponding converters #1762

Closed
opened 2026-05-05 08:01:15 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/1164
Author: @yan12125
Created: 5/15/2021
Status: Merged
Merged: 6/13/2021
Merged by: @p12tic

Base: masterHead: fix-x11-paste


📝 Commits (1)

  • cad92e8 Map more X11 clipboard MIME types to corresponding converters

📊 Changes

2 files changed (+5 additions, -0 deletions)

View changed files

doc/newsfragments/fix-x11-paste.bugfix (+1 -0)
📝 src/lib/platform/XWindowsClipboard.cpp (+4 -0)

📄 Description

The following logs are extracted from pasting texts to Firefox's address bar and a Google Doc page in Firefox, respectively.

[2021-05-16T00:03:14] DEBUG1: request for clipboard 342, target text/plain;charset=utf-8 (600) by 0x03000044 (property=GDK_SELECTION (511))

[2021-05-16T00:03:22] DEBUG1: request for clipboard 342, target application/x-moz-nativehtml (603) by 0x03000044 (property=GDK_SELECTION (511))

Inspired by https://github.com/debauchee/barrier/pull/461. Should fix pasting unicode on X11 https://github.com/debauchee/barrier/issues/344.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/debauchee/barrier/pull/1164 **Author:** [@yan12125](https://github.com/yan12125) **Created:** 5/15/2021 **Status:** ✅ Merged **Merged:** 6/13/2021 **Merged by:** [@p12tic](https://github.com/p12tic) **Base:** `master` ← **Head:** `fix-x11-paste` --- ### 📝 Commits (1) - [`cad92e8`](https://github.com/debauchee/barrier/commit/cad92e89d004bc915441b01dcab0b3b89564e80c) Map more X11 clipboard MIME types to corresponding converters ### 📊 Changes **2 files changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `doc/newsfragments/fix-x11-paste.bugfix` (+1 -0) 📝 `src/lib/platform/XWindowsClipboard.cpp` (+4 -0) </details> ### 📄 Description The following logs are extracted from pasting texts to Firefox's address bar and a Google Doc page in Firefox, respectively. ``` [2021-05-16T00:03:14] DEBUG1: request for clipboard 342, target text/plain;charset=utf-8 (600) by 0x03000044 (property=GDK_SELECTION (511)) [2021-05-16T00:03:22] DEBUG1: request for clipboard 342, target application/x-moz-nativehtml (603) by 0x03000044 (property=GDK_SELECTION (511)) ``` Inspired by https://github.com/debauchee/barrier/pull/461. Should fix pasting unicode on X11 https://github.com/debauchee/barrier/issues/344. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 08:01:15 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1762
No description provided.