summaryrefslogtreecommitdiff
path: root/data/pluma-bugreport.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/pluma-bugreport.sh.in')
-rw-r--r--data/pluma-bugreport.sh.in22
1 files changed, 11 insertions, 11 deletions
diff --git a/data/pluma-bugreport.sh.in b/data/pluma-bugreport.sh.in
index e62a35ec..48ae5bc5 100644
--- a/data/pluma-bugreport.sh.in
+++ b/data/pluma-bugreport.sh.in
@@ -17,18 +17,18 @@ echo_padded ()
done
}
-#if (which mateconftool-2 >/dev/null)
-#then
-# echo "MateConf configuration dump:"
-# mateconftool-2 --dump /apps/pluma | grep -Ev "</?(entry|mateconfentryfile|entrylist|value|schema_key)" | cut -c4-
-# echo
-#fi
+if (which gsettings >/dev/null)
+then
+ echo "GSettings configuration dump:"
+ gsettings list-recursively org.mate.pluma
+ echo
+fi
-echo "Active plugins:"
-mateconftool-2 --get /apps/pluma/plugins/active-plugins \
- | sed -r -e 's/^\[(.*)\]$/\1/' -e 's/,/\n/g' \
- | sed -e 's/^.*$/ - \0/'
-echo
+#echo "Active plugins:"
+#mateconftool-2 --get /apps/pluma/plugins/active-plugins \
+# | sed -r -e 's/^\[(.*)\]$/\1/' -e 's/,/\n/g' \
+# | sed -e 's/^.*$/ - \0/'
+#echo
# Manually installed plugins (in $HOME)
if [ -d $HOME/.config/pluma/plugins ]