Skip to content
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

Closed
magreenblatt opened this issue Jul 7, 2012 · 6 comments
Closed

CEF3 Linux: Default locating of cef.pak / locales paks #668

magreenblatt opened this issue Jul 7, 2012 · 6 comments
Labels
bug Bug report linux Linux platform

Comments

@magreenblatt
Copy link
Collaborator

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

@magreenblatt
Copy link
Collaborator Author

Comment 1. originally posted by magreenblatt on 2012-07-14T13:53:08.000Z:

@magreenblatt
Copy link
Collaborator Author

  • set state to "open"

@magreenblatt
Copy link
Collaborator Author

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.

@magreenblatt
Copy link
Collaborator Author

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.

@magreenblatt
Copy link
Collaborator Author

Duplicate of #1936.

@magreenblatt
Copy link
Collaborator Author

  • changed state from "new" to "duplicate"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report linux Linux platform
Projects
None yet
Development

No branches or pull requests

1 participant