Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
192 |
- |
1 |
# abrt-dbus needs to be notified about new problems that were created by
|
|
|
2 |
# other abrt plugins. The standard 'Crash' signal cannot be used because
|
|
|
3 |
# it requires the 'package' element - i.e. only packaged problems are notified
|
|
|
4 |
# through it.
|
|
|
5 |
EVENT=notify
|
|
|
6 |
dbus-send --system --type=signal \
|
|
|
7 |
/org/freedesktop/Problems2 \
|
|
|
8 |
org.freedesktop.Problems2.ImportProblem \
|
|
|
9 |
string:"$DUMP_DIR"
|
|
|
10 |
|
|
|
11 |
EVENT=notify-dup
|
|
|
12 |
dbus-send --system --type=signal \
|
|
|
13 |
/org/freedesktop/Problems2 \
|
|
|
14 |
org.freedesktop.Problems2.ReloadProblem \
|
|
|
15 |
string:"$DUMP_DIR"
|