From kde-bugs-dist Thu Mar 31 21:30:24 2016 From: via KDE Bugzilla Date: Thu, 31 Mar 2016 21:30:24 +0000 To: kde-bugs-dist Subject: [digikam] [Bug 354364] Crash of DNG converter Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=145945982802297 https://bugs.kde.org/show_bug.cgi?id=354364 --- Comment #32 from jon33040@yahoo.co.uk --- (In reply to D. van Aken from comment #31) > I tried the workaround given by jon33040. Unfortunately, it does not work > for my system (Kubuntu 15.10, KDE Plasma version 5.4.2 with Digikam 4.12.0). Running digikam from the command line with this recipe will print the directories where it is looking for process-working.png. You can then try copying process-working.png to one of those directories. strace -f -e access digikam |& grep process-working | grep -v /usr/ What it prints on my laptop is the following; pid 10844] access("/home/jon/.kde/share/apps/digikam/toolbar/process-working.png", R_OK) = 0 [pid 10844] access("/home/jon/.kde/share/apps/digikam/toolbar/process-working.png", R_OK) = 0 [pid 10844] access("/home/jon/.kde/share/apps/digikam/toolbar/process-working.png", R_OK) = 0 [pid 10844] access("/home/jon/.kde/share/apps/digikam/toolbar/process-working.png", R_OK) = 0 [pid 10844] access("/home/jon/.kde/share/apps/digikam/toolbar/process-working.png", R_OK) = 0 [pid 10844] access("/home/jon/.kde/share/apps/digikam/toolbar/process-working.png", R_OK) = 0 [pid 10844] access("/home/jon/.kde/share/apps/digikam/toolbar/process-working.png", R_OK) = 0 [pid 10844] access("/home/jon/.kde/share/apps/digikam/toolbar/process-working.png", R_OK) = 0 [pid 10844] access("/home/jon/.kde/share/apps/digikam/toolbar/process-working.png", R_OK) = 0 and so on Hence the directory in the work-around in comment 29. -- You are receiving this mail because: You are watching all bug changes.