Re: Plugin development - old library version keeps being used after recompiling

2021-01-16 Thread Nicolás Alvarez
El sáb, 16 de ene. de 2021 a la(s) 04:50, David Lerch (alemariusne...@gmail.com) escribió: > > Hey, > > I'm starting development of a ThumbCreator-based thumbnailer plugin > based on kffmpegthumbnailer > (https://github.com/dirkvdb/ffmpegthumbnailer/tree/master/kffmpegthumbnailer) > and

Re: Plugin development - old library version keeps being used after recompiling

2021-01-16 Thread David Lerch
Hi Méven, I have tried KDE_FORK_SLAVES=1 and it does seem to do something. Ideally that should allow me to run Dolphin under gdb and then set breakpoints in my plugin code on that same gdb instance, right? I haven't had much luck getting gdb to break in my plugin code though. I'm used to using

Plugin development - old library version keeps being used after recompiling

2021-01-15 Thread David Lerch
Hey, I'm starting development of a ThumbCreator-based thumbnailer plugin based on kffmpegthumbnailer (https://github.com/dirkvdb/ffmpegthumbnailer/tree/master/kffmpegthumbnailer) and ffmpegthumbs (https://invent.kde.org/multimedia/ffmpegthumbs), and I have managed to get some simple code working