mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 07:15:19 +01:00
[PR #391] [MERGED] Workspace Issues Fixes #6303
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#6303
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JakeStanger/ironbar/pull/391
Author: @JakeStanger
Created: 12/31/2023
Status: ✅ Merged
Merged: 12/31/2023
Merged by: @JakeStanger
Base:
master← Head:fix/workspace-issues📝 Commits (5)
c356b22fix(workspaces): favourites missinginactiveclass on startup1b54de9build(deps): update glib967801drefactor(workspaces): avoid sending unknown update infob2a37a3refactor: fix clippy warningb4d7545fix(regression): GTK refactor causing updates to be missed📊 Changes
21 files changed (+50 additions, -35 deletions)
View changed files
📝
Cargo.lock(+2 -2)📝
Cargo.toml(+1 -1)📝
src/clients/compositor/hyprland.rs(+0 -1)📝
src/clients/compositor/mod.rs(+5 -1)📝
src/clients/compositor/sway.rs(+6 -3)📝
src/config/mod.rs(+1 -1)📝
src/dynamic_value/dynamic_bool.rs(+1 -1)📝
src/dynamic_value/dynamic_string.rs(+1 -1)📝
src/image/provider.rs(+1 -1)📝
src/ipc/server.rs(+1 -1)📝
src/macros.rs(+10 -6)📝
src/modules/clipboard.rs(+1 -1)📝
src/modules/clock.rs(+2 -2)📝
src/modules/custom/progress.rs(+1 -1)📝
src/modules/custom/slider.rs(+1 -1)📝
src/modules/launcher/mod.rs(+2 -2)📝
src/modules/mod.rs(+1 -1)📝
src/modules/music/mod.rs(+2 -2)📝
src/modules/upower.rs(+2 -2)📝
src/modules/workspaces.rs(+8 -3)...and 1 more files
📄 Description
Important commits:
fix(regression): GTK refactor causing updates to be missed
Regression introduced by recent GTK refactor.
The
glib_recvmacros previously using the passed in expression as the receiver, which was causing a new receiver to be created every time an event was received. This caused some peculiar behaviours where some events just never got through if sent too close to each other.This was most obvious in the
workspacesmodule.Fixes #381
fix(workspaces): favourites missing
inactiveclass on startupFixes #390
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.