bugreport script: bring back active plugins listing

This commit is contained in:
monsta 2015-09-29 13:57:32 +03:00
parent 7eff297795
commit 6ee8c7a1ab
1 changed files with 5 additions and 5 deletions

View File

@ -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 ]