summaryrefslogtreecommitdiffstats
path: root/src/plugins/ccpp_events.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/ccpp_events.conf')
-rw-r--r--src/plugins/ccpp_events.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/ccpp_events.conf b/src/plugins/ccpp_events.conf
index 5daf71a1..19da043f 100644
--- a/src/plugins/ccpp_events.conf
+++ b/src/plugins/ccpp_events.conf
@@ -13,7 +13,7 @@ EVENT=post-create analyzer=CCpp
echo "Element 'var_log_messages' saved"
)
-EVENT=analyze_xsession_errors analyzer=CCpp
+EVENT=analyze_xsession_errors analyzer=CCpp dso_list~=.*/libX11.*
test -f ~/.xsession-errors || { echo "No ~/.xsession-errors"; exit 1; }
test -r ~/.xsession-errors || { echo "Can't read ~/.xsession-errors"; exit 1; }
executable=`cat executable` &&