William L Thomson Jr

Results 65 comments of William L Thomson Jr

Various DM env vars Entrance ``` XDG_MENU_PREFIX=e- XDG_VTNR=vt7 XDG_DATA_DIRS=/usr/share/enlightenment:/usr/local/share:/usr/share XDG_SESSION_CLASS=greeter XDG_SEAT=seat0 XDG_RUNTIME_DIR=/var/run/user/10001 XDG_CONFIG_DIRS=/usr/etc/xdg:/etc/xdg XDG_SESSION_COOKIE=wlt-1507645918.536214-1107418720 ``` Lightdm ``` XDG_MENU_PREFIX=e- XDG_VTNR=7 XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/wlt XDG_SESSION_TYPE=x11 XDG_DATA_DIRS=/usr/share/enlightenment:/usr/local/share:/usr/share XDG_SESSION_DESKTOP=enlightenment XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SEAT=seat0 XDG_RUNTIME_DIR=/var/run/user/10001 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_CONFIG_DIRS=/usr/etc/xdg:/etc/xdg XDG_SESSION_COOKIE=ws-1506885488.515337-222952706 ```...

Hi, no it is not related. These are variables I know are not being set within Entrance code. Mostly the seat variables, as that comes from systemd's logind or the...

I played with the virtual keyboard in E a few times, but it seemed to be more annoying than anything else. It stayed on the screen, I cannot recall if...

Well for some things it makes sense, as things would have to either be re-coded, duplicating code, and/or pushed into EFL that may further bloat it. I have discussed it,...

Hi, thanks for the report. There are two ways to specify the path via configure options. The first is using the ```--prefix /path``` configure option. The second way, is specific...

That is exactly the purpose of ```-Dedje-cc=/path/to/edje_cc``` configure option. If that is not set, it will fall back to pkg-config from system. Although, I would think there to be some...

It would if the pkg-config returned a path within the cross compile env. Have you looked into that? Is that something off with Buildroot or meson? It seems like, Meson...

Yes, I could be reading this [commit](https://git.busybox.net/buildroot/commit/?h=51173980cdbc89832db17765209e0ccef5be5cf8) wrong, but it seems to imply that it prefers system over alternatives for some reason. This [commit](https://git.buildroot.org/buildroot/commit/?id=b6ae70eba239054052da977920462f8bb40f3965) might have something you can use...

Sweet, hopefully, that will resolve any issues. Its interesting how they invert names. From VMs the host is usually the system VMs are running on. For Buildroot, host is the...

Is there another pkg-config in ```/tmp/tmp.ytyJNxJ834/buildroot-output/``` somewhere? I think that option for buildroot only works when another pkg-config is present in the host cross compile env. I guess adding that...