dbusで特定の通知を抑制する方法は?

dbusで特定の通知を抑制する方法は?

努力していますが、次の通知を抑制する方法を理解していません。 ここに画像の説明を入力してください。

私がdbusに持っているもの:

method call time=1659640147.068489 sender=:1.46 -> destination=:1.18 serial=63 path=/org/freedesktop/Notifications; interface=org.freedesktop.Notifications; member=Notify
   string "GPU memory"
   uint32 9
   string "utilities-system-monitor-symbolic"
   string "Running low on GPU memory"
   string "GPU memory usage is at 84%. You may free up some memory by closing some applications."
   array [
      string "ignore"
      string "Ignore"
      string "examine"
      string "Examine"
   ]
   array [
   ]
   int32 -1
method call time=1659640177.047328 sender=:1.46 -> destination=:1.18 serial=64 path=/org/freedesktop/Notifications; interface=org.freedesktop.Notifications; member=CloseNotification
   uint32 9
signal time=1659640177.048047 sender=:1.18 -> destination=(null destination) serial=942 path=/org/freedesktop/Notifications; interface=org.freedesktop.Notifications; member=NotificationClosed
   uint32 9
   uint32 3

私はこの解決策を見つけました:https://access.redhat.com/solutions/6806841 しかし、アクセスできません。デスクトップでは、gnome-3.32、dbus-daemon-1.12.8でCentOS Stream 8を使用しています。

ベストアンサー1

おすすめ記事