[e-users] [Announce] Enlightenment DR 0.17 Beta

2012-12-07 Thread Michael Blumenkrantz
After over a decade of development, E17 has finally reached beta status.
Big thanks to everyone who helped it to get this far.

Changelog:
* Translation updates
* Solaris build fixes
* Improved performance during secure deletion
* Various small memory leaks plugged
* Keyboard config now supports "evdev" as a model
* Pointer slide once again properly sets focus
* Various config dialogs once again resizable
* Icons no longer disappear after dragging them into external applications
* Navigate menu slightly reorganized, now also navigates relative to
clicked icons
* Double clicking icons in filemanager with single click activation enabled
no longer performs two opens
* Shelf autohide now functions properly in multi-monitor environments
* Shelf autohide more accurate when moving mouse from shelf into external
application
* Resizing from bottom border now functional on applications which set
aspect ratio (mplayer)
* Pager no longer sometimes loses windows with default theme
* Pager once again works as a desktop gadget with default theme
* Tiling module improvements when using Show Desktop action
* Xmodmap/Xresources/Xdefaults now loaded on restarts
* Fullscreening a maximized window no longer causes window's previous
geometry to be lost
* Mixer much more reliable when using pulseaudio
* Various fds will no longer be passed to child processes
* Quickaccess module no longer crashes on windows which have no ICCCM
name/class set
* Quickaccess module now functions correctly with windows which do not
accept focus
* Illume no longer breaks executable tracking
* Wizard no longer hangs on first-run if efreet is not detected
* Systray icons now scale with shelf size
* [THEME] Illume
* [THEME] Temperature gadget text now readable

E17 BETA - 80465
http://download.enlightenment.org/releases/enlightenment-0.17.0-beta.tar.gz
http://download.enlightenment.org/releases/enlightenment-0.17.0-beta.tar.bz2
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Error on e17 beta

2012-12-07 Thread Michael Gehl
Hi All, I built the new e17 beta, started X, and got first the enlightenment 
language selection screen and then the profile select screen. I chose mobile, 
hit next and got:

Enlightenment Error
This is very bad. Enlightenment SIGABRT'd.
...

Same thing happens with the standard profile.

I attached gdb to the process, but as the E code had not been compiled with 
debugging on, no real information.

any ideas before I rebuild the whole thing with debugging?

Thanks for the help - 

Mike
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Error on e17 beta

2012-12-07 Thread Stefano
Dunno... so far, no problems here with e17 beta.

Best,

-- 
Stefano

Fortune of the day: "That secret you've been guarding, isn't."

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Input issues.

2012-12-07 Thread Matthew Kolar
Hello everyone,

I'm having input issues on my comp.  When I left-click my mouse I 
sometimes get a double-click or a right-click event instead of the 
proper left-click event.  On Efm this can be frustrating, since clicking 
on files can spontaneously cause the file name change dialogue instead, 
instead of selecting the file I am clicking on. I have been having this 
issue since the alpha started.

My setup:

Intel i7 x86_64
Slackware 13.3 for x86_64 (with some version 14 upgrades) w/ Alien's 
multilib libraries.
EFL 1.7.2
E17 Alpha8

Brokenshakles

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E17 build 79204 on OSX

2012-12-07 Thread Shakir Abdul-Ahad
Still hoping to get some help on this.  I've dowloaded the latest source 
from SVN, but now the EFL won't compile.  I get errors related to 
Ecore_Cocoa.  Any ideas or suggestions?

Thanks.
On 12/6/12 6:53 PM, Cedric BAIL wrote:
> Hello,
>
> On Fri, Dec 7, 2012 at 10:39 AM, Shakir Abdul-Ahad
>  wrote:
>> I'm trying to get E17 to build on SnowLeopard, following the
>> instructions at http://trac.enlightenment.org/e/wiki/MACOSX When
>> compiling trunk/e I get:
>>
>>
>>CC enlightenment_start-e_start_main.o
>> e_start_main.c: In function 'main':
>> e_start_main.c:397: error: 'PTRACE_TRACEME' undeclared (first use in
>> this function)
>> e_start_main.c:397: error: (Each undeclared identifier is reported only once
>> e_start_main.c:397: error: for each function it appears in.)
>> e_start_main.c:397: warning: passing argument 4 of 'ptrace' makes
>> integer from pointer without a cast
>> e_start_main.c:409: error: 'PTRACE_ATTACH' undeclared (first use in this
>> function)
>> e_start_main.c:409: warning: passing argument 4 of 'ptrace' makes
>> integer from pointer without a cast
>> e_start_main.c:414: error: 'PTRACE_CONT' undeclared (first use in this
>> function)
>> e_start_main.c:414: warning: passing argument 4 of 'ptrace' makes
>> integer from pointer without a cast
>> e_start_main.c:430: error: 'PTRACE_GETSIGINFO' undeclared (first use in
>> this function)
>> e_start_main.c:430: warning: passing argument 4 of 'ptrace' makes
>> integer from pointer without a cast
>> e_start_main.c:446: error: 'PTRACE_DETACH' undeclared (first use in this
>> function)
> There was only one left over that is now fixed in svn head all the
> other where already fixed.
>
>> I know this was mentioned back in November, but was this ever fixed?
>> I've run e17 on OSX Lion, so I know it works.  Can you please provide me
>> with either a patch for e_start_main.c or recommend a build that will
>> run on SnowLeopard?
> Reading the Wiki, I am wondering why we have this in it :
> svn co http://svn.enlightenment.org/svn/e -r 79204
>
> We are currently at svn r80400 or something. r79204 is an almost one
> month old commit. I think you really want to remove that comment, but
> I don't know much about Mac OS X, maybe something was borken later and
> we weren't told (bad). So if someone could explain this line, it would
> be nice. If nobody does, I will remove that from the wiki before the
> end of the weekend.
> --
> Cedric BAIL
>
> --
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Input issues.

2012-12-07 Thread Jérôme Pinot
On 12/07/12 22:56, Matthew Kolar wrote:
> Hello everyone,
> 
> I'm having input issues on my comp.  When I left-click my mouse I 
> sometimes get a double-click or a right-click event instead of the 
> proper left-click event.  On Efm this can be frustrating, since clicking 
> on files can spontaneously cause the file name change dialogue instead, 
> instead of selecting the file I am clicking on. I have been having this 
> issue since the alpha started.
> 
> My setup:
> 
> Intel i7 x86_64
> Slackware 13.3 for x86_64 (with some version 14 upgrades) w/ Alien's 
> multilib libraries.
> EFL 1.7.2
> E17 Alpha8
> 
> Brokenshakles

I don't see any problem here, with a Slackware64 14.0 and the last
packages of SlackE17 (e17 alpha8 and EFL 1.7.2).

There are a lot of things that can lead to problem in your setup aside
any bug in e17.

First, you're mixing packages from Slackware 13.37 with some from 14.0.
Why not just upgrade all your system? Slackware 13.37 was released in
april 2011, that's quite old if you like to try bleeding-edge code.

You installed multilibs libraries. This usually makes some compilation
fail and it's not really supported by Slackware. Did you compile e17
yourself?

So, how did you install e17?

In all case, you should start on a clean Slackware install.

For SlackE17, quoting the website:

"Requirements

You need an official Linux Slackware 14.0 for i486 or x86_64 (for the
last release). If you did install intrusive third party softwares and
run into problems, do not complain. It was made for vanilla Slackware.
On the other hand, you'd better to apply the security patch of the
Slackware stable branch before installing SlackE17."


-- 
Jérôme Pinot
http://slacke17.sourceforge.net/
http://ngc891.blogdns.net/
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Error on e17 beta

2012-12-07 Thread Michael Gehl
...probing further into the e17-beta build, I found this in the make install 
log for enlightenment:

make[2]: Entering directory 
`/home/root/tmp/enlightenment-0.17.0-beta/data/themes'
/usr/local/bin/edje_cc  -id ../../data/themes/img -fd ../../data/themes/fnt 
-DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3 -DSLOW_PC=4 -DMEDIUM_PC=5 
-DFAST_PC=6 -DE17_PROFILE=SLOW_PC \
../../data/themes/default.edc \
../../data/themes/default.edj
make[3]: Entering directory 
`/home/root/tmp/enlightenment-0.17.0-beta/data/themes'
make[3]: Nothing to be done for `install-exec-am'.
/usr/local/bin/edje_cc  -id ../../data/themes/img -fd ../../data/themes/fnt 
-DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3 -DSLOW_PC=4 -DMEDIUM_PC=5 
-DFAST_PC=6 -DE17_PROFILE=SLOW_PC \
../../data/themes/default.edc \
../../data/themes/default.edj
test -z "/usr/local/share/enlightenment/data/themes" || /bin/mkdir -p 
"/usr/local/share/enlightenment/data/themes"
 /usr/bin/install -c -m 644 ./default.edj 
'/usr/local/share/enlightenment/data/themes'
/usr/bin/install: cannot stat `./default.edj': No such file or directory
make[3]: *** [install-filesDATA] Error 1

Looks like the 

/usr/local/bin/edje_cc  -id ../../data/themes/img -fd ../../data/themes/fnt 
-DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3 -DSLOW_PC=4 -DMEDIUM_PC=5 
-DFAST_PC=6 -DE17_PROFILE=SLOW_PC ../../data/themes/default.edc 
../../data/themes/default.edj 

command is failing to produce a .edj file. 

There is indeed no default.edj; Ideas?

Thanks, 

Mike
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E17 build 79204 on OSX

2012-12-07 Thread Cedric BAIL
On Sat, Dec 8, 2012 at 2:37 PM, Shakir Abdul-Ahad
 wrote:
> Still hoping to get some help on this.  I've dowloaded the latest source
> from SVN, but now the EFL won't compile.  I get errors related to
> Ecore_Cocoa.  Any ideas or suggestions?

I guess Gustavo turned it on by default. I don't know how to turn it
off, but it should be off by default as long as nobody take care of
the Cocoa support.
--
Cedric BAIL

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users