Comment 8 for bug 335538

Revision history for this message
Andrea Gasparini (gaspa) wrote :

I think I solved the problem, but I need some feedback.
Please do the following:
1) change /usr/lib/gedit-2/plugins/GeditLateXPlugin.gedit-plugin as said by hannibal:
from "Module=GeditLaTeXPlugin/src" to "Module=GeditLaTeXPlugin"
2) add a __init__.py file in /usr/lib/gedit-2/plugins/GeditLateXPlugin/, containing the following code:

#!/usr/bin/python
from src import *

3) restart gedit, and try to activate the plugin.

Let me know, if it'll solve completely the problem, I'll upload asap in both ubuntu and debian.
thanks.