Page 1 of 1

resource directory path

PostPosted: Tue May 22, 2018 9:04 am
by lavv17
Hello!

There are some differences in how CEF looks up the resources on linux and windows.
On windows, it looks in the directory where cef.dll is located, and on linux it looks in the directory where executable file is located.
It would be nice to unify the way it looks for resources.

Another issue is the CefSettings.resources_dir_path setting. It does not change the location of icudtl.dat and *.bin files.
It would be nice to have an option to explicitly specify the location of all CEF resources.

Re: resource directory path

PostPosted: Tue May 22, 2018 9:22 am
by magreenblatt