Pipewire (?) Error in journalctl reason unknown

pipewire[899]: mod.x11-bell: XOpenDisplay() failed
Error shown in QJournalctl
since upgrade of pipewire 1:0.3.59-5 → 1:03.60-2 in unstable (
2022-11-16)
. (hint?)
`systemd gnome-session-x11-services-ready.target: Job
gnome-session-x11-services-ready.target/verify-active failed with result
‘dependency’.``

You installed libpipewire-module-x11-bell but it shows this error message.

I did not install it, but I got the other error message:

pw.module: No module "libpipewire-module-x11-bell" was found

I think I ignore this error when I have no issue with audio. :man_shrugging:

1 Like

Approved.

Quick and dirty attempt:
.

  1. removed pipewire-x11-bell
  2. commented out in pipewire.conf as looks now:
    # Use libcanberra to play X11 Bell
#    { name = libpipewire-module-x11-bell
#        args = {
            #sink.name = ""
            #sample.name = "bell-window-system"
            #x11.display = null
            #x11.xauthority = null
#        }
#        flags = [ ifexists nofail ]
#    }

(Copied: /usr/share/pipewire to /home/{username}/.config/pipewire)

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.