When ApplicationSettings.cache_path is not set, CEF uses in-memory cache. In such case applications should specify --disable-gpu-shader-disk-cache
flag, as in cefclient sample application in upstream.
Code:
if (!command_line->HasSwitch(switches::kCachePath) && !command_line->HasSwitch("disable-gpu-shader-disk-cache")) { // Don't create a "GPUCache" directory when cache-path is unspecified. command_line->AppendSwitch("disable-gpu-shader-disk-cache"); }
Such flag should be added automatically by CEF Python core when it detects that cache_path is not set.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4