-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CEF3 Linux: Default locating of cef.pak / locales paks #668
Comments
Comment 1. originally posted by magreenblatt on 2012-07-14T13:53:08.000Z: |
|
Original comment by Anonymous. Comment 2. originally posted by mital.d.vora on 2014-02-05T03:41:46.000Z: I am also experiencing similar problem ... I think best solution would be that if we can provide the path to locales directory in settings or somewhere. |
Original comment by Dmitry Azaraev (Bitbucket: Mystic Artifact). Comment 3. originally posted by fddima on 2014-02-05T08:29:05.000Z: @ commentcomment 2.: You already can specify paths to resources directory, by using CefSettings.resources_dir_path and locales_dir_path or corresponded command line options. |
Duplicate of #1936. |
|
Original report by Dmitry Azaraev (Bitbucket: Mystic Artifact).
Original issue 668 created by fddima on 2012-07-07T09:26:11.000Z:
Currently by default CEF3 locate cef.pak and locales dir relative to main module (executable), nor relative to libcef.so module.
It 'cause some problems with using mono ('cause mono always located somewhere outside of application / libcef dir).
It will be good, if all cef-related resources will be resolved in relatively to libcef.so module.
Note, that it will affect to current cefclient building on linux, 'cause libcef.so placed in lib.target (if i'm rightly remember) directory, and LD search it in this dir.
I.e. we have:
./lib.target/libcef.so
./cef.pak
./locales/*
./cefclient
The text was updated successfully, but these errors were encountered: