> -------- Original Message -------- > Subject: [e-users] How to start an external application inside an EFL box ? > Local Time: November 30, 2017 7:40 AM > UTC Time: November 30, 2017 3:40 PM > From: [email protected] > To: Enlightenment users discussion & support > <[email protected]> > > How to start terminology, for example ?
We do not have a solution working out of the box, but with some work you should be able to use efl_wl for this purpose. The idea is to create a wayland widget and embedded it in your application. Then have the application displayed inside that Wayland compositor. You can check efl/src/bin/efl_wl/efl_wl_test_stack.c for something that launch terminologie and weston inside a widget. Please note that the host application can intercept all input and output, and should be considered a priviledge application in term of security. Cedric ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
