Summary: | Digikam 2.10 failed - Reinstalling 1.90 is failing too - Database issue | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | ultrajej |
Component: | Database-Sqlite | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.9.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.2.0 | |
Sentry Crash Report: |
Description
ultrajej
2011-09-13 13:10:14 UTC
> undefined symbol
You are mixing incompatible repositories.
(In reply to comment #1) > > undefined symbol > > You are mixing incompatible repositories. Thanks for that info but I already guessed that. My question is what can I do to fixed that? I already removed Philips ppa. I am really tired of trying to move from Windows to Linux as nothing is easy and believe me I really like the KDE windows manager. Digikam is THE software who made me to move to the Linux world. Just to entertain you a bit more (I am not looking for support for that). It is impossible to make Peazip QT working on Kubuntu but the GTK version is working (not perfectly of course). Can it be kubuntu? I was able to workaround my issue. 1) I will use 1.90. 2) As root "sudo digikam" produced for me the database files that I deleted before. I saved them in some location. digikam4.db thumbnails-digikam.db I made a copy of those to my /home/image folder after having changed privileges on it. 3) Using the info from the Bug 281767 https://bugs.kde.org/show_bug.cgi?id=281767 Edit ~/.kde/share/config/digikamrc, the section [Database Settings] should contain only the following: [Database Settings] Database Connectoptions= Database Hostname= Database Name=/a/path/to/dir Database Name Thumbnails=/a/path/to/dir Database Password= Database Port=0 Database Type=QSQLITE Database Username= Internal Database Server=false no Image* or Thumbnails*, if these are present remove them also check that values in there are correct. Of course /a/path/to/dir was replaced by my /home/image directory 4) Restarted Digikam and voila! It is working back. NB: The next release will wait until I will install another distribution. Unfortunately I tried to compile unsuccessfully the latest release (digikam-2.1.1.tar.bz2). Having that error --------------- First try at finding OpenCV... CMake Warning at extra/libkface/CMakeLists.txt:58 (FIND_PACKAGE): Could not find module FindOpenCV.cmake or a configuration file for package OpenCV. --------------- |