Re: [e-users] python-efl compile error with project pyproject.toml

2025-08-30 Thread daniel antoine
Hi Davide How I have missed that ? I have this command on the top linet, It works now with --root=$PKG. Maybe you must add this in the README. I suppose the binary files were empty without this command.. econnman works now. The log + prepare + git clone https://git.enlightenment.org/enlightenmen

Re: [e-users] python-efl compile error with project pyproject.toml

2025-08-30 Thread Davide Andreoli via enlightenment-users
Hi Daniel, I completed right now the build system revamp, you should now be able to build and install the latest git using modern python packaging: $ python -m build (then install the whl file generated in dist) or directly using pip: $ python -m pip install . --verbose I think the latter is

Re: [e-users] python-efl compile error with project pyproject.toml

2025-08-30 Thread Davide Andreoli via enlightenment-users
sabato 30 agosto 2025 21:26, daniel antoine ha scritto: > > > Hi Dave > > In my recipe I am obliged to add sed -e "s@license@# license@" -i > pyproject.toml to remove license and license-files in the > pyproject.toml file or it cause an license.project error > > may be it's a question of

Re: [e-users] python-efl compile error with project pyproject.toml

2025-08-30 Thread daniel antoine
Hi Dave In my recipe I am obliged to add sed -e "s@license@# license@" -i pyproject.toml to remove license and license-files in the pyproject.toml file or it cause an license.project error may be it's a question of version of python I have the version 3.12.7 I have compiled python-efl with pytho

Re: [e-users] "Chat"window

2025-08-30 Thread Pierre Couderc via enlightenment-users
On 8/30/25 11:44, Carsten Haitzler wrote: On Sat, 30 Aug 2025 10:07:33 +0200 Pierre Couderc via enlightenment-users said: I am displaying a dialog between 2 people in an efl window, It works fine, but I do not success to change the background so that text of first speaker is on a grey backgrou

Re: [e-users] Borderless Firefox

2025-08-30 Thread info
Yay! Glad it worked for you! --- On 2025-08-30 07:25, Wawrzek Niewodniczanski wrote: On Mon, 25 Aug 2025 at 22:37, wrote: [...] If you right-click at the top of the Firefox window in the area of the URL search bar you should get a right-click menu that gives you a "Customize Toolbar" item

Re: [e-users] python-efl compile error with project pyproject.toml

2025-08-30 Thread daniel antoine
Hi Davide by removing license and license-files in pyproject.toml it works during the compilation from the git repository it adds during the compilation adding license file 'COPYING' adding license file 'COPYING.LESSER' adding license file 'AUTHORS' my receipt makedepends=(cython dbus-python ef

Re: [e-users] python-efl compile error with project pyproject.toml

2025-08-30 Thread daniel antoine
Hi David I always get the same error about project.license when I compile from source by python setup.py or pip ===> name: python-efl ===> version: 1.26.1 ===> release: 10 ===> WARNING: python-efl1755521615x86_64.cards.tar.xz already exist ===> WARNING: python-efl.sources17555

Re: [e-users] "Chat"window

2025-08-30 Thread Carsten Haitzler
On Sat, 30 Aug 2025 10:07:33 +0200 Pierre Couderc via enlightenment-users said: > I am displaying a dialog between 2 people in an efl window, It works > fine, but I do not success to change the background so that text of > first speaker is on a grey background and text of the other one  on > a

[e-users] "Chat"window

2025-08-30 Thread Pierre Couderc via enlightenment-users
I am displaying a dialog between 2 people in an efl window, It works fine, but I do not success to change the background so that text of first speaker is on a grey background and text of the other one  on another  background, black or another grey... How should I do that ? Can point me on rele