Page 1 of 1

digikam on Mageia 5 runs slow

PostPosted: Jul 19th, '15, 07:06
by moggy567
I am not sure if this belongs on a digikam or Magiea forum as I am not sure where the problem is.

I have made a clean install of Mageia 5. By clean I mean on a brand new hard drive with no other drives on the system. Mageia 5 is the only OS installed. I use xfce configured to look like Gnome2.

digikam 4.8 is *sometimes* very slow to start. When I connect a camera it is *always* very slow to open the camera page. I have started digikam from a terminal and get the following messages:

At start:

Code: Select all
Qt: Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
Phonon::KdePlatformPlugin::createBackend: using backend:  "VLC"


After clicking on camera:
Code: Select all
digikam(32141)/phonon (KDE plugin): QDBusError("org.freedesktop.DBus.Error.NoReplynot receive a reply. Possible causes include: the remote application did not send  the message bus security policy blocked the reply, the reply timeout expired, or ork connection was broken.")

The latter message is repeated several times. Then I get
Code: Select all
digikam(32141)/digikam (core) Digikam::ImportStackedView::syncSelection: one or boe models are null?! from: Digikam::ImportIconView(0x4821960) to: Digikam::ImportThar(0x47c91f0)


I have spent some time googling with keywords such as phonon, gstreamer, dfigikam, mageia but have not found a satisfactory explanation or solution. I have tried entering export $(dbus-launch) but it has not solved the problem.

I have compiled digikam 4.9 but it has the same problems. The cmake process cannot find qtgstreamer-devel and I cannot locate an rpm.

Firstly, is this a digikam or mageia issue?
Secondly, does anyone have a solution?
Thirdly, is there a non-kde photo management program that can index 10,000+ images? I use gimp for image processing so it is the indexing function that I need, As an aside I have been using xfce with a mixture of gnome and kde packages but have decided to eliminate as many kde apps as possible.

Thanks

Re: digikam on Mageia 5 runs slow

PostPosted: Jul 19th, '15, 11:36
by doktor5000
By clean install, that also implies that you did not reuse any old /home partition?

Can you please try the following? Install task-kde4-minimal to add KDE and then logout and login to KDE and try to reproduce there. Does it give the same results?
I don't use digikam at my own box, so cannot easily reproduce, but will try to look at it at my parents box.

If you want to compile it, easiest way is to automatically install the buildrequires for the src.rpm. This can be done as root via
Code: Select all
urpmi --buildrequires ftp://ftp.snt.utwente.nl/pub/os/linux/mageia/distrib/5/SRPMS/core/release/digikam-4.8.0-1.mga5.src.rpm


Code: Select all
┌─[doktor5000@Mageia5]─[11:42:15]─[~]
└──╼ sudo LC_ALL=C urpmi --buildrequires ftp://ftp.snt.utwente.nl/pub/os/linux/mageia/distrib/5/SRPMS/core/release/digikam-4.8.0-1.mga5.src.rpm
To satisfy dependencies, the following packages are going to be installed:
  Package                        Version      Release       Arch
(medium "Core Release")
  eigen3-devel                   3.2.2        3.mga5        noarch
  hupnp-devel                    1.0.0        7.mga5        x86_64
  lib64exiv2-devel               0.24         5.mga5        x86_64
  lib64gpod-devel                0.8.3        8.mga5        x86_64
  lib64hupnp1                    1.0.0        7.mga5        x86_64
  lib64imobiledevice-devel       1.1.6        4.mga5        x86_64
  lib64kdcraw-devel              4.14.3       2.mga5        x86_64
  lib64kexiv2-devel              4.14.3       1.mga5        x86_64
  lib64kipi-devel                4.14.3       1.mga5        x86_64
  lib64lensfun-devel             0.2.8        3.mga5        x86_64 
  lib64pgf-devel                 6.12.24      6.mga5        x86_64 
  lib64qt-gstreamer-devel        1.2.0        2.mga5        x86_64 
  lib64qtgstreamer1.0_0          1.2.0        2.mga5        x86_64 
  lib64qtgstreamerui1.0_0        1.2.0        2.mga5        x86_64 
  lib64qtgstreamerutils1.0_0     1.2.0        2.mga5        x86_64 
  lib64qtsolutions_soap2.7_1     1.0.0        7.mga5        x86_64 
  lib64raw-devel                 0.16.2       1.mga5        x86_64 
  lib64sqlite0-devel             2.8.17       20.mga5       x86_64 
  lib64usb-compat0.1-devel       0.1.5        7.mga5        x86_64 
  lib64usbmuxd-devel             1.0.9        6.mga5        x86_64 
  libksane-devel                 4.14.3       1.mga5        x86_64 
  libpgf-doc                     6.12.24      6.mga5        noarch  (recommended)
  marble-devel                   4.14.3       1.mga5        x86_64 
  qtsoap                         2.7          7.mga5        x86_64 
  qtsoap-devel                   2.7          7.mga5        x86_64 
81MB of additional disk space will be used.
69MB of packages will be retrieved.
Proceed with the installation of the 25 packages? (Y/n)


For your specific question, you need this one:

Code: Select all
┌─[doktor5000@Mageia5]─[11:38:24]─[~]
└──╼ urpmf -f -m --name qt | grep gstreamer | grep dev
Core Release:lib64qt5-gstreamer-devel-1.2.0-2.mga5.x86_64
Core Release:lib64qt-gstreamer-devel-1.2.0-2.mga5.x86_64
Core 32bit Release:libqt5-gstreamer-devel-1.2.0-2.mga5.i586
Core 32bit Release:libqt-gstreamer-devel-1.2.0-2.mga5.i586

Re: digikam on Mageia 5 runs slow

PostPosted: Jul 19th, '15, 12:19
by moggy567
I can confirm that it was a new /home partition. I copied the images and the sqlite file from a backup usb drive but did not copy any other files.

digikam is currently scanning the image collection and creating thumbnails. With many thousands of images it is taking a very long time. When the scanning is finished I will check the performance of digikam.

It is getting late now so I will carry out the task-kde4-minimal procedure tomorrow and let you know the result.

Over the years I have compiled many linux programs but have never used the -buildrequires parameter. It would have saved me a lot of effort compiling digikam 4.9!

Re: digikam on Mageia 5 runs slow

PostPosted: Jul 19th, '15, 13:19
by doktor5000
moggy567 wrote:Over the years I have compiled many linux programs but have never used the -buildrequires parameter. It would have saved me a lot of effort compiling digikam 4.9!

That is, among other examples, shown in our MAQeia for software/package management: viewtopic.php?f=36&t=4231
There's also a thread about src.rpm rebuild in out tips&tricks subforum viewtopic.php?f=4&t=5530
Might have been an idea to briefly ask here beforehand so I could have told you and you would have saved a lot of time :)
If you have such questions, just shoot.

For digikam, tested at my parents box, which has been upgraded from Mageia 4. digikam takes 10 seconds to load,
but there is no output in terminal at all. This is on a pretty fast SSD, but keep in mind that digikam is also pretty big (andmighty)
and will load all of the kipi plugins if you have them installed.

For the thumbnails, yes that will take a while. Might be an idea to backup the folders where KDE stores the thumbnails,
so you don't have to re-index after next installation. They are stored in various sizes in ~/.thumbnails folder.

Re: digikam on Mageia 5 runs slow

PostPosted: Jul 20th, '15, 05:43
by moggy567
I began with an xfce session. I installed task-kde4-minimal and it told me that dependancies were missing so I installed them. I did the same for xfce and gnome. I think that when I was trying to solve the digikam problem I accidentally deleted some packages.

I uninstalled digikam 4.9 and installed digikam 4.8 from the official mageia rpm.

I( switched to kde and ran digikam from a terminal. Initialising the main window was slow but I could live with it.

When I opened a camera window I received the same phonon/dbus message. The message displayed several times and then it timed out and the camera window opened. The delay opening the camera window is not acceptable.

Re: digikam on Mageia 5 runs slow

PostPosted: Jul 20th, '15, 06:56
by doktor5000
Hmmm, there was no delay for opening that window where I tested. Can you please do the following:

Please do the following after unplugging your camera - Open a terminal, and as root run:
Code: Select all
journalctl -af

then wait a few seconds, and plugin the camera, and wait again fifteen seconds or so, until no new output appears, press enter a few times.
Then run digikam and open the camera window. Then post everything here.

Re: digikam on Mageia 5 runs slow

PostPosted: Jul 20th, '15, 08:33
by moggy567
The first messages have scrolled off the screen. If needed I will send the complete output to a text file. In the meantime I copied the following when the camera window had opened:

******The first attempt to send this failed because there were too many characters (max allowed is 60,000). I have deleted messages from the start of the list and am trying to send it again.

Code: Select all
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/parole.desktop" specifies undefined mimetype/servicetype "video/x-ms-asx"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/parole.desktop" specifies undefined mimetype/servicetype "video/x-totem-stream"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "ServiceMenus/k3b_create_audio_cd.desktop" specifies undefined mimetype/servicetype "audio/*"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "amarok_collection-playdarcollection.desktop" specifies undefined mimetype/servicetype "Amarok/Plugin-disabled"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/vlc.desktop" specifies undefined mimetype/servicetype "video/x-flc"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/vlc.desktop" specifies undefined mimetype/servicetype "audio/x-ms-asf"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/vlc.desktop" specifies undefined mimetype/servicetype "audio/x-ms-wax"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/vlc.desktop" specifies undefined mimetype/servicetype "audio/x-real-audio"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/vlc.desktop" specifies undefined mimetype/servicetype "application/x-flac"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/vlc.desktop" specifies undefined mimetype/servicetype "misc/ultravox"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/vlc.desktop" specifies undefined mimetype/servicetype "audio/x-pn-aiff"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/vlc.desktop" specifies undefined mimetype/servicetype "audio/x-pn-au"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/vlc.desktop" specifies undefined mimetype/servicetype "audio/x-pn-wav"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/vlc.desktop" specifies undefined mimetype/servicetype "audio/x-pn-windows-acm"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/vlc.desktop" specifies undefined mimetype/servicetype "application/x-extension-mp4"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/mod"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/it"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/s3m"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "application/playerpro"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "application/adrift"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/med"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/x-amf"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/xm"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "video/mkv"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "application/x-ogm"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "application/x-ogm-audio"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "application/x-ogm-video"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/aiff"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/x-pn-aiff"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/x-realaudio"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/x-basic"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/x-pn-au"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "video/x-quicktime"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "video/mp2p"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/x-ms-wax"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/x-ms-wvx"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/x-8svx"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/8svx"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/x-16sv"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/168sv"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "image/ilbm"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "video/anim"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/x-real-audio"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "image/x-png"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "video/mng"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "video/x-ms-asf-plugin"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/x-pn-wav"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/x-pn-windows-acm"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/musepack"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/mpeg2"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/x-mpeg2"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/mpeg3"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "audio/x-mpeg3"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/xine.desktop" specifies undefined mimetype/servicetype "application/x-flac"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/atril.desktop" specifies undefined mimetype/servicetype "image/*"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "ServiceMenus/k3b_write_iso_image.desktop" specifies undefined mimetype/servicetype "application/x-iso"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "ServiceMenus/k3b_write_iso_image.desktop" specifies undefined mimetype/servicetype "inode/ISO-image"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/org.gnome.Totem.desktop" specifies undefined mimetype/servicetype "application/x-extension-m4a"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/org.gnome.Totem.desktop" specifies undefined mimetype/servicetype "application/x-extension-mp4"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/org.gnome.Totem.desktop" specifies undefined mimetype/servicetype "application/x-flac"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/org.gnome.Totem.desktop" specifies undefined mimetype/servicetype "application/x-smil"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/org.gnome.Totem.desktop" specifies undefined mimetype/servicetype "audio/AMR"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/org.gnome.Totem.desktop" specifies undefined mimetype/servicetype "audio/AMR-WB"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/org.gnome.Totem.desktop" specifies undefined mimetype/servicetype "audio/x-ms-asf"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/org.gnome.Totem.desktop" specifies undefined mimetype/servicetype "audio/x-ms-wax"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/org.gnome.Totem.desktop" specifies undefined mimetype/servicetype "audio/x-pn-aiff"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/org.gnome.Totem.desktop" specifies undefined mimetype/servicetype "audio/x-pn-au"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/org.gnome.Totem.desktop" specifies undefined mimetype/servicetype "audio/x-pn-wav"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/org.gnome.Totem.desktop" specifies undefined mimetype/servicetype "audio/x-pn-windows-acm"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/org.gnome.Totem.desktop" specifies undefined mimetype/servicetype "audio/x-realaudio"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/org.gnome.Totem.desktop" specifies undefined mimetype/servicetype "audio/x-real-audio"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/org.gnome.Totem.desktop" specifies undefined mimetype/servicetype "audio/x-sbc"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/org.gnome.Totem.desktop" specifies undefined mimetype/servicetype "misc/ultravox"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/org.gnome.Totem.desktop" specifies undefined mimetype/servicetype "video/x-flc"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/org.gnome.Totem.desktop" specifies undefined mimetype/servicetype "video/x-ms-asx"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/org.gnome.Totem.desktop" specifies undefined mimetype/servicetype "video/x-totem-stream"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/libreoffice-impress.desktop" specifies undefined mimetype/servicetype "application/vnd.ms-powerpoint.slideshow.macroEnabled.12"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/kde4/amzdownloader.desktop" specifies undefined mimetype/servicetype "audio/x-amzaudio"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/local/share/applications/google-earth.desktop" specifies undefined mimetype/servicetype "application/earthviewer"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/local/share/applications/google-earth.desktop" specifies undefined mimetype/servicetype "application/keyhole"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/libreoffice-writer.desktop" specifies undefined mimetype/servicetype "application/x-doc"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/libreoffice-writer.desktop" specifies undefined mimetype/servicetype "application/x-extension-txt"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/libreoffice-writer.desktop" specifies undefined mimetype/servicetype "application/macwriteii"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/libreoffice-writer.desktop" specifies undefined mimetype/servicetype "application/clarisworks"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/libreoffice-writer.desktop" specifies undefined mimetype/servicetype "application/x-sony-bbeb"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "ffmpegthumbs.desktop" specifies undefined mimetype/servicetype "video/*"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "ark_dndextract.desktop" specifies undefined mimetype/servicetype "application/x-servicepack"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "ark_dndextract.desktop" specifies undefined mimetype/servicetype "application/lha"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "ark_dndextract.desktop" specifies undefined mimetype/servicetype "application/maclha"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "fontthumbnail.desktop" specifies undefined mimetype/servicetype "fonts/package"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "application/x-extension-mp4"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "audio/168sv"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "audio/8svx"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "audio/aiff"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "audio/mpeg2"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "audio/mpeg3"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "audio/vnd.rn-realmedia"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "audio/x-16sv"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "audio/x-8svx"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "audio/x-basic"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "audio/x-mpeg2"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "audio/x-mpeg3"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "audio/x-pn-aiff"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "audio/x-pn-au"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "audio/x-pn-wav"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "audio/x-pn-windows-acm"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "audio/x-real-audio"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "audio/x-realaudio"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "image/ilbm"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "image/x-png"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "video/anim"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "video/mkv"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "video/mng"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "video/mpeg-system"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "video/mpg"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "video/x-mpeg-system"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "video/x-ms-wma"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "phononbackends/vlc.desktop" specifies undefined mimetype/servicetype "video/x-quicktime"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/evince-previewer.desktop" specifies undefined mimetype/servicetype "application/x-ext-pdf"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/evince-previewer.desktop" specifies undefined mimetype/servicetype "application/x-ext-ps"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/evince-previewer.desktop" specifies undefined mimetype/servicetype "application/x-ext-eps"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/evince-previewer.desktop" specifies undefined mimetype/servicetype "application/x-ext-dvi"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/evince-previewer.desktop" specifies undefined mimetype/servicetype "application/x-ext-djv"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/evince-previewer.desktop" specifies undefined mimetype/servicetype "application/x-ext-djvu"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/evince-previewer.desktop" specifies undefined mimetype/servicetype "application/x-ext-cbr"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/evince-previewer.desktop" specifies undefined mimetype/servicetype "application/x-ext-cbz"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/evince-previewer.desktop" specifies undefined mimetype/servicetype "application/x-ext-cb7"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/evince-previewer.desktop" specifies undefined mimetype/servicetype "application/x-ext-cbt"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/kde4/lokalize.desktop" specifies undefined mimetype/servicetype "application/x-lokalize-project"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/libreoffice-calc.desktop" specifies undefined mimetype/servicetype "application/csv"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/libreoffice-calc.desktop" specifies undefined mimetype/servicetype "application/excel"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/libreoffice-calc.desktop" specifies undefined mimetype/servicetype "application/tab-separated-values"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/libreoffice-calc.desktop" specifies undefined mimetype/servicetype "application/x-dos_ms_excel"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/libreoffice-calc.desktop" specifies undefined mimetype/servicetype "application/x-excel"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/libreoffice-calc.desktop" specifies undefined mimetype/servicetype "application/x-ms-excel"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/libreoffice-calc.desktop" specifies undefined mimetype/servicetype "text/comma-separated-values"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/libreoffice-calc.desktop" specifies undefined mimetype/servicetype "application/clarisworks"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "ServiceMenus/dragonplayer_play_dvd.desktop" specifies undefined mimetype/servicetype "media/dvdvideo"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "kerfuffle_libarchive_readonly.desktop" specifies undefined mimetype/servicetype "application/x-servicepack"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/bluefish.desktop" specifies undefined mimetype/servicetype "text/x-javascript"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/bluefish.desktop" specifies undefined mimetype/servicetype "text/x-perl"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/bluefish.desktop" specifies undefined mimetype/servicetype "text/x-php"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/bluefish.desktop" specifies undefined mimetype/servicetype "application/x-cgi"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/bluefish.desktop" specifies undefined mimetype/servicetype "application/x-python"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/kde4/ark.desktop" specifies undefined mimetype/servicetype "application/x-servicepack"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/kde4/ark.desktop" specifies undefined mimetype/servicetype "application/lha"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/kde4/ark.desktop" specifies undefined mimetype/servicetype "application/maclha"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/evince.desktop" specifies undefined mimetype/servicetype "application/x-ext-pdf"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/evince.desktop" specifies undefined mimetype/servicetype "application/x-ext-ps"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/evince.desktop" specifies undefined mimetype/servicetype "application/x-ext-eps"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/evince.desktop" specifies undefined mimetype/servicetype "application/x-ext-dvi"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/evince.desktop" specifies undefined mimetype/servicetype "application/x-ext-djv"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/evince.desktop" specifies undefined mimetype/servicetype "application/x-ext-djvu"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/evince.desktop" specifies undefined mimetype/servicetype "application/x-ext-cbr"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/evince.desktop" specifies undefined mimetype/servicetype "application/x-ext-cbz"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/evince.desktop" specifies undefined mimetype/servicetype "application/x-ext-cb7"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/evince.desktop" specifies undefined mimetype/servicetype "application/x-ext-cbt"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "ServiceMenus/imageconverter.desktop" specifies undefined mimetype/servicetype "image/*"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/jpg"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-3fr"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-arw"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-bay"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-cap"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-cr2"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-crw"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-dcr"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-dcs"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-dng"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-drf"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-eip"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-erf"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-fff"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-iiq"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-k25"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-kdc"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-mef"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-mos"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-mrw"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-nef"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-nrw"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-orf"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-pef"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-png"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-ptx"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-pxn"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-r3d"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-raf"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-raw"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-rw2"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-rwl"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-rwz"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-sr2"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-srf"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/shotwell-viewer.desktop" specifies undefined mimetype/servicetype "image/x-x3f"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "plasma-kpart.desktop" specifies undefined mimetype/servicetype "KParts/Part"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/kde4/amarok.desktop" specifies undefined mimetype/servicetype "application/x-ogm-audio"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "kfontviewpart.desktop" specifies undefined mimetype/servicetype "fonts/package"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/kde4/skrooge.desktop" specifies undefined mimetype/servicetype "application/x-kmymoney"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/kde4/skrooge.desktop" specifies undefined mimetype/servicetype "application/vnd.intu.qfx"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/kde4/skrooge.desktop" specifies undefined mimetype/servicetype "application/x-ofx"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/kde4/skrooge.desktop" specifies undefined mimetype/servicetype "application/x-homebank"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/kde4/skrooge.desktop" specifies undefined mimetype/servicetype "application/x-gnc"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildServiceFactory::populateServiceTypes: "/usr/share/applications/kde4/skrooge.desktop" specifies undefined mimetype/servicetype "application/x-gsb"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KMimeAssociations::parseAllMimeAppsList: Parsing "/usr/share/applications/mimeapps.list"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KMimeAssociations::parseAddedAssociations: "/usr/share/applications/mimeapps.list" specifies unknown service "gedit.desktop" in "Added Associations"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KMimeAssociations::parseAddedAssociations: "/usr/share/applications/mimeapps.list" specifies unknown service "writer.desktop" in "Added Associations"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KMimeAssociations::parseAddedAssociations: "/usr/share/applications/mimeapps.list" specifies unknown service "writer.desktop" in "Added Associations"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KMimeAssociations::parseAllMimeAppsList: Parsing "/home/banana/.config//mimeapps.list"
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) KBuildSycoca::save: Saving
Jul 20 17:17:15 localhost.localdomain /etc/X11/gdm/Xsession[2523]: kbuildsycoca4(3588) kdemain: Emitting notifyDatabaseChanged ("apps")
Jul 20 17:17:39 localhost.localdomain /etc/X11/gdm/Xsession[2523]: digikam(3348)/phonon (KDE plugin): QDBusError("org.freedesktop.DBus.Error.NoReply", "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.")
Jul 20 17:18:04 localhost.localdomain /etc/X11/gdm/Xsession[2523]: digikam(3348)/phonon (KDE plugin): QDBusError("org.freedesktop.DBus.Error.NoReply", "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.")
Jul 20 17:18:04 localhost.localdomain /etc/X11/gdm/Xsession[2523]: digikam(3348)/digikam (core) Digikam::ImportStackedView::syncSelection: one or both of the models are null?! from: Digikam::ImportIconView(0x5f3f970) to: Digikam::ImportThumbnailBar(0x5ef4480)
Jul 20 17:18:04 localhost.localdomain /etc/X11/gdm/Xsession[2523]: digikam(3348)/digikam (core) Digikam::ImageInfo::fromLocalFile: No location could be retrieved for ""
Jul 20 17:18:04 localhost.localdomain /etc/X11/gdm/Xsession[2523]: digikam(3348)/digikam (core) Digikam::ImageInfo::fromLocalFile: No location could be retrieved for ""
Jul 20 17:18:04 localhost.localdomain /etc/X11/gdm/Xsession[2523]: digikam(3348)/digikam (core) Digikam::ImageInfo::fromLocalFile: No location could be retrieved for ""
Jul 20 17:18:04 localhost.localdomain org.kde.kdeconnect[3347]: QSocketNotifier: Invalid socket 12 and type 'Read', disabling...
Jul 20 17:18:04 localhost.localdomain org.kde.kdeconnect[3347]: QSocketNotifier: Invalid socket 15 and type 'Read', disabling...
Jul 20 17:18:04 localhost.localdomain /etc/X11/gdm/Xsession[2523]: digikam(3348)/digikam (core) Digikam::ImageInfo::fromLocalFile: No location could be retrieved for ""
Jul 20 17:18:05 localhost.localdomain /etc/X11/gdm/Xsession[2523]: loaded the Generic plugin
Jul 20 17:18:05 localhost.localdomain /etc/X11/gdm/Xsession[2523]: loaded the grue plugin
Jul 20 17:18:05 localhost.localdomain /etc/X11/gdm/Xsession[2523]: libpng warning: iCCP: profile 'ICC Profile': 1000000h: invalid rendering intent
Jul 20 17:18:06 localhost.localdomain /etc/X11/gdm/Xsession[2523]: digikam(3348)/digikam (core) Digikam::ImageInfo::fromLocalFile: No location could be retrieved for ""

Re: digikam on Mageia 5 runs slow

PostPosted: Jul 20th, '15, 08:46
by moggy567
I have run the test again, this time sending the full output to a txt file. I will send the file to you if it is needed.

Re: digikam on Mageia 5 runs slow

PostPosted: Jul 20th, '15, 09:15
by isadora
You could post as an "upload attachment', if you would. ;)

Re: digikam on Mageia 5 runs slow

PostPosted: Jul 20th, '15, 09:32
by moggy567
isadora wrote:You could post as an "upload attachment', if you would. ;)


Here it is.

Re: digikam on Mageia 5 runs slow

PostPosted: Jul 20th, '15, 23:20
by doktor5000
I see you are running GDM as login manager. Might be a try to install kdm, and switch to kdm via drakx11:
http://doc.mageia.org/mcc/5/en/content/drakedm.html

Re: digikam on Mageia 5 runs slow

PostPosted: Jul 21st, '15, 04:08
by moggy567
doktor5000 wrote:I see you are running GDM as login manager. Might be a try to install kdm, and switch to kdm via drakx11:
http://doc.mageia.org/mcc/5/en/content/drakedm.html


The problem may have been solved :D

I ran MCC and switched to kdm. Then I logged out and at the login screen selected kde. When I ran Digikam it loaded quickly and the camera window opened instantly. It is not obvious to me why the choice of login manager should solve the problem but I am happy to use kdm.

I have a final check to do. I will run xfce (from the kde login window) and confirm that the problem has been solved. I am keeping my fingers crossed because there is no way that I will use kde as my desktop.

Will get back to you.......

Re: digikam on Mageia 5 runs slow

PostPosted: Jul 21st, '15, 04:32
by moggy567
moggy567 wrote:
doktor5000 wrote:I see you are running GDM as login manager. Might be a try to install kdm, and switch to kdm via drakx11:
http://doc.mageia.org/mcc/5/en/content/drakedm.html


The problem may have been solved :D
.


I switched to xfce and unfortunately the problem with the camera window occurred. However digikam is now usable because I can switch to kde to download photos and then switch back to xfce for further processing.

I thought that (provided the appropriate libraries were installed) kde programs could be run under an xfce desktop and vice versa. My experience until now has shown this to be the case. It seems that the digikam camera window is an exception.

Thanks for your help.

As an aside the Mageia 5 installation worked perfectly. Within a short time I had a working system. What took the time was configuring xfce to look like gnome 2. If only there was an xfce "gnome2" configuration as part of the installation :lol:

Re: digikam on Mageia 5 runs slow

PostPosted: Jul 25th, '15, 14:19
by doktor5000
moggy567 wrote:I ran MCC and switched to kdm. Then I logged out and at the login screen selected kde. When I ran Digikam it loaded quickly and the camera window opened instantly. It is not obvious to me why the choice of login manager should solve the problem but I am happy to use kdm.

The login manager also controls the desktop session that is initialized. gdm cares more about GNOME, kdm more about KDE.

moggy567 wrote:I thought that (provided the appropriate libraries were installed) kde programs could be run under an xfce desktop and vice versa. My experience until now has shown this to be the case. It seems that the digikam camera window is an exception.

Well, in general it should run fine. Seems the digikam camera import windows needs some more KDE services.

You might report that as a bug, so our KDE maintainers can take a look.

Please mark the thread accordingly by editing the topic of the first post and prefix it by [DONE], thanks