Am 02.01.2018 um 11:33 schrieb Tobias Ellinghaus: > Am Montag, 1. Januar 2018, 14:33:50 CET schrieb Frank J.: ... >> >> Hallo, >> I tried to clean my cache with >> https://github.com/darktable-org/darktable/blob/master/tools/purge_from_cac >> he.sh >> >> It doesn't work for me because it didn't find my cache directory. >> >> A variable part of the path is processed with >> 'echo "${library}" | sha1sum' >> in line 84. >> This calculates not the cache-path used from darktable. > > A little more info is needed. What is your cache dir? What does the script > think it is? Any error messages? > >> Ubuntu 16.04 >> >> Frank > > Tobias >
Here is more info: > Any error messages? $ ./purge_from_cache.sh cache directory '/home/frank/.cache/darktable/mipmaps-019eade4c9ecb5a11211d45dea396847536920f7.d' doesn't exist > What does the script think it is? echo '/home/frank/.config/darktable/library.db' | sha1sum echo /home/frank/.config/darktable/library.db | sha1sum echo ~/.config/darktable/library.db | sha1sum always shows: 019eade4c9ecb5a11211d45dea396847536920f7 > What is your cache dir? My cache is in /home/frank/.cache/darktable/mipmaps-b9e5e02c0ac7c88b4d553341db86f147ed95ccd8.d Darktable finds this cache without problems. Frank ____________________________________________________________________________ darktable user mailing list to unsubscribe send a mail to [email protected]
