Re: [e-users] compositor warning with nvidia

2014-11-13 Thread Wido
Wow, I actually helped somobyd with a previous thread! :D Just be aware, aftear installing the libgl-mesa libs and all those libs, reinstall the binary NV drivers and make sure it install the gl libs. If you don't do that, E will run with GL but will be slower and probably have some issues. The

Re: [e-users] compositor warning with nvidia

2014-11-13 Thread mh
On 11/13/2014 08:36 AM, Wido wrote: Wow, I actually helped somobyd with a previous thread! :D Just be aware, aftear installing the libgl-mesa libs and all those libs, reinstall the binary NV drivers and make sure it install the gl libs. If you don't do that, E will run with GL but will be

[e-users] [ANN] Ubuntu 14.10 PPA for EFL + E

2014-11-13 Thread Martinx - ジェームズ
Hey guys! I'm maintaining my own Ubuntu 14.10 PPA for EFL + E, check it out! https://launchpad.net/~martinx/+archive/ubuntu/enlightenment sudo add-apt-repository ppa:martinx/enlightenment sudo apt-get update sudo apt-get install enlightenment Done! I'll try to upload more packages, like

[e-users] Problem compiling `python-efl` on `Ubuntu PPA`.

2014-11-13 Thread Martinx - ジェームズ
Guys, I'm trying to compile my package of `python-elf` and, it builds okay on my machine but, at the Launchpad, it fails... Here is the log: https://launchpadlibrarian.net/190303590/buildlog_ubuntu-utopic-amd64.python-efl_1.11.0-0utopic1_FAILEDTOBUILD.txt.gz Log: --- pyversions: missing

Re: [e-users] Problem compiling `python-efl` on `Ubuntu PPA`.

2014-11-13 Thread Martinx - ジェームズ
Just fro the record, here is `python-efl` package compiling (snipped) on my machine: --- user@ubunut-desk-1:~/e19/python-efl/python-efl-1.11.0$ make -f debian/rules build dh build --with python2 --buildsystem=python_distutils dh_testdir -O--buildsystem=python_distutils dh_auto_configure

Re: [e-users] Problem compiling `python-efl` on `Ubuntu PPA`.

2014-11-13 Thread Christopher Barry
On Thu, 13 Nov 2014 18:14:13 -0200 Martinx - ジェームズ thiagocmarti...@gmail.com wrote: Just fro the record, here is `python-efl` package compiling (snipped) on my machine: --- user@ubunut-desk-1:~/e19/python-efl/python-efl-1.11.0$ make -f debian/rules build dh build --with python2

Re: [e-users] Problem compiling `python-efl` on `Ubuntu PPA`.

2014-11-13 Thread Martinx - ジェームズ
Cool! That first error disappeared after adding: -- * Adding X-Python-Version to debian/control -- But, the `python-efl` problem is still there... Look: https://launchpadlibrarian.net/190315665/buildlog_ubuntu-utopic-amd64.python-efl_1.11.0-0utopic2_FAILEDTOBUILD.txt.gz Apparently, something

Re: [e-users] Problem compiling `python-efl` on `Ubuntu PPA`.

2014-11-13 Thread Martinx - ジェームズ
Guys! I'm seeing that this isn't a problem of `python-efl` itself but, I appreciate any help to fix this! :-P Python-efl is failing to build on a clean `utopic` `pbuilder` environment (plus this PPA `ppa:martinx/enlightenment`), while `libef`, `elementary` and `enlightenment`, evas, emotion,

Re: [e-users] [ANN] Ubuntu 14.10 PPA for EFL + E

2014-11-13 Thread Philippe Jean Guillaumie
On 13/11/2014 20:45, Martinx - ジェームズ wrote: Hey guys! I'm maintaining my own Ubuntu 14.10 PPA for EFL + E, check it out! What about pdf (poppler) support in evas_generic_loaders? Is it enabled? -- Comprehensive

Re: [e-users] [ANN] Ubuntu 14.10 PPA for EFL + E

2014-11-13 Thread Martinx - ジェームズ
On 14 November 2014 03:06, Philippe Jean Guillaumie bat...@sfr.fr wrote: What about pdf (poppler) support in evas_generic_loaders? Is it enabled? Yes, it is enabled. It depends on: `libpoppler46` ;-) --