Hi
I'm running digikam 0.10 from svn on kde 4.2 (from ubuntu intrepid packages) and I just noticed that I couldn't ctrl-shift-left rotate jpg images. On closer inspection, the menu option in right-click-menu wasn't there either and the Batch menu was completely empty. I can't image this is normal, but I don't know what I did wrong. Could someone give me a hint? tnx Simon _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Install kipi-plugins package
Gilles Caulier 2009/2/8 Simon Oosthoek <[hidden email]> Hi _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Gilles Caulier wrote:
> Install kipi-plugins package > I think I did, I ran make install from the build directory under graphics and it does contain the kipi-plugins directory and it seems to have compiled it as well. this is what I have in /usr/lib: -rw-r--r-- 1 root root 643316 2009-01-26 20:06 /usr/lib/kde4/kipiplugin_acquireimages.so -rw-r--r-- 1 root root 1903979 2009-01-26 20:05 /usr/lib/kde4/kipiplugin_calendar.so -rw-r--r-- 1 root root 8614949 2009-01-26 20:06 /usr/lib/kde4/kipiplugin_dngconverter.so -rw-r--r-- 1 root root 1311708 2009-01-26 20:05 /usr/lib/kde4/kipiplugin_fbexport.so -rw-r--r-- 1 root root 1789603 2009-01-26 20:05 /usr/lib/kde4/kipiplugin_flickrexport.so -rw-r--r-- 1 root root 1600014 2009-01-26 20:05 /usr/lib/kde4/kipiplugin_galleryexport.so -rw-r--r-- 1 root root 2822534 2009-01-26 20:05 /usr/lib/kde4/kipiplugin_gpssync.so -rw-r--r-- 1 root root 2517439 2009-01-26 20:06 /usr/lib/kde4/kipiplugin_htmlexport.so -rw-r--r-- 1 root root 1300724 2009-01-26 20:06 /usr/lib/kde4/kipiplugin_imageviewer.so -rw-r--r-- 1 root root 1457529 2009-01-26 20:04 /usr/lib/kde4/kipiplugin_jpeglossless.so -rw-r--r-- 1 root root 6193028 2009-01-26 20:05 /usr/lib/kde4/kipiplugin_metadataedit.so -rw-r--r-- 1 root root 1444053 2009-01-26 20:05 /usr/lib/kde4/kipiplugin_picasawebexport.so -rw-r--r-- 1 root root 1554855 2009-01-26 20:05 /usr/lib/kde4/kipiplugin_printwizard.so -rw-r--r-- 1 root root 1850184 2009-01-26 20:04 /usr/lib/kde4/kipiplugin_rawconverter.so -rw-r--r-- 1 root root 3571262 2009-01-26 20:06 /usr/lib/kde4/kipiplugin_removeredeyes.so -rw-r--r-- 1 root root 1427040 2009-01-26 20:04 /usr/lib/kde4/kipiplugin_sendimages.so -rw-r--r-- 1 root root 1510870 2009-01-26 20:05 /usr/lib/kde4/kipiplugin_simpleviewer.so -rw-r--r-- 1 root root 5532147 2009-01-26 20:06 /usr/lib/kde4/kipiplugin_slideshow.so -rw-r--r-- 1 root root 1250465 2009-01-26 20:05 /usr/lib/kde4/kipiplugin_smug.so -rw-r--r-- 1 root root 591327 2009-01-26 20:04 /usr/lib/kde4/kipiplugin_timeadjust.so These don't appear to be the most recent (I saw updates come by when running svn update today), but they're not anywhere else on my system. I probably just don't understand how to build digikam and the plugins properly :-( Strangely, I couldn't find anything about kipi plugins on http://wiki.kde.org/tiki-index.php?page=Digikam+Compilation+on+Kubuntu+Intrepid How does digikam find the plugins? During compiling, or at runtime? I did run ldconfig (but I should hope that the sudo make install process also does this?). Anyway, I thought I had installed kipi-plugins, so how do I make sure I actually did successfully install them? Cheers Simon _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
2009/2/8 Simon Oosthoek <[hidden email]> GillesGilles Caulier wrote: runtime. start digiKAm from a console and look if plugins are loaded. Also, go to setup/plugins page and check if plugins are enabled. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Bugzilla from s.oosthoek@xs4all.nl
On Sunday 08 February 2009 17:56:43 Simon Oosthoek wrote:
> Gilles Caulier wrote: > > Install kipi-plugins package > > I think I did, I ran make install from the build directory under > graphics and it does contain the kipi-plugins directory and it seems to > have compiled it as well. Luka _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Luka Renko wrote:
> On Sunday 08 February 2009 17:56:43 Simon Oosthoek wrote: > > Gilles Caulier wrote: > > > Install kipi-plugins package > > > > I think I did, I ran make install from the build directory under > > graphics and it does contain the kipi-plugins directory and it seems to > > have compiled it as well. > > > Please try to run "kbuildsycoca4" and then restart digikam. KDE 4.2 has > bug that sometimes new .desktop files are not detected... I'm afraid that didn't help, also as per Gilles' suggestion, the output in the console doesn't show any kipi-plugins and in the configuration ->kipi-plugins item says no plugins were found. Is there a detailed description on how to install the plugins from svn? Cheers Simon _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hi all
I think I may have found the cause, it's the bunch of environment variables that need to be set before compiling: DIGIKAMKDE4=/usr export KDEDIR=$DIGIKAMKDE4:/usr/lib/kde4 export KDEDIRS=$DIGIKAMKDE4:/usr/lib/kde4 export KDEHOME=$HOME/.kde export QTDIR=/usr/lib/qt4 export PATH=$DIGIKAMKDE4/bin:/usr/local/bin:$QTDIR/bin:$KDEDIR/bin:$QTDIR/bin:/usr/local/bin:$PATH export KDETMP=/tmp/$USER-kde4 export KDEVARTMP=/var/tmp/$USER-kde4 export LD_BIND_NOW=42 export LD_LIBRARY_PATH=$KDEDIR/lib:$QTDIR/lib:$DIGIKAMKDE4/lib:/usr/lib/kde4:/usr/lib:/usr/lib/kde4/libexec:$LD_LIBRARY_PATH export PKG_CONFIG_PATH=$DIGIKAMKDE4/lib/pkgconfig:/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH I didn't put this in my ~/.bash_profile (for obvious reasons!), but it also isn't part of the normal cmake && make procedure (I hope). I'll see what happens if I get this bit right, but I do hope that this is considered a bug in the build procedure and that it will be fixed soon! Cheers Simon PS, just to be clear, if you want people with less than contributing development skills to participate in testing, the configure, make, make install procedure should be about that simple! _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |