-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workspaces gets stuck after dpms cycle/monitor connect #798
Comments
OK, I did some more digging, that's probably worth a separate comment. The hyprland client dies trying to parse this bit: DATA: [...,{
"id": 5,
"name": "5",
"monitor": "FALLBACK",
"monitorID": -1,
"windows": 0,
"hasfullscreen": false,
"lastwindow": "0x0",
"lastwindowtitle": ""
},{
"id": 7,
"name": "7",
"monitor": "?",
"monitorID": null, // <--- Here, exactly
"windows": 0,
"hasfullscreen": false,
"lastwindow": "0x0",
"lastwindowtitle": ""
}] As monitorID is only allowed to be a Just for completeness' sake, it's kind of connected to this: hyprwm/Hyprland#7608 |
Hyprland has practically no spec for its IPC so hard to tell. You have to sorta work on the basis that what Hyprland says goes, so if it's sending null the IPC client should support that. |
I'm reopening this as there is now work being done in hyprland-rs and it would require an update of that dependency. Furthermore I'd like to flag the other error messages that pop up when switching off a screen:
The most concerning thing about this error message is that it is logged over 120 times within 1 second, I guess. Also this but I think this is probably expected
|
Describe the bug
I'm on Hyprland and I'm having the issue that after a while the focused workspace is "stuck" at a certain number and won't change until I issue
ironbar reload
. Also, no new workspaces are recognized and added. Everything else (like hover) seems to still work fine.The log might be helpful (maybe?):
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The focused workspace changes in sync with the Hyprland workspace
System information:
I also tested this with this PR: #748 to the same result.
Configuration
Config
Styles
The text was updated successfully, but these errors were encountered: