Thumbnail sequences in Dolphin - reusing/adapting KIO code?

2021-01-23 Thread David Lerch
Hi all, not sure if the mailing lists are the right place to have this discussion. If someone has a suggestion for where to put this instead, please let me know. For a while now I have been flirting with the idea of making sequence thumbnails work in Dolphin, mainly because that's a feature I wou

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 the

Plugin development - old library version keeps being used after recompiling

2021-01-15 Thread David Lerch
ersion), the .desktop-file for the service in /usr/share/kservices5 and the .kcfg-file in /usr/share/config.kcfg. Can I maybe force KDE to reload the new library, or something similar? Regards, David Lerch