1

Some Gedit plugins (for example codecomment) are not working after upgrading from version 12.04 to 14.04. When I go in Preferences->Plugins and check the box of one of those plugins, I get a message on the terminal :

(gedit:15457): libpeas-WARNING **: Could not find loader 'python3' for plugin 'codecomment'

I already tried to edit the file /usr/lib/x86_64-linux-gnu/gedit/plugins/codecomment.plugin to change Loader=python3 to Loader=python as suggested in other posts, but it doesn't fix the problem, I get the message

libpeas-WARNING **: Could not find loader 'python' for plugin 'codecomment'

I have python3 correctly installed. Does anyone know how to fix this, seems to be around for quite long time.

Update: the problem does not appear when I start gedit from the Applications menu, but only when I start gedit from a terminal.

gg-79
  • 610

1 Answers1

2

I found the problem: in the file .bash_rc I had the LD_LIBRARY_PATH set to some Matlab libraries. Commenting this line solve the problem (not sure why though).

gg-79
  • 610