Summary: | media-libs/libcanberra: Does not respect No Sounds profile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Joakim Tjernlund <joakim.tjernlund> |
Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | immoloism, joakim.tjernlund, sound |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Joakim Tjernlund
2024-05-24 12:41:37 UTC
I added an sleep 1 in /etc/X11/xinit/xinitrc.d/80-dbus: #!/bin/sh # launches a session dbus instance dbuslaunch=$(command -v dbus-launch 2>/dev/null) if [ -n "$dbuslaunch" ] && [ -x "$dbuslaunch" ] && [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then if [ -n "$command" ]; then command="$dbuslaunch --exit-with-session $command" else eval "$($dbuslaunch --sh-syntax --exit-with-session)" fi sleep 1 fi and that helps. Not done exhaustive testing though. I am using sys-apps/dbus-broker too. This is not libcanberras fault, it is pipewire USE=X that adds X11 Bell and something else(VTE?) calls into pipewire USE=-X for pipewire makes it quiet. |