Pidgin Forum
Grund plugin: was mache ich falsch? - Druckversion

+- Pidgin Forum (https://forum.pidgin-im.de)
+-- Forum: Hilfe-Bereich (https://forum.pidgin-im.de/forumdisplay.php?fid=4)
+--- Forum: Development (https://forum.pidgin-im.de/forumdisplay.php?fid=16)
+---- Forum: Plugins (https://forum.pidgin-im.de/forumdisplay.php?fid=18)
+---- Thema: Grund plugin: was mache ich falsch? (/showthread.php?tid=1737)



Grund plugin: was mache ich falsch? - kissarat - 16.01.2015

Ich möchte ein Plugin für Pidgin zu machen. Von https://developer.pidgin.im/wiki/CHowTo/BasicPluginHowto nahm ich den Beispielcode https://github.com/kissarat/histore/tree/0cad8a1c25833e77fd5f28bb0a03eb9c00fee2b4 und kompiliert sie in libhistore.so
Ich kopierte es in ~/.purple/plugins/, /usr/lib/purple-2/ und /usr/lib/pidgin/ Pidgin aber sieht es nicht (das Verzeichnis /usr/lib64 existiert nicht)
Ich dachte, dass etwas mit meinem Plugin ist. Also nahm ich Plugins, die ich vor https://bitbucket.org/olegoandreev/purple-vk-plugin eingesetzt und kompiliert sie in libpurple-vk-plugin.so, in denselben Ordner kopiert - das Ergebnis ist das gleiche - dieses Plugin nicht im Plugin-Liste.
"make install" gab auch nichts.
Pidgin 2.10.11, Debian 8 x64 Cinnamon

English schrieb:I want to make a plugin for Pidgin. From https://developer.pidgin.im/wiki/CHowTo/BasicPluginHowto I took the sample code https://github.com/kissarat/histore/tree/0cad8a1c25833e77fd5f28bb0a03eb9c00fee2b4 and compiled it into libhistore.so
I copied it to ~/.purple/plugins/, /usr/lib/purple-2/ and /usr/lib/pidgin/ but Pidgin does not see it (the directory /usr/lib64 does not exist)
I thought that something is wrong with my plugin. So I took plugin, which I used before https://bitbucket.org/olegoandreev/purple-vk-plugin and compiled it into libpurple-vk-plugin.so, copied into the same folder - the result is the same - this plugin is not in plugin list.
"make install" also gave nothing.
I use Pidgin 2.10.11, Debian 8 x64 Cinnamon

Оригинал вопроса на русском (Originaltext auf Russisch)


RE: Grund plugin: was mache ich falsch? - Freakazoid - 17.01.2015

Öffne mal das Debug-Fenster aus dem Hilfe-Menü und danach das Plugin-Fenster. Dann müsste im Debug-Fenster eine Meldung auftauchen, die dir vielleicht weiterhilft.


RE: Grund plugin: was mache ich falsch? - kissarat - 18.01.2015

Bereits geladenen Plugins zeigen Debug-Informationen, aber sie nicht geladen