Hello JL!<br><br>I had followed the README instructions. I did all over again with the default <br>minimal paintop, but it did not work yet. I even put the qDebug message in the <br>constructor but it didn't came out at all, so the plugin it's not loading. <br>
<br>My KDE4 build configuration is on my $HOME, more specifically with my development directory in BASEDIR=~/Projetos/C++/kde4 (so my source directory is on<br>~/Projetos/C++/kde4/src , my build is ~/Projetos/C++/kde4/build and my installation <br>
is in ~/Projetos/C++/kde4/inst ).<br><br>This is what i have done to recompile and try to load the minimal paintop:<br><br>* removed the modified "minimal" paintop directory and all its contents from the calligra/krita/plugins/paintops<br>
and removed "add_subdirectory(minimal)" from calligra/krita/plugins/paintops/CMakeLists.txt<br><br>* deleted  build/calligra and all its contents <br><br>* recreated the calligra/krita/plugins/paintops/minimal/  directory and copied the contents<br>
of ~/mypaintop/Krita-Minimal-Brush into it<br><br>* wrote in the krita/plugins/paintops/CMakeLists.txt the line:<br> add_subdirectory( minimal)<br><br>* recreated the kde4/build/calligra directory and once in it I executed :<br>
$ cmake -DCMAKE_INSTALL_PREFIX=$HOME/Projetos/C++/kde4/inst $HOME/Projetos/C++/kde4/src/calligra -DCMAKE_BUILD_TYPE=Debug<br><br>* did a "ccmake ." and let only the krita line with ON and regenerated the configuration <br>
(the exit is on <a href="http://paste.kde.org/429770/">http://paste.kde.org/429770/</a>)<br><br>* in the minimal_paintop_plugin.cpp i wrote "qDebug() << "Loading the minimal plugin..." ; " in the<br>
   class constructor.<br><br>* did a "make" in the kde4/build/calligra<br><br>* did a "make install" in the kde4/build/calligra<br><br>* did a kbuildsyscoca4 ( the exit is in <a href="http://paste.kde.org/429806/">http://paste.kde.org/429806/</a> )<br>
<br>* executed krita (the console exit is in <a href="http://paste.kde.org/429818/">http://paste.kde.org/429818/</a>)<br><br>I verified the installation and in it had the following files:<br><i><br>/home/chicao/Projetos/C++/kde4/inst/lib/kde4/kritaminimalpaintop.so<br>
/home/chicao/Projetos/C++/kde4/inst/share/apps/krita/images/krita-minimal.png<br>/home/chicao/Projetos/C++/kde4/inst/share/kde4/services/kritaminimalpaintop.desktop</i><br><br>Do you have any idea what I'm doing wrong?<br>
<br>-- <br>____________________________________________________________________________<br>Francisco Fernandes (AKA: Chicao)<br>..........................................................................................<br>
Blog: <a href="http://pedepinico.blogspot.com" target="_blank">http://pedepinico.blogspot.com</a><br>Identi.ca: <a href="http://identi.ca/chicao" target="_blank">http://identi.ca/chicao</a><br>Twitter: <a href="http://twitter.com/__chicao" target="_blank">http://twitter.com/__chicao</a><br>
..........................................................................................<br>"Quem de boa vontade carrega o difícil, também carrega o menos difícil..." Lao Tsé - Tao Te Ching<br>