From 6ee8c7a1abd689e8df9425f70dee61a40f59fcaa Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 29 Sep 2015 13:57:32 +0300 Subject: bugreport script: bring back active plugins listing --- data/pluma-bugreport.sh.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'data') diff --git a/data/pluma-bugreport.sh.in b/data/pluma-bugreport.sh.in index 48ae5bc5..5aa2178e 100644 --- a/data/pluma-bugreport.sh.in +++ b/data/pluma-bugreport.sh.in @@ -24,11 +24,11 @@ then 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:" +gsettings get org.mate.pluma 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 ] -- cgit v1.2.1