https://bugs.kde.org/show_bug.cgi?id=399923
--- Comment #61 from [email protected] --- For some reason I can't run the digikam I've build from source anymore. Not sure what I'm doing wrong. I'm working from a fresh digikam clone at revision 42f181311373002eb464b5dea67b714974a7dc7d". First I remove all leftover state from previous runs: > rm -f ~/pictures/*.db > rm -f ~/.config/digikamrc > rm -rf ~/.local/share/digikam > rm -rf ~/.cache/digikam Then I cd into the digikam source folder and run > cmake -DCMAKE_INSTALL_PREFIX=/home/timo/tmp/res -DCMAKE_BUILD_TYPE=debug > make -j4 > core/app/digikam Which first lets me select the folder my collection is in and then crashes with > digikam.general: AlbumWatch use QFileSystemWatcher > digikam.general: Database Parameters: > Type: "QSQLITE" > DB Core Name: "/home/timo/pictures/digikam4.db" > DB Thumbs Name: "/home/timo/pictures/thumbnails-digikam.db" > DB Face Name: "/home/timo/pictures/recognition.db" > DB Similarity Name: "/home/timo/pictures/similarity.db" > Connect Options: "" > Host Name: "" > Host port: -1 > Internal Server: false > Internal Server Path: "" > Internal Server Serv Cmd: "" > Internal Server Init Cmd: "" > Username: "" > Password: "" > > digikam.dbengine: Loading SQL code from config file "" > digikam.dbengine: "Could not open the configuration file <b></b>. This file > is installed with the digikam application and is absolutely required to run > digikam. Please check your installation." > KMemoryInfo: Platform identified : "LINUX" > KMemoryInfo: TotalRam: 12467781632 > digikam.general: Allowing a cache size of 200 MB > digikam.dimg: The bundled profile "digikam/profiles/srgb-d65.icm" cannot be > found. Check your installation. As far as I understand its looking for `dbconfig.xml`, which is present in `core/data/database/dbconfig.xml`. Any idea whats going wrong? -- You are receiving this mail because: You are watching all bug changes.
