Skip to content

Volume module causes hanging infinitely #533

@iiey

Description

@iiey

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions