Warning, /graphics/digikam/project/bundles/3rdparty/ext_kf5/kservice-sycoca.patch is written in an unsupported language. File is not indexed.
0001 diff --git a/src/sycoca/ksycoca.cpp b/src/sycoca/ksycoca.cpp 0002 index 02ed7bb4..aadc3ce1 100644 0003 --- a/src/sycoca/ksycoca.cpp 0004 +++ b/src/sycoca/ksycoca.cpp 0005 @@ -240,7 +240,7 @@ bool KSycocaPrivate::openDatabase() 0006 static bool firstTime = true; 0007 if (firstTime) { 0008 firstTime = false; 0009 - if (KSandbox::isFlatpak()) { 0010 + /*if (KSandbox::isFlatpak())*/ { 0011 // We're running inside flatpak, which sets all times to 1970 0012 // So the first very time, don't use an existing database, recreate it 0013 qCDebug(SYCOCA) << "flatpak detected, ignoring" << m_databasePath;