-
-
Notifications
You must be signed in to change notification settings - Fork 732
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
hyprland/workspaces is not working on waybar 0.9.20 #2398
Comments
This problem is already fixed in the latest master. You can compile it yourself or wait for the next release. In the meantime, you should be able to use wlr/workspaces. |
New release 0.9.21 published. |
I was getting this same error with Waybar on Wayland. However I noticed that my monitor has hexadecimal in the model and make according to
Running Waybar
so I'm not sure if my issue relates to this here bug or the one over at #2475 (more likely). I'd be curious whether @hnbnh has a monitor with hexadecimal in the monitor name/model/description when seeing this error (i.e. output of |
Ok ignore my comment above, as it looks like my issue is unrelated to hex values. I dug a little deeper, and it looks like the call is failing in
That line throws an exception for me. If I comment it out and initialise the active workspace name to a dummy value, then the workspaces appear in waybar. I also tried shifting the activeworkspace call into the |
@amplexus What is the name of that active workspace? |
@zjeffer here's all my workspaces - the active one has an ID of 3:
And if it's any use, here's my workspaces config in waybar:
However please note that if I strip the above workspaces config out entirely (but keep |
Ok hang about. My Digging deeper, I followed https://wiki.hyprland.org/Getting-Started/Installation/ which lead me to a gist for Ubuntu 23.X, which gave me a script to run, which, err, downloaded hyprland 0.24.1 (versus current release 0.34). I figure that's the problem. |
Can confirm that running current Hyprland (0.34.0) works fine - no errors or failing RPC calls... All that commotion for nothing :D Thanks anyway @zjeffer ! |
@amplexus i have the same problem as you have but on the latest hyprland, is there any way you can help me? |
Make sure the following line exists in your
|
Also make sure that you are REALLY on the latest version. I for example just learned that I had hyprland-nvidia installed, which was removed from the arch repos (or the AUR? don't remember) some time ago it seems and I was therefore still on 0.31.0-2 instead of the current 0.37.1-2. |
thats it i was on nvidia and was using that package, switched to hyprland-git and it fixed it. Thank you |
A bit off-topic but while trying to fix the problem from this issue using solution from @michalke-it and @arnavgr I've tried to install hyprland-git using yay to migrate from hyprland-nvidia 0.31.0-2 but got this error when installing hyprland-git:
Can anyone help fixing it? I've tried cleanBuild option but it doesn't help |
@unkindypie I assume you're And it seems the patch has been applied 10 minutes ago. Try to build again and it should work. |
@zjeffer right you've found me 😁 |
try the official arch repo waybar package |
Describe the bug:
I wasn't able to have
hyprland/workspaces
enabled on my waybar configurationConfiguration
Log:
The text was updated successfully, but these errors were encountered: