mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 12:15:22 +01:00
[GH-ISSUE #284] Fails to start hyprland event listener. #7141
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#7141
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?
Originally created by @SolitudeSF on GitHub (Aug 25, 2023).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/284
log with
RUST_BACKTRACE=fullLog
System information:
config.corn@JakeStanger commented on GitHub (Aug 25, 2023):
Thanks for reporting. It looks like something weird is going on that means Hyprland isn't returning an active workspace on startup.
Are you running stable or -git Hyprland, and are you using any plugins? If you're able to share your Hyprland config too that'd be great.
@yavko any ideas on this one? The Hyprland library does return an option for the active workspace so I guess this can legitimately happen?
@yavko commented on GitHub (Aug 25, 2023):
It returns an result cuz of serde, not for any other reason
@yavko commented on GitHub (Aug 25, 2023):
I wonder why serde is failing, would be cool if I could see the data being passed into serde
@SolitudeSF commented on GitHub (Aug 26, 2023):
i have
Hyprlandinstalled from arch, which is0.28.0yet for some reason it doesnt haveactiveworkspacecommand, which is why it fails.turns out i had two hyprlands installed, one severely outdated.
@yavko commented on GitHub (Aug 26, 2023):
Oof