[e-users] High CPU use

2015-01-26 Thread Quelrond
Hello, Finally, E19 was ported to FreeBSD, so I am on E19.2 on FreeBSD 10.1 (PCBSD flavour). There are some minor problems, the most important is very high CPU use. I am on DELL Latitude laptop with NVIDIA video card (driver version 340), optimus is disabled. Compositing is using OpenGL. The e

Re: [e-users] make uninstall

2015-01-26 Thread Christopher Barry
On Mon, 26 Jan 2015 09:24:27 +0100 Pierre Couderc pie...@couderc.eu wrote: Thank you, John, Massimo, Dustin. I did not know make uninstall. snip... One thing to note about uninstall in a makefile, is that it's typically designed to uninstall the same version it's also installing. Thus if file

Re: [e-users] make uninstall

2015-01-26 Thread Martinx - ジェームズ
If a source code can be compiled and installed with simple ./configure ; make ; make install', then, to build a Debian package for it, it is just a matter of 5 minutes, or less, if you have a template ready to go.;-) On 26 January 2015 at 17:44, John Holland jholl...@vin-dit.org wrote: If

Re: [e-users] make uninstall

2015-01-26 Thread Martinx - ジェームズ
Cool! Take a look at the following Debian package I created for Rage: https://launchpad.net/~martinx/+archive/ubuntu/enlightenment/+files/rage_0.1.0-0utopic0.debian.tar.gz It is one of the simplest package I created so far (in fact, I copied it from other guy as an example and I modified it)...

Re: [e-users] make uninstall

2015-01-26 Thread David Seikel
Some of us when compiling from source will install it into something like /opt/efl so uninstalling it all becomes as simple as - sudo rm -fr /opt/efl Though typically I'll move that to /opt/efl_SAVED when compiling a new version, in case something goes terribly wrong. -- A big old stinking

Re: [e-users] make uninstall

2015-01-26 Thread Martinx - ジェームズ
On 26 January 2015 at 23:34, David Seikel onef...@gmail.com wrote: Some of us when compiling from source will install it into something like /opt/efl so uninstalling it all becomes as simple as - sudo rm -fr /opt/efl Though typically I'll move that to /opt/efl_SAVED when compiling a new

[e-users] make uninstall

2015-01-26 Thread Pierre Couderc
Thank you, John, Massimo, Dustin. I did not know make uninstall. On 01/25/2015 01:15 AM, Dustin Jenkins wrote: Or if you built from source, running 'make uninstall' in each library/application does the proper removal of items. Dustin Sent with AquaMail for Android

Re: [e-users] High CPU use

2015-01-26 Thread Cedric BAIL
Le 26 janv. 2015 21:10, Quelrond quelr...@gmail.com a écrit : Hello, Finally, E19 was ported to FreeBSD, so I am on E19.2 on FreeBSD 10.1 (PCBSD flavour). There are some minor problems, the most important is very high CPU use. I am on DELL Latitude laptop with NVIDIA video card (driver

Re: [e-users] make uninstall

2015-01-26 Thread John Holland
I have posted my debian packages for enlightenment on this server. I found it challenging to create them. Getting dependencies straight was the hardest part. In the past I created some rpms and I found that easier. I prefer to use debian though. On January 26, 2015 5:00:43 PM EST, Martinx -