web-dev-qa-db-ja.com

xfce4-notifydボリュームの変更はポップアップ通知バブルではなくなりました

1週間ほど前から、音量を変更したり、ヘッドフォンを接続したりすると、通知バブルが表示されなくなります。私は純粋なxfce4-sessionを使用してubuntu bionicを実行しています。つまり、メタパッケージxubuntu-desktopがシステムにありません。

    dbus-monitor --session interface='org.freedesktop.Notifications'
    signal time=1565429537.386265 sender=org.freedesktop.DBus -> destination=:1.73 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
       string ":1.73"
    signal time=1565429537.386395 sender=org.freedesktop.DBus -> destination=:1.73 serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
string ":1.73"

ヘッドフォンを接続した後、またはコマンドの後に何も表示されない

pactl set-sink-volume 0 100%

送信後notify-send test

method call time=1565430913.692873 sender=:1.74 -> destination=:1.27 serial=6 path=/org/freedesktop/Notifications; interface=org.freedesktop.Notifications; member=GetServerInformation
method call time=1565430913.693595 sender=:1.74 -> destination=:1.27 serial=7 path=/org/freedesktop/Notifications; interface=org.freedesktop.Notifications; member=Notify
   string "notify-send"
   uint32 0
   string ""
   string "test"
   string ""
   array [
   ]
   array [
      dict entry(
         string "urgency"
         variant             byte 1
      )
   ]
   int32 -1
signal time=1565430923.336805 sender=:1.27 -> destination=(null destination) serial=23 path=/org/freedesktop/Notifications; interface=org.freedesktop.Notifications; member=NotificationClosed
   uint32 4
   uint32 1

ジャーナルで検索

journalctl -b --user -u 

    dbus.service | grep notifyd
    Aug 10 10:49:56 beelzemon dbus-daemon[1916]: [session uid=1000 pid=1916] Activating via systemd: service name='org.freedesktop.Notifications' unit='xfce4-notifyd.service' requested by ':1.17' (uid=1000 pid=2062 comm="xfce4-power-manager " label="unconfined")

そして

journalctl -b --user -u xfce4-notifyd
-- Logs begin at Sat 2019-07-27 22:58:00 CEST, end at Sat 2019-08-10 11:32:17 CEST. --
Aug 10 10:49:57 beelzemon systemd[1863]: Starting XFCE notifications service...
Aug 10 10:49:58 beelzemon systemd[1863]: Started XFCE notifications service.

そして

systemctl --user list-dependencies default.target
default.target
● └─basic.target
●   ├─paths.target
●   ├─sockets.target
●   │ ├─dbus.socket
●   │ ├─dirmngr.socket
●   │ ├─gpg-agent-browser.socket
●   │ ├─gpg-agent-extra.socket
●   │ ├─gpg-agent-ssh.socket
●   │ └─gpg-agent.socket
●   └─timers.target

サービスのステータス

systemctl --user status xfce4-notifyd.service 
● xfce4-notifyd.service - XFCE notifications service
   Loaded: loaded (/usr/lib/systemd/user/xfce4-notifyd.service; static; vendor preset: enabled)
   Active: active (running) since Sat 2019-08-10 10:49:58 CEST; 1h 14min ago
 Main PID: 2145 (xfce4-notifyd)
   CGroup: /user.slice/user-1000.slice/[email protected]/xfce4-notifyd.service
           └─2145 /usr/lib/i386-linux-gnu/xfce4/notifyd/xfce4-notifyd

Aug 10 10:49:57 beelzemon systemd[1863]: Starting XFCE notifications service...
Aug 10 10:49:58 beelzemon systemd[1863]: Started XFCE notifications service.

エラーは表示されません。

音はうまく機能し、グアケのような他の通知は機能しています.

テキストが多すぎて申し訳ありません。

ボリュームが変更された場合に通知を送信するように、pulseaudio-pluginが構成されています。

パッケージxfce4-volumedがシステムにありません。

  apt list --installed | egrep 'volumed|pulseaudio|pavucontrol'

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

gstreamer1.0-pulseaudio/bionic-updates,now 1.14.5-0ubuntu1~18.04.1 i386 [installed,automatic]
osspd-pulseaudio/bionic,now 1.3.2-9 i386 [installed,automatic]
pavucontrol/bionic,now 3.0-4 i386 [installed,automatic]
pulseaudio/bionic-updates,now 1:11.1-1ubuntu7.2 i386 [installed]
pulseaudio-module-bluetooth/bionic-updates,now 1:11.1-1ubuntu7.2 i386 [installed]
pulseaudio-utils/bionic-updates,now 1:11.1-1ubuntu7.2 i386 [installed,automatic]
xfce4-pulseaudio-plugin/bionic,now 0.4.1-0ubuntu1 i386 [installed]

pulseaudioはusersesssion用に構成されています。

ps -ef | grep Pulse
alex      7316     1  0 15:21 ?        00:00:00 /usr/bin/pulseaudio --start --log-target=syslog
alex      7347  1991  0 15:22 ?        00:00:01 /usr/lib/i386-linux-gnu/xfce4/panel/wrapper-2.0 /usr/lib/i386-linux-gnu/xfce4/panel/plugins/libpulseaudio-plugin.so 22 10485802 pulseaudio PulseAudio-Modul Die Lautst??rke des PulseAudio-Klangsystems anpassen
alex      7414  3936  0 15:32 pts/4    00:00:00 grep --color=auto Pulse

P:Sエラーは/ homeにありません。 Testuserとguest-sessionは同じです。

3
nobody

すみません、見つけました。私はi3をいじっていました。 Metapackageは私のシステムに要求をもたらします。そのパッケージをパージして再起動すると、pulseaudionの通知が修正されます。 systemd[9580]: dunst.service: Two services allocated for the same bus name org.freedesktop.Notifications, refusing operation

私はこれをジャーナルで見つけました、これは私を正しい道に連れて行きます

2
nobody