https://bugs.kde.org/show_bug.cgi?id=354364

--- Comment #32 from jon33...@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.

Reply via email to