mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[PR #112] [MERGED] The long road to GTK4 #4712
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#4712
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/112
Author: @JakeStanger
Created: 4/21/2023
Status: ✅ Merged
Merged: 10/5/2025
Merged by: @JakeStanger
Base:
master← Head:refactor/gtk-4📝 Commits (1)
aa130d1feat: port to gtk4📊 Changes
66 files changed (+2244 additions, -1841 deletions)
View changed files
📝
.github/scripts/ubuntu_setup.sh(+6 -4)📝
.github/workflows/build.yml(+5 -4)📝
.github/workflows/docker.yml(+1 -1)📝
Cargo.lock(+264 -360)📝
Cargo.toml(+5 -7)📝
README.md(+1 -1)📝
docs/Compiling.md(+5 -11)📝
docs/Configuration guide.md(+17 -3)📝
docs/GTK4.md(+127 -44)📝
docs/Styling guide.md(+1 -1)📝
docs/_Sidebar.md(+1 -1)📝
docs/modules/Clock.md(+8 -6)📝
docs/modules/Menu.md(+15 -15)📝
flake.lock(+3 -3)📝
flake.nix(+2 -3)📝
nix/package.nix(+6 -8)📝
src/bar.rs(+55 -73)📝
src/clients/tray.rs(+1 -1)📝
src/clients/volume/mod.rs(+2 -5)📝
src/config/common.rs(+93 -81)...and 46 more files
📄 Description
GTK4 introduces a lot of breaking changes, mostly involving event handling. This PR will track the progress of the port. It's going to take me a while to get through it all, and this will be secondary to continuing bar development.
You need gtk4 and gtk4-layer-shell installed. These are normally available through your package mananger.
Progress documented here: https://github.com/JakeStanger/ironbar/wiki/gtk4
Resolves #933
Resolves #244
Resolves #900
Resolves #1091
Resolves #963
Resolves #1042
Resolves #1183
Closes #791
Huge shoutout to those that helped with the port:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.