Page 1 of 1

Showing file dialogs on Linux

PostPosted: Mon Nov 11, 2019 5:02 pm
by dtarkows
Using JCEF, when I try to show a file dialog on Linux, for example via a file input, nothing happens. I do see a message like:

[1111/105208.442511:WARNING:file_dialog_manager.cc(313)] No file dialog runner available for this platform

printed to the debug log.

Looking through the code, I'm not sure what the best method to implement a file dialog handler on Linux would be. I can do this in either Java or C++, but Java would probably be better.

Any thoughts?

Re: Showing file dialogs on Linux

PostPosted: Mon Nov 11, 2019 5:51 pm
by magreenblatt
You should try to implement them in Java using CefDialogHandler.