[Digikam-users] Digikam 4.0 won't run on Linux Mint 17.1: vanishes after album scan

Philip Johnsson philip.johnsson at gmail.com
Mon Dec 15 19:01:15 GMT 2014


Good to know that you are having progress.

I don't use Linux Mint so I'm not sure which versions are based on which
Ubuntu versions. You should use trusty if your Linux Mint is based on
ubuntu 14.04 and utopic if it's based on Ubuntu 14.10.

Before you add my "kubuntu-backports" PPA you should make sure what version
of KDE libs your system is using. If it's using KDE 4.13 then you shouldn’t
use the "kubuntu-backports" PPA at all. "kubuntu-backports" PPA is meant to
be used with KDE 4.14 and then you use BOTH the "extra" and the
"kubuntu-backports" PPA.

/Philip


On Mon, Dec 15, 2014 at 7:18 PM, Tom Rank <tom at literaryconnections.co.uk>
wrote:
>
> Hi Philip
>
> Thanks for your patient and helpful responses. I've made some progress:
> installing kdelibs5-data did indeed get Digikam started (it's odd it wasn't
> already there, as this is a clean install the same day of Linux Mint 17.1).
>
> I also installed both the i386 and amd64 versions of the libsqlite3-0 and
> sqlite3 packages - and the system seemed happy with those.
>
> However, although Digikam 4.0.0 now loads and seems to scan the albums, so
> that all the folders are listed in the Albums pane, it won't show the
> images - the display pane is blank and no files are listed.
>
> I then tried to install the latest version, adding (as advised) these ppa
> locations (and their sources):
>
> deb http://ppa.launchpad.net/philip5/extra/ubuntu trusty main
>
> deb http://ppa.launchpad.net/philip5/kubuntu-backports/ubuntu trusty main
>
> Yet despite running
>
> sudo apt-get update - and
> sudo apt-get install digikam
>
> ... all that's installed is version 4.0.0 again.
>
> Do I need to change "ubuntu trusty main" to "ubuntu utopic main"? I
> hesitate to do this without checking in case I break something else!
>
> Thanks
>
> Tom
>
>
>
> On 15/12/14 00:14, Philip Johnsson wrote:
>
>> The error from when you start digikam suggest that something is missing
>> when it comes to KDE runtime files. Try to install the package
>> "kdelibs5-data" and see if that helps.
>>
>> And yes you need some base packages as both i386 packages and amd64
>> packages to get 32bit compatibility. sqlite3 is one of those packages.
>> Therefore installed both i386 and amd64 versions of it as suggested by
>> the error message when you tried to update them.
>>
>> /Philip
>>
>>
>> On Sun, Dec 14, 2014 at 11:42 PM, Tom Rank
>> <tom at literaryconnections.co.uk <mailto:tom at literaryconnections.co.uk>>
>> wrote:
>>
>>     Hi Philip
>>
>>     Thanks for the two suggestions. First, here's the error report when
>>     I ran Digikam 4.0.0 from a command line:
>>
>>     digikam(8068)/kdeui (KIconLoader): Error: standard icon theme
>>     "oxygen" not found!
>>
>>     Object::connect: No such signal
>>     org::freedesktop::UPower::__DeviceAdded(QDBusObjectPath)
>>     Object::connect: No such signal
>>     org::freedesktop::UPower::__DeviceRemoved(QDBusObjectPath)
>>     QSqlDatabasePrivate::__removeDatabase: connection 'ConnectionTest'
>>     is still in use, all queries will cease to work.
>>     digikam(8068)/kdeui (KIconLoader): Error: standard icon theme
>>     "oxygen" not found!
>>
>>     digikam(8068): No ksycoca4 database available!
>>
>>     digikam(8068)/kdecore (trader) KServiceTypeTrader::__defaultOffers:
>>     KServiceTypeTrader: serviceType  "QImageIOPlugins"  not found
>>     digikam(8068) KXMLGUIClient::setXMLFile: cannot find .rc file
>>     "khtml.rc" for component "khtml"
>>     digikam(8068) KPixmapSequence::Private::__loadSequence: Invalid
>>     pixmap specified.
>>     digikam(8068) KPixmapSequence::Private::__loadSequence: Invalid
>>     pixmap specified.
>>     digikam(8068) KPixmapSequence::Private::__loadSequence: Invalid
>>     pixmap specified.
>>     digikam(8068) KPixmapSequence::Private::__loadSequence: Invalid
>>     pixmap specified.
>>     digikam(8068) KPixmapSequence::Private::__loadSequence: Invalid
>>     pixmap specified.
>>     digikam(8068)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned
>>     initialize() D-Bus call failed:  "The name org.kde.kded was not
>>     provided by any .service files"
>>
>>     digikam(8068)/kdecore (K*TimeZone*): No time zone information
>>     obtained from ktimezoned
>>     digikam(8068) KPixmapSequence::Private::__loadSequence: Invalid
>>     pixmap specified.
>>     digikam(8068) KPixmapSequence::Private::__loadSequence: Invalid
>>     pixmap specified.
>>     digikam(8068) KPixmapSequence::Private::__loadSequence: Invalid
>>     pixmap specified.
>>     digikam(8068) KPixmapSequence::Private::__loadSequence: Invalid
>>     pixmap specified.
>>     digikam(8068) KPixmapSequence::Private::__loadSequence: Invalid
>>     pixmap specified.
>>     digikam(8068) KPixmapSequence::Private::__loadSequence: Invalid
>>     pixmap specified.
>>     digikam(8068) KPixmapSequence::Private::__loadSequence: Invalid
>>     pixmap specified.
>>     digikam(8068) KXMLGUIClient::__loadStandardsXmlFile:
>>     ui/ui_standards.rc not found in ("/home/tom/.kde/share/config/__",
>>     "/etc/kde4/", "/usr/share/kde4/config/")
>>     QFSFileEngine::open: No file name specified
>>     !!!!!!! ERROR !!!!!!! - KHTML default stylesheet version mismatch.
>>     Aborting. Check your installation. File used was: /home/tom.
>>     Expected STYLE_VERSION 1
>>
>>     KCrash: Application 'digikam' crashing...
>>     KCrash: Attempting to start  from kdeinit
>>     KCrash: Connect sock_file=/home/tom/.kde/__socket-Dickens/kdeinit4__0
>>     Warning: connect() failed: : No such file or directory
>>     KCrash: Attempting to start  directly
>>     KCrash failed to exec(), errno = 2
>>     Unable to start Dr. Konqi
>>     Not forwarding the crash to Apport.
>>
>>     So: I then followed your suggestion to look at Dmitri Popov's
>>     solution, which is at:
>>     http://scribblesandsnaps.com/__2014/12/12/making-digikam-__
>> stable-on-ubuntu-14-04/
>>
>>     <http://scribblesandsnaps.com/2014/12/12/making-digikam-
>> stable-on-ubuntu-14-04/>
>>
>>     I downloaded the two packages and tried to install the first - but
>>     got this error message (I was installing the amd64 package for my
>>     AMD64 system):
>>
>>     Preparing to unpack libsqlite3-0_3.8.6-1_amd64.deb ...
>>     De-configuring libsqlite3-0:i386 (3.8.2-1ubuntu2) ...
>>     Unpacking libsqlite3-0:amd64 (3.8.6-1) over (3.8.2-1ubuntu2) ...
>>     dpkg: error processing package libsqlite3-0:amd64 (--install):
>>       package libsqlite3-0:amd64 3.8.6-1 cannot be configured because
>>     libsqlite3-0:i386 is at a different version (3.8.2-1ubuntu2)
>>     dpkg: error processing package libsqlite3-0:i386 (--install):
>>       package libsqlite3-0:i386 3.8.2-1ubuntu2 cannot be configured
>>     because libsqlite3-0:amd64 is at a different version (3.8.6-1)
>>     Errors were encountered while processing:
>>       libsqlite3-0:amd64
>>       libsqlite3-0:i386
>>
>>     So: do I need to install the i386 version as well, even though mine
>>     is a 64 bit system? Or do I ignore this and go on to install
>>     sqlite3_3.8.6-1_amd64.deb?
>>
>>     Sorry - I don't pretend to be a super-user! But I do want Digikam to
>>     work - I've been reduced to using Shotwell and am missing a lot of
>>     features that I'd become used to in Digikam.
>>
>>     Tom
>>
>>
>>
>>
>>     On 14/12/14 06:17, Phil wrote:
>>
>>         Two days ago (12/12/2014) Dimitri Popov wrote a message to this
>> list
>>         about correcting the sqlite bug on ubuntu 14.04.
>>
>>         On 13/12/14 23:59, Tom Rank wrote:
>>
>>             Thanks for the reply.
>>
>>             Sorry if I wasn't clear. When I completed the initial set
>>             up, Digikam
>>             appeared to start, and seemed to be scanning the albums -
>>             but only for a
>>             second or two, then the program vanished - no Digikam
>>             workspace, no icon
>>             on the task bar, etc. So I take that to be a crash, even
>>             though it
>>             doesn't open the error reporting window (as version 3.5 used
>>             to give me).
>>
>>             As a temporary measure, I decided to set up Shotwell: it
>>             took about 8
>>             hours to scan and 'import' all my images. I don't expect
>>             Digikam to take
>>             so long, but 2 or 3 seconds doesn't seem right, especially
>>             when it
>>             doesn't then display anything.
>>
>>             I did try to load libsqlite3-0 version 3.8.6 on Ubuntu
>>             14.04: that gave
>>             me various warnings about incompatible programs - and didn't
>>             seem to
>>             work with Digikam. I tried an upgrade to Ubuntu 14.10 - but
>>             that caused
>>             me a significant graphics problem with my hardware, so I
>>             went for Linux
>>             Mint 17.1, which had no such problem. It's based on Ubuntu
>>             14.04, but
>>             loads the more recent Digikam 4.0.0. I'll see if I can get a
>>             more recent
>>             version of Digikam and libsqlite3-0 running and report back
>>             - I realise
>>             now how much I'm missing Digikam!
>>
>>             Tom
>>
>>             On 13/12/14 18:48, Philip Johnsson wrote:
>>
>>                 I don't really understand your problem. "Run Digikam
>>                 again: same quick
>>                 scan of albums, then nothing." What does "nothing" here
>>                 mean that is
>>                 your problem? As I understand it digikam doesn't crash
>>                 on you?
>>
>>                 If you update Digikam (or even otherwise) from a PPA or
>>                 other way I
>>                 suggest that you make sure that you don't use sqlite3
>>                 3.8.2 that comes
>>                 with Ubuntu 14.04 as that version is buggy with Digikam.
>>                 So check which
>>                 version of the package libsqlite3-0 you are using. Ubunt
>>                 14.10 comes
>>                 with version 3.8.6 that works much better so either
>>                 install it from
>>                 Ubuntu 14.10 or backport it some how.
>>
>>                 /Philip
>>
>>
>>                 On Sat, Dec 13, 2014 at 9:20 AM, Tom Rank
>>                 <tom at literaryconnections.co.uk
>>                 <mailto:tom at literaryconnections.co.uk>
>>                 <mailto:tom at __literaryconnections.co.uk
>>                 <mailto:tom at literaryconnections.co.uk>>> wrote:
>>
>>                      Hi
>>
>>                      Version 3.5 of Digikam on Ubuntu 14.04 crashed too
>>                 often for my
>>                      liking, so I hoped that an upgrade to a newer
>>                 version would help.
>>                      Version 4.0 runs fine on my Linux Mint laptop (with
>>                 a small photo
>>                      collection) so I reckoned that an upgrade on my
>>                 desktop might be an
>>                      improvement.
>>
>>                      I've just completed a fresh install of Linux Mint
>>                 17.1, which runs
>>                      fine, and installed Digikam Version:
>>                      4:4.0.0-0ubuntu1~ubuntu14.04~____ppa2. I've put my
>>
>>                 large photo
>>                      collection (about 300 GB) in Pictures.
>>
>>                      First run routine says images will be in:
>>                      /home/tom/Pictures
>>
>>                      That's correct (but any attempt to browse elsewhere
>>                 leads the setup
>>                      window to vanish and Digikam stops)
>>
>>                      Scanning collections was very quick (too quick, I
>>                 thought) - but
>>                      then nothing. Digikam didn't run, no crash report,
>>                 nothing.
>>
>>                      Run Digikam again: same quick scan of albums, then
>>                 nothing.
>>
>>                      I can easily upgrade to a more recent version -
>>                 version 4.0.0 is the
>>                      default for Mint 17.1, which is based on Ubuntu
>>                 14.04 (though 14.04
>>                      is stuck at 3.5). Should I try to add an additional
>>                 PPA to install a
>>                      later version?
>>
>>                      Please can anyone help? I've found Digikam a really
>>                 useful program
>>                      for managing a growing photo collection and now
>>                 feel lost!
>>
>>                      (Yes, I did first try to upgrade to Ubuntu 14.10 -
>>                 but for some
>>                      reason my hardware didn't like it: Mint 17.1
>>                 installed without a
>>                 hitch)
>>
>>                      Thanks!
>>
>>                      Tom
>>
>>
>>                      --
>>                      Tom Rank | tom at literaryconnections.co.uk
>>                 <mailto:tom at literaryconnections.co.uk>
>>                      <mailto:tom at __literaryconnections.co.uk
>>                 <mailto:tom at literaryconnections.co.uk>>
>>                 www.literaryconnections.co.uk
>>                 <http://www.literaryconnections.co.uk>
>>                 <http://www.__literaryconnections.co.uk
>>                 <http://www.literaryconnections.co.uk>>
>>                      | http://blog.__literaryconnecti__ons.co.uk
>>                 <http://literaryconnections.co.uk>
>>                      <http://blog.__literaryconnections.co.uk
>>                 <http://blog.literaryconnections.co.uk>>
>>                 http://twitter.com/____literaryconnect
>>                 <http://twitter.com/__literaryconnect>
>>                      <http://twitter.com/__literaryconnect
>>                 <http://twitter.com/literaryconnect>>
>>                      ___________________________________________________
>>                      Digikam-users mailing list
>>                 Digikam-users at kde.org <mailto:Digikam-users at kde.org>
>>                 <mailto:Digikam-users at kde.org
>>                 <mailto:Digikam-users at kde.org>>
>>                 https://mail.kde.org/mailman/____listinfo/digikam-users
>>                 <https://mail.kde.org/mailman/__listinfo/digikam-users>
>>
>>                 <https://mail.kde.org/mailman/__listinfo/digikam-users
>>                 <https://mail.kde.org/mailman/listinfo/digikam-users>>
>>
>>
>>
>>                 _________________________________________________
>>                 Digikam-users mailing list
>>                 Digikam-users at kde.org <mailto:Digikam-users at kde.org>
>>                 https://mail.kde.org/mailman/__listinfo/digikam-users
>>                 <https://mail.kde.org/mailman/listinfo/digikam-users>
>>
>>
>>         _________________________________________________
>>         Digikam-users mailing list
>>         Digikam-users at kde.org <mailto:Digikam-users at kde.org>
>>         https://mail.kde.org/mailman/__listinfo/digikam-users
>>         <https://mail.kde.org/mailman/listinfo/digikam-users>
>>
>>
>>     --
>>     Tom Rank | tom at literaryconnections.co.uk
>>     <mailto:tom at literaryconnections.co.uk> | 01457 850966
>>     www.literaryconnections.co.uk <http://www.literaryconnections.co.uk>
>>     | http://blog.__literaryconnections.co.uk
>>     <http://blog.literaryconnections.co.uk>
>>     http://twitter.com/__literaryconnect
>>     <http://twitter.com/literaryconnect>
>>
>>     _________________________________________________
>>     Digikam-users mailing list
>>     Digikam-users at kde.org <mailto:Digikam-users at kde.org>
>>     https://mail.kde.org/mailman/__listinfo/digikam-users
>>     <https://mail.kde.org/mailman/listinfo/digikam-users>
>>
>>
>>
>> _______________________________________________
>> Digikam-users mailing list
>> Digikam-users at kde.org
>> https://mail.kde.org/mailman/listinfo/digikam-users
>>
>>
> --
> Tom Rank | tom at literaryconnections.co.uk | 01457 850966
> www.literaryconnections.co.uk | http://blog.literaryconnections.co.uk
> http://twitter.com/literaryconnect
> _______________________________________________
> Digikam-users mailing list
> Digikam-users at kde.org
> https://mail.kde.org/mailman/listinfo/digikam-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/digikam-users/attachments/20141215/1bbde259/attachment.html>


More information about the Digikam-users mailing list