Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37736299
en ru br
ALT Linux repositórios
S:5.15.15-alt1

Group :: Sistema/Bibliotecas
RPM: qt5-webengine

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: qtwebengine-everywhere-src-5.15.5-no-icudtl-dat.patch
Download


--- a/src/core/web_engine_library_info.cpp
+++ b/src/core/web_engine_library_info.cpp
@@ -273,7 +273,6 @@ QString dictionariesPath()
 
 QString resourcesDataPath()
 {
-    static bool initialized = false;
     static QString potentialResourcesPath =
 #if defined(OS_MAC) && defined(QT_MAC_FRAMEWORK_BUILD)
             getResourcesPath(frameworkBundle());
@@ -282,6 +281,7 @@ QString resourcesDataPath()
 #else
             QLibraryInfo::location(QLibraryInfo::DataPath) % QLatin1String("/resources");
 #endif
+#if 0
     if (!initialized) {
         initialized = true;
         if (!QFileInfo::exists(potentialResourcesPath % QLatin1String("/qtwebengine_resources.pak"))) {
@@ -297,6 +297,7 @@ QString resourcesDataPath()
             potentialResourcesPath = fallbackDir();
         }
     }
+#endif
 
     return potentialResourcesPath;
 }
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009