Blame src/dbus/abrt_dbus_event.conf

Packit 8ea169
# abrt-dbus needs to be notified about new problems that were created by
Packit 8ea169
# other abrt plugins. The standard 'Crash' signal cannot be used because
Packit 8ea169
# it requires the 'package' element - i.e. only packaged problems are notified
Packit 8ea169
# through it.
Packit 8ea169
EVENT=notify
Packit 8ea169
   dbus-send --system --type=signal \
Packit 8ea169
           /org/freedesktop/Problems2 \
Packit 8ea169
           org.freedesktop.Problems2.ImportProblem \
Packit 8ea169
           string:"$DUMP_DIR"
Packit 8ea169
Packit 8ea169
EVENT=notify-dup
Packit 8ea169
   dbus-send --system --type=signal \
Packit 8ea169
           /org/freedesktop/Problems2 \
Packit 8ea169
           org.freedesktop.Problems2.ReloadProblem \
Packit 8ea169
           string:"$DUMP_DIR"