diff options
-rw-r--r-- | data/pluma-bugreport.sh.in | 10 |
1 files changed, 5 insertions, 5 deletions
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 ] |