summaryrefslogtreecommitdiff
path: root/data/pluma-bugreport.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/pluma-bugreport.sh.in')
-rwxr-xr-xdata/pluma-bugreport.sh.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/pluma-bugreport.sh.in b/data/pluma-bugreport.sh.in
index d59d7969..e62a35ec 100755
--- a/data/pluma-bugreport.sh.in
+++ b/data/pluma-bugreport.sh.in
@@ -20,21 +20,21 @@ echo_padded ()
#if (which mateconftool-2 >/dev/null)
#then
# echo "MateConf configuration dump:"
-# mateconftool-2 --dump /apps/pluma-2 | grep -Ev "</?(entry|mateconfentryfile|entrylist|value|schema_key)" | cut -c4-
+# mateconftool-2 --dump /apps/pluma | grep -Ev "</?(entry|mateconfentryfile|entrylist|value|schema_key)" | cut -c4-
# echo
#fi
echo "Active plugins:"
-mateconftool-2 --get /apps/pluma-2/plugins/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/.mate2/pluma/plugins ]
+if [ -d $HOME/.config/pluma/plugins ]
then
echo "Plugins in \$HOME:"
- ls $HOME/.mate2/pluma/plugins/*.pluma-plugin \
+ ls $HOME/.config/pluma/plugins/*.pluma-plugin \
| sed -r -e 's#.*/([^/]*)\.pluma-plugin$# - \1#'
else
echo "No plugin installed in \$HOME."