jpfleury / gedit-markdown

Support for Markdown language in gedit
GNU General Public License v3.0
130 stars 29 forks source link

doesn't work in Ubuntu #2

Closed Scindix closed 10 years ago

Scindix commented 10 years ago

I'm using Ubuntu 14.10 / gedit 3.10.4 and gedit-markdown v2. When enabling the plugin, gedit shows a warning sign. The tooltip says failed to load.

jpfleury commented 10 years ago

Did you install the packages python3-markdown and gir1.2-webkit-3.0?

Scindix commented 10 years ago

gir1.2-webkit-3.0 seemed to be preinstalled in Ubuntu (or one of my other installed packages already required it). But I installed python3-markdown manually. So yes they're both on my system.

$ dpkg-query -s python3-markdown
Package: python3-markdown
Status: install ok installed
[...]

$ dpkg-query -s gir1.2-webkit-3.0 
Package: gir1.2-webkit-3.0
Status: install ok installed
[...]
Scindix commented 10 years ago

By starting through the terminal I found out that gedit-markdown didn't have the permissions to ~/.config/gedit/gedit-markdown.ini Sorry this is my fault. I accidently first installed the plugin with root permission. I didn't reinstalled it but changed the permissions by hand.

jpfleury commented 10 years ago

OK, no problem. Glad it's working now.