CefGlue Running Examples on Linux

1.4k views Asked by At

I've downloaded the latest version of CefGlue as well as the corresponding CEF binaries. I can get the demo examples to run fine in Windows, but the Linux GtkSharp demo does not run. It compiles fine under MonoDevelop on my Linux box but throws a DllNotFoundException: libcef

I've put the libcef.so in the executable directory as well as running ldconfig in the CEF release directory.

I'm new to Linux, so there's probably something simple and obvious that I'm missing.

1

There are 1 answers

0
Tim On

The answers on this Bitbucket issue explain how the library path resolution can be fixed.

Unfortunately, this Bitcuket issue goes on to explain that Linux support is broken and the maintainer Dmitry says that he doesn't have the resources to support linux.