Re: [e-users] efl and c++

2023-11-10 Thread Pierre Couderc via enlightenment-users
Le 11/8/23 à 21:02, Carsten Haitzler a écrit : On Wed, 8 Nov 2023 09:53:22 +0100 Pierre Couderc via enlightenment-users said: Is there a topic to introduce efl under C++. I have  a problem with "hello world" in Unified C API If I compile

Re: [e-users] different behavior with chromium just ask for expanation

2023-11-10 Thread daniel antoine
Hi Daniel The Daniel's gang ! It please me My icons are in /usr/share/applications. The original chromium.desktop has this [Desktop Entry] Version=1.0 Encoding=UTF-8 Name=Chromium Exec=/opt/chromium/chrome %U Terminal=false Icon=/usr/share/pixmaps/product_logo_48.png Type=Application

Re: [e-users] efl and c++

2023-11-10 Thread Pierre Couderc via enlightenment-users
All this because I wanted to try the EFL Unified C API... But the good old loop works (or seems to wor= !)  fine : elm_main(int argc, char **argv) {     _gui_setup();     thread wait(start);     elm_run();     wait.join();     return 0; } ELM_MAIN()

Re: [e-users] different behavior with chromium just ask for expanation

2023-11-10 Thread daniel antoine
I have move the chromium-browser.desktop to chromium.desktop because it was not possible to launch a URL address in a file best regards Daniel Le ven. 10 nov. 2023 à 11:42, daniel antoine a écrit : > Hi Daniel > The Daniel's gang ! It please me > > My icons are in /usr/share/applications. The

Re: [e-users] efl and c++

2023-11-10 Thread Carsten Haitzler
On Fri, 10 Nov 2023 09:22:51 +0100 Pierre Couderc via enlightenment-users said: > > Le 11/8/23 à 21:02, Carsten Haitzler a écrit : > > On Wed, 8 Nov 2023 09:53:22 +0100 Pierre Couderc via enlightenment-users > > said: > > > >> Is there a topic to introduce efl under C++. > >> > >> I have  a