[PR #458] [MERGED] fix(clipboard): unable to paste large images into xwayland #3545

Closed
opened 2026-05-22 23:56:06 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/458
Author: @JakeStanger
Created: 2/18/2024
Status: Merged
Merged: 2/18/2024
Merged by: @JakeStanger

Base: masterHead: fix/clipboard-xwayland


📝 Commits (1)

  • 6fe9c54 fix(clipboard): unable to paste large images into xwayland

📊 Changes

1 file changed (+14 additions, -6 deletions)

View changed files

📝 src/clients/wayland/wlr_data_control/mod.rs (+14 -6)

📄 Description

Thanks to a nightly clippy warning which found I wasn't using file.write correctly.

Fixes #86.


🔄 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/JakeStanger/ironbar/pull/458 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 2/18/2024 **Status:** ✅ Merged **Merged:** 2/18/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/clipboard-xwayland` --- ### 📝 Commits (1) - [`6fe9c54`](https://github.com/JakeStanger/ironbar/commit/6fe9c541347b7bdd69e3d735f07a17a5d4b124ca) fix(clipboard): unable to paste large images into xwayland ### 📊 Changes **1 file changed** (+14 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/clients/wayland/wlr_data_control/mod.rs` (+14 -6) </details> ### 📄 Description Thanks to a nightly clippy warning which found I wasn't using `file.write` correctly. Fixes #86. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 23:56:06 +01: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
JakeStanger/ironbar#3545
No description provided.