aliva / gedit-markdownpreview

GNU General Public License v2.0
22 stars 3 forks source link

Not working with gedit 3.34.1 #11

Closed yochananmarqos closed 4 years ago

yochananmarqos commented 5 years ago

I just remembered I had this plugin installed and realized it's no longer working. Nothing happens using the keyboard shortcut and there's no stdout from gedit at all. I'm not sure how to debug it. I'm using Manjaro GNOME.

/home/yochanan/.local/share/gedit/plugins/
├── markdownpreview
│   ├── markdownpreview.py
│   ├── style.css
│   └── template.html
├── markdownpreview.plugin
yochananmarqos commented 5 years ago

Nevermind, I realized markdownpreview.plugin needed to be in the markdownpreview folder.

yochananmarqos commented 4 years ago

Again, I completely forgot about this. Same issue, now using Gedit 3.34.1. I forgot to mention I added this to the AUR and have it installed in /usr/share/gedit/plugins/. No other working plugins have a .plugin file.

I don't believe it ever appeared in Preferences > Plugins to enable.

I also tried this one and it doesn't work, either.

aliva commented 4 years ago

I'm on 3.34.0 and it works fine, (I'm using debian sid), maybe you are trying the wrong path? on debian some plugins are in /usr/lib/x86_64-linux-gnu/gedit/plugins and they have the .plugin file.

maybe checking where other packages are storing their *.plugin file and see what happens

or maybe something changes on 3.34.1 and I should update

yochananmarqos commented 4 years ago

You're right, the plugins with .plugin files are in /usr/lib/gedit/plugins/. All the other plugins have their .plugin files in the main folder, not in their corresponding folder; yet yours has it in the corresponding folder.

Sorry to bother you, I just need to stop forgetting everything.