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

2025-09-03 Thread daniel antoine
ase my distro is based on LFS and they now build the python modules like that pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD pip3 install --no-index --find-links dist --root=$PKG --no-user python-efl Best regards Daniel } Le lun. 1 sept. 2025 à 21:48, Davide Andreoli a écrit :

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 daniel antoine
re install options) > > NOTE: directly running the setup.py file is deprecated in python and do not > longer work! > > please let me know if this work for you. > > Best regards > Dave > > > sabato 30 agosto 2025 15:34, daniel antoine ha scritto: > > >

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

2025-08-30 Thread daniel antoine
ent.org/enlightenment/python-efl $name-$version cd $name-$version git checkout ${_commit} sed -e "s@license@# license@" -i pyproject.toml } build() { cd ${name}-$version python3 setup.py build python3 setup.py install --root=$PKG --optimize=1 --skip-build } Best regards Dani

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

2025-08-30 Thread daniel antoine
;: {type: string} required: ['text'] ===> ERROR: Building 'python-efl.sources1755521615any.cards.tar.xz' failed. It indicates that the error is in pyproject.toml I suppose it's here in pyproject.toml [project] dynamic = ['version'] name = 'py

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

2025-08-20 Thread daniel antoine
efl > version=1.26.1 > release=9 > > #source=(http://download.enlightenment.org/rel/bindings/python/$name-$version.tar.xz) > > #Last commit on python-efl repo > #_commit=5accd9350bc4dc2bf1d06bde847a605264c2e78b > _commit=701c912a7baa524301d82a87fd9108d293b74664 > > prepare(

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

2025-08-19 Thread daniel antoine
t 2025 à 14:29, Davide Andreoli a écrit : > > > > > > > lunedì 18 agosto 2025 15:16, daniel antoine ha scritto: > > > > > > > Hi Dave > > > > I try to compile python-efl with the last commit 701c912a7b but I > > ranil an error at [16

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

2025-08-18 Thread daniel antoine
Hi Dave I try to compile python-efl with the last commit 701c912a7b but I ranil an error at [16/16] Cythonizing efl/utils/logger.pyx I get [16/16] Cythonizing efl/utils/logger.pyx warning: efl/utils/logger.pyx:1:0: Dotted filenames ('efl.utils.logger.pxd') are deprecated. Please use the normal

Re: [e-users] Compilation difficulties

2025-08-14 Thread daniel antoine
in from ConfigParser import SafeConfigParser ModuleNotFoundError: No module named 'ConfigParser' By replacing SafeConfigParse by RawConfigParser in /usr/bin/econnman-bin econnman opens and seems to work Best regards Daniel Le mer. 13 août 2025 à 16:40, daniel antoine a écrit : >

Re: [e-users] Compilation difficulties

2025-08-13 Thread daniel antoine
Hi Sorry if the compilation of python-configparser seems OK the packages are empty so until I have succeeded to compile it don't take my advice into account. But if somebody has a good Pkgfile I will be happy to test it Best regards Daniel Le mer. 13 août 2025 à 14:25, daniel antoine a

Re: [e-users] Compilation difficulties

2025-08-13 Thread daniel antoine
eeded econnman it's a really old package Best regards Daniel Le mar. 12 août 2025 à 19:03, daniel antoine a écrit : > > Hi > SafeConfigParser has been removed from the python list since python > 3.12. There is some patch (Debian) to reintroduce it > I will tried to compile pyt

Re: [e-users] Compilation difficulties

2025-08-12 Thread daniel antoine
Hi SafeConfigParser has been removed from the python list since python 3.12. There is some patch (Debian) to reintroduce it I will tried to compile python-configparser but I am not sure of the result Best regards Daniel Le mar. 12 août 2025 à 13:41, Conrad Knight a écrit : > > On Mon, Aug 11, 2

Re: [e-users] Compilation difficulties

2025-08-11 Thread daniel antoine
Hi Conrad I am able to compile econnman with tis Pkgfile makedepends=(connman efl git) run=(python-efl dbus-python) description="Enlightenment ConnMan user interface" url="https://phab.enlightenment.org/w/projects/econnman/"; packager="Grat-OS Team" maintainer="Dania" name=econnman version=1.1

Re: [e-users] Building the latest git head of enlightenment got error

2025-08-06 Thread daniel antoine
Hi On my side the last commit for pixmap has corrected the compile problem. I had not the error with the wizard module, the compilation has gone to the end and it works may be try as the git is very big and you will have only the last update (same thing for efl) git clone --depth 1 https://git.

Re: [e-users] Building the latest git head of enlightenment got error

2025-08-05 Thread daniel antoine
Hi I have got the same problem [88/621] Compiling C object src/bin/enlightenment.p/e_obj_dialog.c.o [89/621] Compiling C object src/bin/enlightenment.p/e_pixmap.c.o FAILED: src/bin/enlightenment.p/e_pixmap.c.o cc -Isrc/bin/enlightenment.p -Isrc/bin -I../enlightenment-0.27.1/src/bin -I../enlighten

Re: [e-users] econnman and python-efl

2025-06-21 Thread daniel antoine
Hi Conrad Hi Dave I have opened a ticket in 2024 about the problem of compiling econnman with python 3.12. here is the content of my contact "Since an upgrade of python to the version 3.12 I can compile python-efl but just by using the tarball provided by the enlightenment site python-efl-1.26.1.

[e-users] Icons for connman-vpn

2025-02-26 Thread daniel antoine
Hi connman-vpn works with their last commits. In the task bar the vpn connection has no icon. I use the enlightenment-X icon theme and it exists icons for the vpn /usr/share/icons/Enlightenment-X/status/128/network-vpn.png /usr/share/icons/Enlightenment-X/status/128/network-vpn-acquiring.png Is i

Re: [e-users] Option wayland-protocols in extension/modules/aspect

2025-01-30 Thread daniel antoine
Hi Don't try to validate it when you are in a X11 session, it's not good. The wayland screen protocol is validated when you are in a wayland session. Best regards Daniel Le dim. 19 janv. 2025 à 16:54, daniel antoine a écrit : > Hi > > As I am not able to launch a wayland s

Re: [e-users] problem with the two last commits about unfullscreening 96b08edf36ac4118280fe11800ea0e1f75b8859e and bd7b2d44b273a67d1561ca6e9ffdb2ab70aa8b0d

2025-01-28 Thread daniel antoine
he right thing to do here is to try build efl and e with ASAN > support > and then get the asan log output in ~/.e-log.log when it crashes and see > what it > says. if i could produce the bug under asan i'd know what to look at - i > can't > &g

Re: [e-users] problem with the two last commits about unfullscreening 96b08edf36ac4118280fe11800ea0e1f75b8859e and bd7b2d44b273a67d1561ca6e9ffdb2ab70aa8b0d

2025-01-28 Thread daniel antoine
e lun. 27 janv. 2025 à 20:41, Carsten Haitzler a écrit : > On Mon, 27 Jan 2025 18:44:56 + Carsten Haitzler > said: > > > On Mon, 27 Jan 2025 16:14:02 +0100 daniel antoine > said: > > > > > Hi > > > > > > commit 96b08edf36ac4118280fe11800ea

[e-users] problem with the two last commits about unfullscreening 96b08edf36ac4118280fe11800ea0e1f75b8859e and bd7b2d44b273a67d1561ca6e9ffdb2ab70aa8b0d

2025-01-27 Thread daniel antoine
Hi commit 96b08edf36ac4118280fe11800ea0e1f75b8859e When you have two terminology windows when you maximize one and you want to access the second window by the terminology window list on the systray bar the second window remains hidden behind the maximized windows and don't appears on the screen. Y

[e-users] Option wayland-protocols in extension/modules/aspect

2025-01-19 Thread daniel antoine
Hi As I am not able to launch a wayland session I found that there is an option in extension/modules/aspect to implement a wayland screen protocol . When I try to validate it I get a guru error. Unfortunately there is no error in the log. Best regards Daniel ___

Re: [e-users] cpufreq module

2024-12-04 Thread daniel antoine
last commit to efl is: > > e3820975384cae03f1de941629c898cbd9a8b8a4 - theme - cpufreq - add new gadget > > to e > > 5462512d5eaf4dd3d8aaa208239ced3253467ef3 - cpufreq - handle initial powersve > mode on module load > > > > >> From: daniel antoine > > >> I have recompiled efl and enlighten

Re: [e-users] cpufreq module

2024-12-03 Thread daniel antoine
and there is nothing in the log Le mar. 3 déc. 2024 à 19:01, daniel antoine a écrit : > > damned > > I have recompiled efl and enlightenment . The first time I activated > the module I got a red screen with software error and after the screen > turned black > The second

Re: [e-users] cpufreq module

2024-12-03 Thread daniel antoine
. Generally I don't use this module. It was to check after the commits how it worked. Best regards Daniel . Le mar. 3 déc. 2024 à 15:23, Carsten Haitzler a écrit : > > On Tue, 3 Dec 2024 13:59:34 +0100 daniel antoine said: > > oh damn... i committed and didn't PUSH

Re: [e-users] cpufreq module

2024-12-03 Thread daniel antoine
Hi Same problem for me even after compile efl and enlightenment to the las commit Best regards Daniel Le mar. 3 déc. 2024 à 08:51, Carsten Haitzler a écrit : > > On Mon, 2 Dec 2024 20:09:08 -0500 Conrad Knight said: > > > I updated enlightenment to the latest git version and the cpufreq > > m

[e-users] econnman python-efl with python 3.12

2024-08-05 Thread daniel antoine
Hi Since an upgrade of python to the version 3.12 I can compile python-efl but just by using the tarball provided by the enlightenment site. With the last commit concerning cython it's impossible to compile with my version of cython 3.10. I can compile econnman but it fails in error when I try to

[e-users] Black screen on enlightenment wayland session on a amd laptop

2024-07-25 Thread daniel antoine
Hi Since more than one tear I am not able to open a wayland enlightenment session on my AMD Hybrid graphic laptop I have disabled the dgpu but without success. When I launch the wayland session the blue background with the yellow wayland image appears for one second and the screen turns black , I

Re: [e-users] EFL compile problem

2024-06-06 Thread daniel antoine
: malformed patch at line 6: execinfo = cc.find_library('execinfo', required: false) ===> ERROR: Building 'efl.ca1717527460any.cards.tar.xz' failed. the patch file is not well formatted ? Le jeu. 6 juin 2024 à 14:28, Vincent Torri a écrit : > > On Thu, Jun 6, 2024 at

Re: [e-users] EFL compile problem

2024-06-06 Thread daniel antoine
do you mean just that diff --git a/src/lib/eina/meson.build b/src/lib/eina/meson.build index 4ab37d2112..c50a06b59b 100644 --- a/src/lib/eina/meson.build +++ b/src/lib/eina/meson.build @@ -371,17 +371,17 @@ eina_ext_deps += [iconv] execinfo = cc.find_library('execinfo', required: false) eina_ext

Re: [e-users] EFL compile problem

2024-06-06 Thread daniel antoine
Hi Vincent I run in the compile error with commit 1cd130ac096bd2148d4c0f6e54864413284e0963 , you talk about a patch, if you want I can try it Best regards Daniel Le jeu. 6 juin 2024 à 10:36, Vincent Torri a écrit : > > On Thu, Jun 6, 2024 at 10:30 AM Masaru Nomiya wrote: > > > > Hello, > > >

Re: [e-users] fullsreen problem with chromium in enlightenment

2024-05-29 Thread daniel antoine
Maiurana a écrit : > > I've experienced this problem too sometimes in the past, if my memories > are not wrong switching to a different virtual desktop and back restores > the focus. > > Massimo Maiurana > > daniel antoine ha scritto il 29/05/24 alle 10:17: >

Re: [e-users] fullsreen problem with chromium in enlightenment

2024-05-29 Thread daniel antoine
9:20PM +0200, daniel antoine wrote: > > I have got this random problem. I am looking at a video on youtube or > > a TV channel (orange TV) on chromium , if I want to change the video > > by going out of the fullscreen mode by ESC or return , there is a > > little flickering

[e-users] fullsreen problem with chromium in enlightenment

2024-05-28 Thread daniel antoine
Hi I have got this random problem. I am looking at a video on youtube or a TV channel (orange TV) on chromium , if I want to change the video by going out of the fullscreen mode by ESC or return , there is a little flickering, the video hungs and stays in fullscreen but the audio continues to work

[e-users] fullsreen problem with chromium in enlightenment

2024-05-28 Thread daniel antoine
Hi I have got this random problem. I am looking at a video on youtube or a TV channel (orange TV) on chromium , if I want to change the video by going out of the fullscreen mode by ESC or return , there is a little flickering, the video hungs and stays in fullscreen but the audio continues to work

Re: [e-users] Terminology problem when 10 bits color is used

2024-01-09 Thread daniel antoine
regards Daniel Le mar. 9 janv. 2024 à 20:21, Carsten Haitzler a écrit : > On Tue, 9 Jan 2024 19:02:02 + Carsten Haitzler > said: > > > On Tue, 9 Jan 2024 19:37:37 +0100 daniel antoine > said: > > > > > Hi > > > > > > My laptop is an AMD

[e-users] Terminology problem when 10 bits color is used

2024-01-09 Thread daniel antoine
Hi My laptop is an AMD hybrid graphic model and by default the depth is 24 bits stored in 4 bytes. In archlinux they explain how to set 10 bpc colors, 30 bits stored in 4 bytes. I have created the file /etc/X11/xorg.conf.d/20-amdgpu.conf Section "Screen" Identifier "asdf" DefaultDepth 30 EndSecti

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/

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

2023-11-10 Thread daniel antoine
application, and ibar will behave like you expect. I have seen this > not quite work for some applications. I suspect the application might be > altering its WM_CLASS mid-flight, or maybe something else is going on. > > I hope this helps. > > Dan > > On Fri, Nov 10, 2023 at

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

2023-11-09 Thread daniel antoine
Some people have reported having problems with their browser icon in the dock bar , the blue bar missing under the icon and no presence of the active browser windows when you pass the cursor on the icon. It happened to me randomly and I was not able to reproduce the problem if there was one. When y

[e-users] errors in .e-log.log for a wayland session

2023-10-02 Thread daniel antoine
When I arrive to launch an enlightenment wayland session I have notice errors in the .e_log.log file. I Have a lot of loop time errors like: Eccore: Trying to set loop time (58,36538400) 0,3410s too far in the future Eccore: Trying to set loop time (58,38621500) 0,3231s too far in the futur

Re: [e-users] python-efl build error

2023-07-20 Thread daniel antoine
ies the requirement efl (from versions: none) ERROR: No matching distribution found for efl As it work's with setup.py it's OK Best regards Daniel Le jeu. 20 juil. 2023 à 19:25, daniel antoine a écrit : > > Hi Vincent > Thank you > In fact one of my friend had already mo

Re: [e-users] python-efl build error

2023-07-20 Thread daniel antoine
ies the requirement efl (from versions: none) ERROR: No matching distribution found for efl As it work's with setup.py it's OK Best regards Daniel Le jeu. 20 juil. 2023 à 16:31, Vincent Torri a écrit : > > On Thu, Jul 20, 2023 at 4:18 PM daniel antoine wrote: > > > &

Re: [e-users] python-efl build error

2023-07-20 Thread daniel antoine
compiled with python dependencies compiled with pip3 (wheel problem ?) Best regards Daniel Le mer. 19 juil. 2023 à 11:34, daniel antoine a écrit : > > Hi I have tried to compile python-efl with pip3 but i have the same > problem. python-packaging is present in the build file > =

Re: [e-users] python-efl build error

2023-07-19 Thread daniel antoine
", line 150, in run_setup exec(compile(code, __file__, 'exec'), locals()) File "setup.py", line 11, in from packaging.version import Version ModuleNotFoundError: No module named 'packaging' [end of output] Best regards Danie

[e-users] python-efl build error

2023-07-18 Thread daniel antoine
Hi I have python version 3.9.17 and when I try to compile python-efl I have this error ===> name: python-efl ===> version: 1.26.0 ===> release: 1 ===> Building starting... + prepare + git clone https://git.enlightenment.org/enlightenment/python-efl python-efl-1.26.0 Cloning into 'py

Re: [e-users] enlightenment mesa issue

2023-05-30 Thread daniel antoine
Hi good new just for information mesa provides 3 intel drivers i915 : for Intel's Gen 3 hardware. crocus : for Intel's Gen 4 to Gen 7 hardware. iris : for Intel's Gen 8 hardware and later. Officially supported by Intel. just look at the Xorg.0.log to see if you have got errors and at the xorg con

Re: [e-users] enlightenment mesa issue

2023-05-29 Thread daniel antoine
10:51, daniel antoine a écrit : > > Hi > I have LLVM version 14.0.6 and enlightenment works. The question is > why it has switched from an intel driver to llvmpipe. The first error > message indicates that the display driver doesn't work with opengl, > what is your graphic

Re: [e-users] enlightenment mesa issue

2023-05-29 Thread daniel antoine
Hi I have LLVM version 14.0.6 and enlightenment works. The question is why it has switched from an intel driver to llvmpipe. The first error message indicates that the display driver doesn't work with opengl, what is your graphic hardware ? Best regards Daniel Le dim. 28 mai 2023 à 21:27, a écr

Re: [e-users] enlightenment mesa issue

2023-05-28 Thread daniel antoine
Hi For information I have upgraded to mesa 23.1.0 and mesa 23.1.1 and it works but I have a laptop with amdgpu. look at /var/log/Xorg.0.log and the command xdriinfo (xorg-xdriinfo) to have more info on the intel driver Best regards Danie Le dim. 28 mai 2023 à 14:09, Carsten Haitzler a écrit : >

Re: [e-users] theme experiment - try a window wobble/jiggle when focused

2023-01-20 Thread daniel antoine
a lot of smaller windows. :) > > what I tried to say with fewest words as possible ;) > > > > > > On Thursday 19 January 2023 12:17, daniel antoine wrote : > > > > habits die hard. I have tested the new experiment commit and again I > > > > am no

Re: [e-users] theme experiment - try a window wobble/jiggle when focused

2023-01-19 Thread daniel antoine
t; want. > > for now i'ts an experiment to give more feedback on what gets focused as it > > is > > actually hard to know what got focused. if all you see is a titlebar change > > color its very very little visual feedback. i could try other things like > > some

Re: [e-users] theme experiment - try a window wobble/jiggle when focused

2023-01-16 Thread daniel antoine
. It's unobstructive and the whole desktop > feels more responsive (I don't see the "window doesn't stop shaking" > effect he is talking about though). But I agree with Daniel, an on/off > option would be nice. > > Le 14/01/2023 à 17:58, daniel antoine a écrit

[e-users] theme experiment - try a window wobble/jiggle when focused

2023-01-14 Thread daniel antoine
Hi I have tried the last commit and I am going to remove it. On a laptop screen all the windows jiggling even the popup windows , I find it unpleasant for the eyes and I wear glasses. At a moment if you put the cursor on the cross on the right upper side the window doesn't stop shaking. As you wri

[e-users] Enlightenment with setxkbmap

2022-12-28 Thread daniel antoine
Hi I use an old macbook with a distro that is a fork of Nutyx converted to systemd. The distro installator don't give the right apple keymap so I am obliged to download an old file mac-macbook-fr.kmap for the virtual console. That is enough to do command lines. When we install enlightenment we have

Re: [e-users] IBar miniview problem - DEBUG

2022-10-30 Thread daniel antoine
> supported by version 470 :( > > Are there any tweaks at EFL level to workaround the problem? > > > > > Le 29 oct. 2022 à 12:21, daniel antoine a écrit : > > > > What is your mesa version ? > > > > Le sam. 29 oct. 2022 à 11:38, Quelrond Q a écrit : > >

Re: [e-users] IBar miniview problem - DEBUG

2022-10-29 Thread daniel antoine
What is your mesa version ? Le sam. 29 oct. 2022 à 11:38, Quelrond Q a écrit : > > How can I test/debug it? > > > > Le 29 oct. 2022 à 10:34, daniel antoine a écrit : > > > > a mesa version problem ? > > > > Le jeu. 27 oct. 2022 à 22:19, Quel

Re: [e-users] IBar miniview problem - DEBUG

2022-10-29 Thread daniel antoine
a mesa version problem ? Le jeu. 27 oct. 2022 à 22:19, Quelrond a écrit : > > So... I tried to: > > - build E 0.25.4 with EFL 1.26.2 > > - build E 0.25.3 with EFL 1.26.3 > > - build E 0.25.3 with EFL 1.26.2 > > - remove ~/.e folder > > - remove ~/.elementary folder > > /No way/ to get the menu ba

Re: [e-users] enlightenment compositor with SDDM

2022-10-17 Thread daniel antoine
er[1801]: Message received from daemon: Capabilities oct. 17 11:41:05 grat-os7 sddm-greeter[1801]: Message received from daemon: HostName The errors concerning qwindow or layoutbox are also present when it work's with weston one more time it was just for fun best regards Dania Le mar.

[e-users] enlightenment compositor with SDDM

2022-10-11 Thread daniel antoine
Hi I am using SDDM as session manager and I have tested SDDM on Wayland by configuring the /usr/lib/sddm/sddm.conf/default.conf file. [General] # Which display server should be used. # Valid values are: x11, x11-user, wayland. DisplayServer=wayland I used weston as compositor following the Compo

Re: [e-users] SDDM Enlightenment/wayland doesn't worked after "e wl - force gl for wl mode now due to kernel breaks" commit

2022-09-10 Thread daniel antoine
t; commit > Message-ID : > > Date & Time: Sat, 10 Sep 2022 14:42:55 +0200 > > [DA] == daniel antoine has written: > > DA> Hi > > DA> I have installed the commit "e wl - force gl for wl mode now due to > DA> kernel breaks" and when I select

[e-users] SDDM Enlightenment/wayland doesn't worked after "e wl - force gl for wl mode now due to kernel breaks" commit

2022-09-10 Thread daniel antoine
Hi I have installed the commit "e wl - force gl for wl mode now due to kernel breaks" and when I select on SDDM the Enlightenment/wayland session and validate the user/password , it return the SDDM screen for login again, Enlightenment_start is not taken in count. If I disable sddm and launch the

[e-users] Unable to load image "ic/person-bust-060.png"

2022-09-09 Thread daniel antoine
Hi I tried to compile Efl with the last commit but it fails with [2138/3147] Generating data/elementary/themes/edje_cc_default.edc with a custom command FAILED: data/elementary/themes/default.edj /usr/bin/env EFL_RUN_IN_TREE=1 /tmp/work/src/build/src/bin/edje/edje_cc -beta -fastdecomp -deps data/

[e-users] git clone error

2022-07-28 Thread daniel antoine
Hi I try to compile enlightenment and i get an error after the git clone command , may be it is on my side I just wanted to know. + prepare + git clone https://git.enlightenment.org/enlightenment/enlightenment enlightenment-0.25.3 Cloning into 'enlightenment-0.25.3'... error: 8192 bytes of body a

Re: [e-users] Guru error after mesa version upgrade

2022-04-17 Thread daniel antoine
Hi I forget to say that my graphic cards is a Intel HD 3000 (SNB GT2) a Intel 2nd Generation core family processor may be it is unsupported with recent versions of mesa Le dim. 17 avr. 2022 à 13:34, daniel antoine a écrit : > > Hi > > My version of mesa was 21.3.0 and when I tried t

[e-users] Guru error after mesa version upgrade

2022-04-17 Thread daniel antoine
Hi My version of mesa was 21.3.0 and when I tried to upgrade to version 21.3.8 or 21.3.7, I had this problem. The first boot is good but on the second boot the desktop appears and finishes with the red and black screen of a guru error. After the boot always fails on guru error. There is no error i

[e-users] commit d24370afb672b82d899ab1ecae37f45ab21d3463 synaptics

2022-04-13 Thread daniel antoine
Hi I just want to know if this commit also works for the driver libinput. I use libinput and xorg-xf86-input-libinput. Best regards Dania ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lis

[e-users] cut and paste in terminology

2022-04-03 Thread daniel antoine
Hi I have upgraded in a Virtual machine efl, enlightenment and terminology to the last commit by cloning each git and I am facing a problem with the cut and paste in terminology. if i select an item to copy and do a right click on the item a little window opens with "copy" and "open like an URL". W

[e-users] No touch-pad right click under Wayland

2022-02-21 Thread daniel antoine
Hi I succeeded to work on Wayland by compiling Enlightenment with xwayland as dependency. Applications like Chromium, Libreoffice, Virt-manager, Xarchiver, Discord work now without crashing. But I run into a problem with libinput, there is no config file under Wayland. Libinput configuration depen

Re: [e-users] econnman

2022-02-08 Thread daniel antoine
Thanks! Le mar. 1 févr. 2022 à 00:43, Carsten Haitzler a écrit : > > On Mon, 31 Jan 2022 20:33:02 +0100 daniel antoine said: > > > Hi Gentlemen > > > > I have seen in the enlightenment.git that econnman is declared not working > > with python3. I use a linux

[e-users] connman issues with enlightenment since last update to version 1.41.1

2022-02-08 Thread daniel antoine
Hi This problem is not related to enlightenment, I just want to know if somebody has got this issue. I used a systemd linux distribution with enlightenment and conman as communication manager. Since the last upgrade at 1.14.1 I have observed two things: First, the connman icons (wifi or ethernet

[e-users] econnman

2022-01-31 Thread daniel antoine
Hi Gentlemen I have seen in the enlightenment.git that econnman is declared not working with python3. I use a linux distribution with only python3 as python and econnman works very well . I send you the Pkgfile used to build it with python-efl Best regards Dania description="Enlightenment ConnMa