SUMMARY *** Using the 8.2.0 appimage the image cannot be opened and the path is displayed as "???/..." in the file-properties on the right. Using the 8.1.0 appimage everything is fine. Using 8.2.0 in Windows is also working fine! I am using a remote mariadb. AlbumRoots Table looks good. *** STEPS TO REPRODUCE 1. Open Digikam 8.2.0 appimage 2. Try to open a image by doubleclick for example 3. Check the path in the file-properties OBSERVED RESULT "Der Speicherort dieses Bildes ist zurzeit nicht verfügbar" EXPECTED RESULT Image opens like using the 8.1.0 appimage SOFTWARE/OS VERSIONS Windows: 11 macOS: - Linux/KDE Plasma: Ubuntu 22.04.3 LTS (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
Created attachment 165167 [details] Screenshot Evidence :o)
Start the AppImage in a terminal and first set the Qt Debug variable: export QT_LOGGING_RULES="digikam*=true" ./digiKam-8.3.0-XXXX.appimage Post the output in the terminal. Maik
Created attachment 165168 [details] Terminal output Issue already apeared before i added P:\ for windows.
We introduced a new file UUID in digiKam-8.2.0. Your file UUID in the DB starts with 8e78dc98..., in your collection starts with 53e0302c..., so unequal. How this could have happened is not clear to me at the moment. Simply delete the file in your collection "/mnt/Foto/.dtrash/digikam.uuid". The file is automatically recreated and the AlbumRoot entry is adjusted. Maik
I recently moved the collection to another drive....
Deleteing the file "/mnt/Foto/.dtrash/digikam.uuid" solved it! Thanks a lot for the hyperfast support!