[PR #1249] [MERGED] fix(keyboard): init fails if keyboard layout not available #4067

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1249
Author: @JakeStanger
Created: 11/22/2025
Status: Merged
Merged: 11/22/2025
Merged by: @JakeStanger

Base: masterHead: fix/keyboard-layout


📝 Commits (1)

  • 905424f fix(keyboard): init fails if keyboard layout not available

📊 Changes

1 file changed (+39 additions, -35 deletions)

View changed files

📝 src/modules/keyboard.rs (+39 -35)

📄 Description

The keyboard module binds to two clients - libinput and keyboard layout. The latter can fail if not available. This fix ensures the module still initialises.


🔄 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/1249 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 11/22/2025 **Status:** ✅ Merged **Merged:** 11/22/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/keyboard-layout` --- ### 📝 Commits (1) - [`905424f`](https://github.com/JakeStanger/ironbar/commit/905424f38246b74b1ff26c1e3b89aabe8cdbf45c) fix(keyboard): init fails if keyboard layout not available ### 📊 Changes **1 file changed** (+39 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/keyboard.rs` (+39 -35) </details> ### 📄 Description The keyboard module binds to two clients - libinput and keyboard layout. The latter can fail if not available. This fix ensures the module still initialises. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 23:57:36 +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#4067
No description provided.