# ---------------------------------------- # upgrading both packages # ---------------------------------------- $ sudo pacman -Sy digikam lensfun [sudo] password for user: :: Synchronizing package databases... core is up to date extra is up to date community is up to date resolving dependencies... looking for conflicting packages... Packages (2) digikam-6.4.0-5 lensfun-0.3.95-1 Total Installed Size: 168.64 MiB Net Upgrade Size: 1.02 MiB :: Proceed with installation? [Y/n] Y (2/2) checking keys in keyring [#####################################################################] 100% (2/2) checking package integrity [#####################################################################] 100% (2/2) loading package files [#####################################################################] 100% (2/2) checking for file conflicts [#####################################################################] 100% (2/2) checking available disk space [#####################################################################] 100% :: Processing package changes... (1/2) upgrading lensfun [#####################################################################] 100% (2/2) upgrading digikam [#####################################################################] 100% :: Running post-transaction hooks... (1/3) Arming ConditionNeedsUpdate... (2/3) Updating icon theme caches... (3/3) Updating the desktop file MIME type cache... # ---------------------------------------- # running digikam from console crashes # ---------------------------------------- $ digikam Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. Attribute Qt::AA_ShareOpenGLContexts must be set before QCoreApplication is created. digikam.widgets: Use installed icons QCommandLineParser: already having an option named "h" QCommandLineParser: already having an option named "help-all" QCommandLineParser: already having an option named "v" digikam.general: AlbumWatch is disabled digikam.general: Database Parameters: Type: "QSQLITE" DB Core Name: "/home/user/Pictures/digikam4.db" DB Thumbs Name: "/home/user/Pictures/thumbnails-digikam.db" DB Face Name: "/home/user/Pictures/recognition.db" DB Similarity Name: "/home/user/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: "" Segmentation fault (core dumped) # --------------------------------------- # checking dikigam's library dependency # --------------------------------------- $ ldd $(which digikam) | grep liblensfun liblensfun.so.2 => /usr/lib/liblensfun.so.2 (0x00007fcb201ca000) # ----------------------------------------- # downgrading digikam to previous version # ----------------------------------------- $ sudo pacman -U /var/cache/pacman/pkg/digikam-6.4.0-4-x86_64.pkg.tar.xz [sudo] password for user: loading packages... warning: downgrading package digikam (6.4.0-5 => 6.4.0-4) resolving dependencies... looking for conflicting packages... Packages (1) digikam-6.4.0-4 Total Installed Size: 165.61 MiB Net Upgrade Size: -0.01 MiB :: Proceed with installation? [Y/n] Y (1/1) checking keys in keyring [########################################################################################] 100% (1/1) checking package integrity [########################################################################################] 100% (1/1) loading package files [########################################################################################] 100% (1/1) checking for file conflicts [########################################################################################] 100% (1/1) checking available disk space [########################################################################################] 100% :: Processing package changes... (1/1) downgrading digikam [########################################################################################] 100% :: Running post-transaction hooks... (1/3) Arming ConditionNeedsUpdate... (2/3) Updating icon theme caches... (3/3) Updating the desktop file MIME type cache... # --------------------------------------- # checking dikigam's library dependency # library is missing, digikam does not start # --------------------------------------- $ ldd $(which digikam) | grep liblensfun liblensfun.so.1 => not found # --------------------------------------- # downgrading lensfun # --------------------------------------- $ sudo pacman -U /var/cache/pacman/pkg/lensfun-0.3.2-9-x86_64.pkg.tar.xz loading packages... warning: downgrading package lensfun (0.3.95-1 => 0.3.2-9) resolving dependencies... looking for conflicting packages... Packages (1) lensfun-0.3.2-9 Total Installed Size: 2.01 MiB Net Upgrade Size: -1.01 MiB :: Proceed with installation? [Y/n] Y (1/1) checking keys in keyring [########################################################################################] 100% (1/1) checking package integrity [########################################################################################] 100% (1/1) loading package files [########################################################################################] 100% (1/1) checking for file conflicts [########################################################################################] 100% (1/1) checking available disk space [########################################################################################] 100% :: Processing package changes... (1/1) downgrading lensfun [########################################################################################] 100% :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... # --------------------------------------- # checking dikigam's library dependency # library is present, digikam works # --------------------------------------- $ ldd $(which digikam) | grep liblensfun liblensfun.so.1 => /usr/lib/liblensfun.so.1 (0x00007ff495b56000)