[PR #946] [MERGED] fix(wayland): panicking on compositors without protocol support #2462

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/946
Author: @JakeStanger
Created: 4/21/2025
Status: Merged
Merged: 4/21/2025
Merged by: @JakeStanger

Base: masterHead: fix/wayland-panic


📝 Commits (2)

  • 963a450 fix(wayland): panicking on compositors without protocol support
  • 8c76e95 ci: fix paths not globbing

📊 Changes

6 files changed (+40 additions, -14 deletions)

View changed files

📝 .github/workflows/build.yml (+2 -2)
📝 .github/workflows/schema.yml (+1 -1)
📝 .github/workflows/wiki.yml (+1 -1)
📝 src/clients/wayland/mod.rs (+24 -6)
📝 src/clients/wayland/wl_seat.rs (+6 -2)
📝 src/clients/wayland/wlr_data_control/mod.rs (+6 -2)

📄 Description

This allows Ironbar to run on a wider range of compositors, where support for the wlr_foreign_toplevel protocol used by focused/launcher, and the wlr_data_control_device protocol used by clipboard is missing.


🔄 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/946 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 4/21/2025 **Status:** ✅ Merged **Merged:** 4/21/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/wayland-panic` --- ### 📝 Commits (2) - [`963a450`](https://github.com/JakeStanger/ironbar/commit/963a450ff524b1ebfb06a9ab0425719e4365f1f7) fix(wayland): panicking on compositors without protocol support - [`8c76e95`](https://github.com/JakeStanger/ironbar/commit/8c76e957f9be7567555d2b330361f46fe51c08f8) ci: fix paths not globbing ### 📊 Changes **6 files changed** (+40 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+2 -2) 📝 `.github/workflows/schema.yml` (+1 -1) 📝 `.github/workflows/wiki.yml` (+1 -1) 📝 `src/clients/wayland/mod.rs` (+24 -6) 📝 `src/clients/wayland/wl_seat.rs` (+6 -2) 📝 `src/clients/wayland/wlr_data_control/mod.rs` (+6 -2) </details> ### 📄 Description This allows Ironbar to run on a wider range of compositors, where support for the `wlr_foreign_toplevel` protocol used by focused/launcher, and the `wlr_data_control_device` protocol used by clipboard is missing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:56:54 +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#2462
No description provided.