diff options
author | monsta <[email protected]> | 2015-09-29 13:57:32 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-09-29 13:57:32 +0300 |
commit | 6ee8c7a1abd689e8df9425f70dee61a40f59fcaa (patch) | |
tree | 80d2e4fe8d502659cf38db95632c73e716e6e3e8 /data/pluma-bugreport.sh.in | |
parent | 7eff297795a917ff425849f4c97c4f7d5342d4ea (diff) | |
download | pluma-6ee8c7a1abd689e8df9425f70dee61a40f59fcaa.tar.bz2 pluma-6ee8c7a1abd689e8df9425f70dee61a40f59fcaa.tar.xz |
bugreport script: bring back active plugins listing
Diffstat (limited to 'data/pluma-bugreport.sh.in')
-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 ] |