Skip to content
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

Volume module causes hanging infinitely #533

Open
iiey opened this issue Aug 23, 2024 · 0 comments
Open

Volume module causes hanging infinitely #533

iiey opened this issue Aug 23, 2024 · 0 comments

Comments

@iiey
Copy link

iiey commented Aug 23, 2024

After updating ubuntu packages, i3-wm doesn't work anymore. I could track back to i3status.
Calling i3status from terminal will output this freezes the terminal.

$ i3status
{"version":1}
[

My simple i3status config:

general {
        output_format = i3bar
        colors = true
        markup = pango
        interval = 5
}

order += "volume master"
order += "tztime local"

volume master {
        format = "  %volume "
        format_muted = "  muted "
        device = "default"
        mixer = "Master"
        mixer_idx = 0
}

tztime local {
        format = "  %a %-d %b  %H:%M "
}

If commenting out the volume master parts, then it works again.
Maybe because my machine don't have input/output volume devices. But it should not cause this hanging issue on the hold i3-wm.

Version info:

$ uname -a
Linux C0256-ND0012 6.8.0-41-generic #41-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug  2 20:41:06 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

$ i3 --version
i3 version 4.23 (2023-10-29) © 2009 Michael Stapelberg and contributors

$ i3status --version
i3status 2.14 © 2008 Michael Stapelberg and contributors

Also tested with i3status 2.15 by compilation from source. It has the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant