From kde-bugs-dist Mon Apr 02 10:58:00 2007 From: Fabien Date: Mon, 02 Apr 2007 10:58:00 +0000 To: kde-bugs-dist Subject: [Bug 121005] digikam won´t start when the album-path stays on nfs-volume Message-Id: <20070402105800.24496.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=117551131516613 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=121005 ------- Additional Comments From fabien.ubuntu gmail com 2007-04-02 12:57 ------- Note: I have a small patch on my computer to be able to define another path for the library db. But, it's a bit dirty for the moment and it's a bit limited. In fact, I added a "Album dbPath" entry in the configuration file that I read with Kconfig. It works pretty well except that I have in "kioslave/sqlitedb.cpp" to call explicitly the config file digikamrc (" KConfig config("digikamrc");") instead of the default inherited config name to avoid problems with kio_digikamalbum* : if I don't do that, I have to replicate the config file for each kio_digikam* (kio_digikamalbumsrc, kio_digikamdatesrc, kio_digikamsearchrc, kio_digikamtagsrc , kio_digikamthumbnailrc). I'll try to polish it a bit and post it here...