Re: [E-devel] compilation fail without png support

2013-05-30 Thread Jérémy Zurcher
On Thursday 30 May 2013  11:43, Carsten Haitzler wrote :
 On Wed, 29 May 2013 19:07:33 -0500 Doug Newgard scimmi...@outlook.com said:
 
  I  helped figure out what was going on when the bug reporter came on IRC
  trying to figure out why his build failed. There was no pkgconfig file on 
  his
  system, as you can see by his configure log: checking whether PNG image
  loader will be built... no.  That's why the question is being asked here,
  should the configure script fail without libpng or should it disable certain
  things that depend on libpng?
 
 as per my reply - it should, unless explicitly --disabled. same for jpeg, gif
 and tiff.

just to be sure
both options should be implemented ?
 - want_evas_image_loader_png=yes|static = crashes if not found
   (now all loaders crashes only if yes and not found)
 - want_evas_image_loader_png=no = build anyway
   thus add if HAVE_LOADER_PNG … endif in emotion_test, ethumb emotion
   module and edje examples
same for jpeg, gif, and tiff
 
  
  
   Date: Thu, 30 May 2013 08:55:33 +0900
   From: ras...@rasterman.com
   To: enlightenment-devel@lists.sourceforge.net
   CC: scimmi...@outlook.com
   Subject: Re: [E-devel] compilation fail without png support
  
   On Wed, 29 May 2013 18:37:06 -0500 Doug Newgard scimmi...@outlook.com
   said:
  
   I think you missed the point, raster. The problem is that the configure
   script doesn't find the libpng .pc file, but continues to try to build
   anyway, resulting in a build failure.
  
   i thought it did but the header was missing? i thought we made png, jpeg,
   tiff, gif mandatory (unless --disabled)?
  
   
   Date: Thu, 30 May 2013 08:20:57 +0900
   From: ras...@rasterman.com
   To: enlightenment-devel@lists.sourceforge.net
   Subject: Re: [E-devel] compilation fail without png support
  
   On Wed, 29 May 2013 23:35:54 +0200 Jérémy Zurcher jer...@asynk.ch 
   said:
  
   i havent checked yet - seen the ticket though. as such if you have the 
   pc
   file (pkg-config) but dont have the .h... your system is broken
   regardless. we will fail compiling in a gazillion ways if deps behave
   this way. we can't be expected to test every possible broken system 
   setup
   (have pc file
   - missing 1, 2, 3 or 4 headers? which permutation of headers is missing?
   are we missing shared libs - should we test linking? what if the version
   the pc advertises is not the version of the lib installed? shall we test
   for every function symbol?). thus this is a low priority thing imho due 
   to
   it seemingly just being a broken build system, but if there are any 
   sanity
   checks they go in configure and we abort configure. the problem here is
   that our configure just gets bigger and messier the more of these we
   add. :(
  
   Hi,
   as reported in https://phab.enlightenment.org/T64,
   without proper png support compilation crashes because of:
   - emotion_test
   - edje examples
   - ethumb emotion module
  
   what is the right way to handle this ?
   - crash configure
   - disable compilation of faulty bits
  
   I have patches ready for both of these options in
   https://phab.enlightenment.org/D133
  
   Jérémy
  
   --
   Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
   Get 100% visibility into your production application - at no cost.
   Code-level diagnostics for performance bottlenecks with 2% overhead
   Download for free and get started troubleshooting in minutes.
   http://p.sf.net/sfu/appdyn_d2d_ap1
   ___
   enlightenment-devel mailing list
   enlightenment-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
  
   --
   - Codito, ergo sum - I code, therefore I am --
   The Rasterman (Carsten Haitzler) ras...@rasterman.com
  
  
   --
   Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
   Get 100% visibility into your production application - at no cost.
   Code-level diagnostics for performance bottlenecks with 2% overhead
   Download for free and get started troubleshooting in minutes.
   http://p.sf.net/sfu/appdyn_d2d_ap1
   ___
   enlightenment-devel mailing list
   enlightenment-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
   --
   Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
   Get 100% visibility into your production application - at no cost.
   Code-level diagnostics for performance bottlenecks with 2% overhead
   Download for free and get started troubleshooting in minutes.
   

[E-devel] eve and webkit-efl

2013-05-30 Thread Vasiliy Tolstov
I want to create packages for all e stuff to bring for ubuntu complete
enlightenment DE.
Now i want to create packages for webkit-efl and eve. Where i can
start? Where i can find officially released sources?

If i need clone from git - what repo i need and what revision ? As i
see packages.profusion.mobi have sources for webkit-efl but it have
2012 year...

P.S. Now i'm only try to create packages for stable 17 release.

--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [EGIT] [core/efl] master 01/01: evas/render - this is insane to me since nowhere it release the render_pre_done FALSE pairly.

2013-05-30 Thread ChunEon Park

If someone has any idea of this commit, please ping me.

Thanks. 
 

-Regards, Hermet- 

-Original Message-
From: ChunEon Park - Enlightenment Gitno-re...@enlightenment.org 
To: enlightenment-...@lists.sourceforge.net; 
Cc: 
Sent: 2013-05-30 (목) 15:03:40
Subject: [EGIT] [core/efl] master 01/01: evas/render - this is insane to me 
since nowhere it release the render_pre_done FALSE pairly.

hermet pushed a commit to branch master.

commit fd7d1f9f98fae4700d8196c3a3f4a9f9f8264d66
Author: ChunEon Park hermet@hermet.pe.kr
Date:   Thu May 30 14:50:47 2013 +0900

evas/render - this is insane to me since nowhere it release the 
render_pre_done FALSE pairly.

This causes the textblock layouting problem.

It should be checked when does it really render_pre() called.

If someone knows the reason of this, please ping me.
---
 src/lib/evas/canvas/evas_render.c  3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/lib/evas/canvas/evas_render.c 
b/src/lib/evas/canvas/evas_render.c
index d4a5629..74506ea 100644
--- a/src/lib/evas/canvas/evas_render.c
+++ b/src/lib/evas/canvas/evas_render.c
@@ -1057,7 +1057,8 @@ evas_render_mapped(Evas_Public_Data *e, Evas_Object 
*eo_obj,
  }
 
// set render_pre - for child objs that may not have gotten it.
-   obj-pre_render_done = EINA_TRUE;
+   //obj-pre_render_done = EINA_TRUE;
+
RD(  Hasmap: %p (%d) %p %d - %d\n,obj-func-can_map,
   obj-func-can_map ? obj-func-can_map(eo_obj): -1,
   obj-map-cur.map, obj-map-cur.usemap,

-- 

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] eve and webkit-efl

2013-05-30 Thread Doug Newgard
There are no releases of either one. ewebkit isn't doing releases and eve is 
still pre-release. Both will need to be checked out from SVN and built from 
there.

Eve won't work with just the stable EFL, it requires eldbus.


 From: v.tols...@selfip.ru
 Date: Thu, 30 May 2013 10:06:32 +0400
 To: enlightenment-devel@lists.sourceforge.net
 Subject: [E-devel] eve and webkit-efl

 I want to create packages for all e stuff to bring for ubuntu complete
 enlightenment DE.
 Now i want to create packages for webkit-efl and eve. Where i can
 start? Where i can find officially released sources?

 If i need clone from git - what repo i need and what revision ? As i
 see packages.profusion.mobi have sources for webkit-efl but it have
 2012 year...

 P.S. Now i'm only try to create packages for stable 17 release.

 --
 Vasiliy Tolstov,
 e-mail: v.tols...@selfip.ru
 jabber: v...@selfip.ru

 --
 Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
 Get 100% visibility into your production application - at no cost.
 Code-level diagnostics for performance bottlenecks with 2% overhead
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap1
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel  
   
--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] eve and webkit-efl

2013-05-30 Thread Vasiliy Tolstov
2013/5/30 Doug Newgard scimmi...@outlook.com:
 There are no releases of either one. ewebkit isn't doing releases and eve is 
 still pre-release. Both will need to be checked out from SVN and built from 
 there.

SVN or GIT

 Eve won't work with just the stable EFL, it requires eldbus.

=( very bad... Then e18 has been released?=)



--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] eve and webkit-efl

2013-05-30 Thread Vasiliy Tolstov
2013/5/30 Vasiliy Tolstov v.tols...@selfip.ru:
 Eve won't work with just the stable EFL, it requires eldbus.

 =( very bad... Then e18 has been released?=)


And is that possible to run chromium with Efl not with gtk?

--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [EGIT] [core/efl] master 01/01: evas/textblock - fix the textblock to render pre again if it needs to be relayouting

2013-05-30 Thread ChunEon Park
yo. 

this case.

textblock render_pre_done = TRUE -  textblock resized - textblock 
render_pre() (but it won't be recalcuated since already render_pre is done) - 
textblock render.

since smart members are pre_render_done TRUE without real render_pre() call. 
you can find it in evas_render.c :1060

Currently, I fixed it again instead of the textblock. you can find the commit 
message in efl git.

Thanks.
 

-Regards, Hermet- 
-Original Message-
From: Tom Hacohentom.haco...@samsung.com 
To: enlightenment-devel@lists.sourceforge.net; 
Cc: 
Sent: 2013-05-28 (화) 23:14:45
Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: evas/textblock - fix the 
textblock to render pre again if it needs to be relayouting

What was bug? How does your change actually fix it?

Don't be shy, provide some info.

--
Tom.

On 28/05/13 15:08, ChunEon Park - Enlightenment Git wrote:
 hermet pushed a commit to branch master.

 commit b7ff5a737f3861fa63fd496c455d3e49a8fe2788
 Author: ChunEon Park hermet@hermet.pe.kr
 Date:   Tue May 28 23:07:24 2013 +0900

  evas/textblock - fix the textblock to render pre again if it needs to be 
 relayouting
 ---
   ChangeLog4 
   NEWS 1 +
   src/lib/evas/canvas/evas_object_textblock.c  8 +---
   3 files changed, 10 insertions(+), 3 deletions(-)

 diff --git a/ChangeLog b/ChangeLog
 index 113c1b7..a0a261a 100644
 --- a/ChangeLog
 +++ b/ChangeLog
 @@ -1,3 +1,7 @@
 +2013-05-28  ChunEon Park (Hermet)
 +
 +* Fix textblock to render pre again if it needs to relayouting.
 +
   2013-05-27  Jihoon Kim (jihoon)

   * Add ECORE_IMF_INPUT_PANEL_LAYOUT_DATETIME layout
 diff --git a/NEWS b/NEWS
 index 29ba236..be60616 100644
 --- a/NEWS
 +++ b/NEWS
 @@ -283,3 +283,4 @@ Fixes:
 ecore_con_client_uptime_get() is working.
   * Fix srv-start_time (initialization missing). So now
 ecore_con_server_uptime_get() is working for plain TCP connections.
 +* Fix textblock to render pre again if it needs to relayouting.
 diff --git a/src/lib/evas/canvas/evas_object_textblock.c 
 b/src/lib/evas/canvas/evas_object_textblock.c
 index b6b0135..3e81d9e 100644
 --- a/src/lib/evas/canvas/evas_object_textblock.c
 +++ b/src/lib/evas/canvas/evas_object_textblock.c
 @@ -10805,9 +10805,6 @@ evas_object_textblock_render_pre(Evas_Object *eo_obj, 
 Evas_Object_Protected_Data
  Evas_Object_Textblock *o = eo_data_scope_get(eo_obj, MY_CLASS);
  int is_v, was_v;

 -   /* dont pre-render the obj twice! */
 -   if (obj-pre_render_done) return;
 -   obj-pre_render_done = EINA_TRUE;
  /* pre-render phase. this does anything an object needs to do just 
 before */
  /* rendering. this could mean loading the image data, retrieving it from 
 */
  /* elsewhere, decoding video etc. */
 @@ -10826,6 +10823,11 @@ evas_object_textblock_render_pre(Evas_Object 
 *eo_obj, Evas_Object_Protected_Data
   was_v = evas_object_was_visible(eo_obj, obj);
   goto done;
}
 +
 +   /* dont pre-render the obj twice! */
 +   if (obj-pre_render_done) return;
 +   obj-pre_render_done = EINA_TRUE;
 +
  if (o-redraw)
{
   o-redraw = 0;



--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Jenkins: 2 months later

2013-05-30 Thread Daniel Willmann
Hi,

On 29/05/13 23:30, Davide Andreoli wrote:
 2013/5/29 Stefan Schmidt ste...@datenfreihafen.org

 Now I'm officially asking if someone that manage jenkins would like to
 include python-efl... or give me instructions on how to do it myself... or
 just say: no we will not include it, so that I can move in other
 directions.

We can include it, that's no problem. The first step would be for you to
look around on Jenkins and take a look at the existing config files.
(You have access now to read/change jobs) We're using a plugin where we
can use job fragments to define common behaviour for a class of jobs and
then use job inheritance to tie the different jobs together. For example:

base_efl_build_gcc defines the steps involved in building a project with
gcc. base_nightly defines additional things to be built (documentation,
coverage information, ...) than base_changely.

So what you would probably need to do is write a base_efl_build_python
that takes care of all the steps involved to configure, (compile) and
test your project. You should probably make the actual python binary
configurable (though parameters). That way the final job can just be
copied with the interpreter set to python2.7, 3.2 and cython and
everything should work.

 So far nobody stepped up to help with jenkins. That means its mostly
 Daniels show with some help from my side from time to time. We are not
 going to work on everything people ask us about. Thats just not
 possible. If you want to get the python-efl bindings building with
 jenkins the best way would be to step up and get involved with running
 jenins and setup the jobs.
 
 you mean I need to install a local jenkins ? I would like to avoid that
 work
 as it will take ages before I learn it. As we have a running instance I
 thought
 that was super-easy to add a new packages to the build...if this is not
 the
 case,
 if the inclusion will take more than.. dunno... 3 hours of work, just tell
 me
 and I will find another way.

No, build.enlightenment.org is the right place for that. We're just
trying to make sure that that these jobs will be maintained in the future.


Regards,
Daniel

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] eve and webkit-efl

2013-05-30 Thread The Rasterman
On Thu, 30 May 2013 10:22:14 +0400 Vasiliy Tolstov v.tols...@selfip.ru said:

 2013/5/30 Doug Newgard scimmi...@outlook.com:
  There are no releases of either one. ewebkit isn't doing releases and eve
  is still pre-release. Both will need to be checked out from SVN and built
  from there.
 
 SVN or GIT
 
  Eve won't work with just the stable EFL, it requires eldbus.
 
 =( very bad... Then e18 has been released?=)

no. but its brewing in git.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs

2013-05-30 Thread The Rasterman
On Thu, 30 May 2013 05:59:18 +0100 Michael Blumenkrantz
michael.blumenkra...@gmail.com said:

 On Thu, 30 May 2013 12:02:06 +0900
 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote:
 
  On Tue, 21 May 2013 08:21:02 +0100 Michael Blumenkrantz
  michael.blumenkra...@gmail.com said:
  
  a new one i spotted. shaded qemu windows have trouble with event regions
  when desktop switching:
  
  1. shade a window.
  2. switch to another desktop
  3. switch back to desktop with shaded window
  4. notice the area the window would occupy when unshaded has the cursor go
  blank and not work. i suspect this is because quemu is using its known
  root-relative geometry to try mess with mouse grabs. i think the solution
  might be to set the window state to iconic (the wm_state icccm property)
  while shaded.
 
 you mean just for the qemu window or when shading all windows? can you post
 the qemu window's netwm+icccm name/class/role/title so it can be matched?

just qemu. it thinks its still there and visible thus stealing the mouse if it
enters that area (probably polling the mouse).

  
   Not to be confused with last year's Call For Beards, this is an open call
   for people to submit any outstanding bug reports for E18.
   
   Known issues:
   
   * Window shading doesn't shade
   * Keyboard movement of windows between desks/screens may be broken
   * Shaped windows
   
   
   Please note that any feature requests masquerading as bug reports will be
   completely ignored.
 
 --
 Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
 Get 100% visibility into your production application - at no cost.
 Code-level diagnostics for performance bottlenecks with 2% overhead
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap1
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] compilation fail without png support

2013-05-30 Thread The Rasterman
On Thu, 30 May 2013 08:14:10 +0200 Jérémy Zurcher jer...@asynk.ch said:

 On Thursday 30 May 2013  11:43, Carsten Haitzler wrote :
  On Wed, 29 May 2013 19:07:33 -0500 Doug Newgard scimmi...@outlook.com
  said:
  
   I  helped figure out what was going on when the bug reporter came on IRC
   trying to figure out why his build failed. There was no pkgconfig file on
   his system, as you can see by his configure log: checking whether PNG
   image loader will be built... no.  That's why the question is being
   asked here, should the configure script fail without libpng or should it
   disable certain things that depend on libpng?
  
  as per my reply - it should, unless explicitly --disabled. same for jpeg,
  gif and tiff.
 
 just to be sure
 both options should be implemented ?
  - want_evas_image_loader_png=yes|static = crashes if not found
(now all loaders crashes only if yes and not found)
  - want_evas_image_loader_png=no = build anyway
thus add if HAVE_LOADER_PNG … endif in emotion_test, ethumb emotion
module and edje examples
 same for jpeg, gif, and tiff

yes - both. this allows for png to be disabled if explicitly asked to be
disabled, and efl to build, but by default efl fails at configure if png not
found.

  
   
   
Date: Thu, 30 May 2013 08:55:33 +0900
From: ras...@rasterman.com
To: enlightenment-devel@lists.sourceforge.net
CC: scimmi...@outlook.com
Subject: Re: [E-devel] compilation fail without png support
   
On Wed, 29 May 2013 18:37:06 -0500 Doug Newgard scimmi...@outlook.com
said:
   
I think you missed the point, raster. The problem is that the configure
script doesn't find the libpng .pc file, but continues to try to build
anyway, resulting in a build failure.
   
i thought it did but the header was missing? i thought we made png,
jpeg, tiff, gif mandatory (unless --disabled)?
   

Date: Thu, 30 May 2013 08:20:57 +0900
From: ras...@rasterman.com
To: enlightenment-devel@lists.sourceforge.net
Subject: Re: [E-devel] compilation fail without png support
   
On Wed, 29 May 2013 23:35:54 +0200 Jérémy Zurcher jer...@asynk.ch
said:
   
i havent checked yet - seen the ticket though. as such if you have
the pc file (pkg-config) but dont have the .h... your system is broken
regardless. we will fail compiling in a gazillion ways if deps behave
this way. we can't be expected to test every possible broken system
setup (have pc file
- missing 1, 2, 3 or 4 headers? which permutation of headers is
missing? are we missing shared libs - should we test linking? what if
the version the pc advertises is not the version of the lib
installed? shall we test for every function symbol?). thus this is a
low priority thing imho due to it seemingly just being a broken build
system, but if there are any sanity checks they go in configure and
we abort configure. the problem here is that our configure just gets
bigger and messier the more of these we add. :(
   
Hi,
as reported in https://phab.enlightenment.org/T64,
without proper png support compilation crashes because of:
- emotion_test
- edje examples
- ethumb emotion module
   
what is the right way to handle this ?
- crash configure
- disable compilation of faulty bits
   
I have patches ready for both of these options in
https://phab.enlightenment.org/D133
   
Jérémy
   
--
Introducing AppDynamics Lite, a free troubleshooting tool for
Java/.NET Get 100% visibility into your production application - at
no cost. Code-level diagnostics for performance bottlenecks with 2%
overhead Download for free and get started troubleshooting in
minutes. http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
   
   
--
- Codito, ergo sum - I code, therefore I am
-- The Rasterman (Carsten Haitzler) ras...@rasterman.com
   
   
--
Introducing AppDynamics Lite, a free troubleshooting tool for
Java/.NET Get 100% visibility into your production application - at
no cost. Code-level diagnostics for performance bottlenecks with 2%
overhead Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
   

Re: [E-devel] eve and webkit-efl

2013-05-30 Thread The Rasterman
On Thu, 30 May 2013 10:22:59 +0400 Vasiliy Tolstov v.tols...@selfip.ru said:

 2013/5/30 Vasiliy Tolstov v.tols...@selfip.ru:
  Eve won't work with just the stable EFL, it requires eldbus.
 
  =( very bad... Then e18 has been released?=)
 
 
 And is that possible to run chromium with Efl not with gtk?

umm dont *think* so.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] eve and webkit-efl

2013-05-30 Thread Vasiliy Tolstov
2013/5/30 Carsten Haitzler ras...@rasterman.com:
 SVN or GIT

  Eve won't work with just the stable EFL, it requires eldbus.

 =( very bad... Then e18 has been released?=)

 no. but its brewing in git.


Hmm. Is that possible to build eve with edbus (not eldbus)?

--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] English keyboard with dead keys

2013-05-30 Thread José Romildo Malaquias
On Mon, May 27, 2013 at 08:49:38AM +0900, Carsten Haitzler wrote:
 On Sun, 26 May 2013 09:51:05 -0300 José Romildo Malaquias 
 j.romi...@gmail.com
 said:
 
  On Sun, May 26, 2013 at 01:53:49PM +0800, P Purkayastha wrote:
   On 05/25/2013 10:31 AM, José Romildo Malaquias wrote:
Hello.
   
How can I set a notebook keyboard to US INTL (English with dead keys)
with enlightenment-0.17.3 (on ~amd64 gentoo)?
   
In the Keyboard Settings dialog I had a us (default, basic)
configuration with the Generic 105-key (intl) PC (pc105) model, but
dead keys are not working.
   
Any clues?
   
Romildo
   
   Is that a variant of the us (default)? In that case, this keyboard 
   setting has been broken for nearly a year. Variants don't work.
  
  Yes, it is a variant of the us (default) layout.
  
  For other desktop environments/window managers, I have the following in
  /etc/X11/xorg.conf.d/10-keyboard.conf:
  
  
Section InputClass
  MatchIsKeyboard on
  Identifier  system-setup-keyboard
  Option  XkbModel  pc105,abnt2,microsoftmult
  Option  XkbLayout us,br,br
  Option  XkbVariantintl,,
  Option  XkbOptionsgrp:shift_caps_toggle,grp_led:scroll
  #Option XkbOptionsterminate:ctrl_alt_bksp,
EndSection
  
  
  Is there an entry in the bug tracker for this bug?
  
  Is there any hope it is fixed soon?
 
 i have used this for years - under options (in the kbd settings) under 
 compose
 key position i selected caps lock (since i find caps utterly useless 
 99.%
 of the time and have better things for it to do).. so now i can use it as a
 dead key. the kbds i do have are us qwerty (thus re-use caps for this) or are
 jp or kr layouts, and with jp/kr choosing the right layout works fine (the
 input mode modifier keys produces the right keysym)... so as best i see - it's
 al there and works.

That is not exactly what I want.

I am looking for a way to get the same keyboard setup I have been using
for years independently of the window manager used: us intl. It is the
combination of pc105 model, us layout, and intl variant. I do not
want to use one compose key together with two more keys every time I
need an accented letter. With the us intl keyboard, the accents are dead
keys themselves. To get an á for instance, I just type ' followed by
a. The language I most use is Portuguese, which uses accented letters
a lot. Typing them with an individual compose key may be much less
productive than with the us intl configuration.

This us intl setup used to just work with enlightenment, but now it does
not work anymore. It would be nice if someone could take a look at it
and maybe fix it.

Romildo

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] eve and webkit-efl

2013-05-30 Thread Martin Jansa
On Thu, May 30, 2013 at 02:24:33PM +0400, Vasiliy Tolstov wrote:
 2013/5/30 Carsten Haitzler ras...@rasterman.com:
  SVN or GIT
 
   Eve won't work with just the stable EFL, it requires eldbus.
 
  =( very bad... Then e18 has been released?=)
 
  no. but its brewing in git.
 
 
 Hmm. Is that possible to build eve with edbus (not eldbus)?

yes, with older eve revision..
78126 and newer depends on edbus2

but good luck in finding compatible ewebkit revision
r105069 is compatible but doesn't build with gcc-4.8 and newer revisions
have different issues (I've tried +- 10 revisions and each one failed..)

Cheers,

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] eve and webkit-efl

2013-05-30 Thread ryuan Choi
FYI,

ewebkit is not available with EFL 1.8 now.
Attached (webkit) patch may be usefull if you want to build with e18.



2013/5/30 Vasiliy Tolstov v.tols...@selfip.ru

 2013/5/30 Carsten Haitzler ras...@rasterman.com:
  SVN or GIT
 
   Eve won't work with just the stable EFL, it requires eldbus.
 
  =( very bad... Then e18 has been released?=)
 
  no. but its brewing in git.


 Hmm. Is that possible to build eve with edbus (not eldbus)?

 --
 Vasiliy Tolstov,
 e-mail: v.tols...@selfip.ru
 jabber: v...@selfip.ru


 --
 Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
 Get 100% visibility into your production application - at no cost.
 Code-level diagnostics for performance bottlenecks with 2% overhead
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap1
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



1.8.patch
Description: Binary data
--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] English keyboard with dead keys

2013-05-30 Thread The Rasterman
On Thu, 30 May 2013 07:59:11 -0300 José Romildo Malaquias j.romi...@gmail.com
said:

 On Mon, May 27, 2013 at 08:49:38AM +0900, Carsten Haitzler wrote:
  On Sun, 26 May 2013 09:51:05 -0300 José Romildo Malaquias
  j.romi...@gmail.com said:
  
   On Sun, May 26, 2013 at 01:53:49PM +0800, P Purkayastha wrote:
On 05/25/2013 10:31 AM, José Romildo Malaquias wrote:
 Hello.

 How can I set a notebook keyboard to US INTL (English with dead keys)
 with enlightenment-0.17.3 (on ~amd64 gentoo)?

 In the Keyboard Settings dialog I had a us (default, basic)
 configuration with the Generic 105-key (intl) PC (pc105) model, but
 dead keys are not working.

 Any clues?

 Romildo

Is that a variant of the us (default)? In that case, this keyboard 
setting has been broken for nearly a year. Variants don't work.
   
   Yes, it is a variant of the us (default) layout.
   
   For other desktop environments/window managers, I have the following in
   /etc/X11/xorg.conf.d/10-keyboard.conf:
   
   
 Section InputClass
 MatchIsKeyboard on
 Identifier  system-setup-keyboard
 Option  XkbModel  pc105,abnt2,microsoftmult
 Option  XkbLayout us,br,br
 Option  XkbVariantintl,,
 Option  XkbOptions
   grp:shift_caps_toggle,grp_led:scroll
 #Option XkbOptionsterminate:ctrl_alt_bksp,
 EndSection
   
   
   Is there an entry in the bug tracker for this bug?
   
   Is there any hope it is fixed soon?
  
  i have used this for years - under options (in the kbd settings) under
  compose key position i selected caps lock (since i find caps utterly
  useless 99.% of the time and have better things for it to do).. so now
  i can use it as a dead key. the kbds i do have are us qwerty (thus re-use
  caps for this) or are jp or kr layouts, and with jp/kr choosing the right
  layout works fine (the input mode modifier keys produces the right
  keysym)... so as best i see - it's al there and works.
 
 That is not exactly what I want.
 
 I am looking for a way to get the same keyboard setup I have been using
 for years independently of the window manager used: us intl. It is the
 combination of pc105 model, us layout, and intl variant. I do not
 want to use one compose key together with two more keys every time I
 need an accented letter. With the us intl keyboard, the accents are dead
 keys themselves. To get an á for instance, I just type ' followed by
 a. The language I most use is Portuguese, which uses accented letters
 a lot. Typing them with an individual compose key may be much less
 productive than with the us intl configuration.
 
 This us intl setup used to just work with enlightenment, but now it does
 not work anymore. It would be nice if someone could take a look at it
 and maybe fix it.

i have no kbds with such dead keys... so i know i'm not able to test... i know
the variant/option is there (us intl)... and i am pretty sure it passes it of
to xkb's config tool... last i checked.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] How to set 3D position in EDC file

2013-05-30 Thread Pradeep Botu
I want to set my rect with 3D position.
I am unable to find a way to do this in edc file(unable to set Z position).

I tried with perspective point, but this will show both rect and
perspective point.
And I have to make point alpha 0 or its size with zero size.
Dont know whether this is proper approach or not.

I wonder whether setting 3D position can be done in EDC file or need to be
given using application code only

~Pradeep
--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] How to set 3D position in EDC file

2013-05-30 Thread The Rasterman
On Thu, 30 May 2013 20:09:01 +0530 Pradeep Botu pradeep.bot...@gmail.com said:

 I want to set my rect with 3D position.
 I am unable to find a way to do this in edc file(unable to set Z position).
 
 I tried with perspective point, but this will show both rect and
 perspective point.
 And I have to make point alpha 0 or its size with zero size.
 Dont know whether this is proper approach or not.

yeah - just make the perspective point invisible or even use a SPACER type that
is never visible by definition.

 I wonder whether setting 3D position can be done in EDC file or need to be
 given using application code only

it can't. the 3d map stuff in edje for parts is limited to perspective and
rotation around a given point (in 3 dimensions) with lighting and light point.
it's intended for 2.5d stuff where you really just want to flip/rotate
elements around that otherwise live in the same 2d plane.

 ~Pradeep
 --
 Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
 Get 100% visibility into your production application - at no cost.
 Code-level diagnostics for performance bottlenecks with 2% overhead
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap1
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] entrance developers

2013-05-30 Thread Vasiliy Tolstov
I'm install entrance on ubuntu 13.04 (create ubuntu package) and now
have some questions:

How can i change default Xorg cursor to e17 default?
How can i increase font size inside username and password input? In my
screen (11.6 notebook) it very small.


--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] entrance developers

2013-05-30 Thread Jeff Hoogland
Not related to your question - but do you have package source for a working
Debian package for entrance?


On Thu, May 30, 2013 at 4:12 PM, Vasiliy Tolstov v.tols...@selfip.ruwrote:

 I'm install entrance on ubuntu 13.04 (create ubuntu package) and now
 have some questions:

 How can i change default Xorg cursor to e17 default?
 How can i increase font size inside username and password input? In my
 screen (11.6 notebook) it very small.


 --
 Vasiliy Tolstov,
 e-mail: v.tols...@selfip.ru
 jabber: v...@selfip.ru


 --
 Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
 Get 100% visibility into your production application - at no cost.
 Code-level diagnostics for performance bottlenecks with 2% overhead
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap1
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
~Jeff Hoogland http://jeffhoogland.com/
Thoughts on Technology http://jeffhoogland.blogspot.com/, Tech Blog
Bodhi Linux http://bodhilinux.com/, Enlightenment for your Desktop
--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] entrance developers

2013-05-30 Thread Vasiliy Tolstov
2013/5/31 Jeff Hoogland jeffhoogl...@linux.com:
 Not related to your question - but do you have package source for a working
 Debian package for entrance?


=) I get it from git. It compiles fine with e17 stable. see
ppa:efl/trunk on launchpad.
Package have some bugs - for example i not add entrance init script to autorun..

--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] entrance developers

2013-05-30 Thread Jeff Hoogland
I'm aware of how to compile it from source code. I was asking for the
packaging specific scripts that allow it to auto configure/make itself the
primary display manager.


On Thu, May 30, 2013 at 4:34 PM, Vasiliy Tolstov v.tols...@selfip.ruwrote:

 2013/5/31 Jeff Hoogland jeffhoogl...@linux.com:
  Not related to your question - but do you have package source for a
 working
  Debian package for entrance?


 =) I get it from git. It compiles fine with e17 stable. see
 ppa:efl/trunk on launchpad.
 Package have some bugs - for example i not add entrance init script to
 autorun..

 --
 Vasiliy Tolstov,
 e-mail: v.tols...@selfip.ru
 jabber: v...@selfip.ru


 --
 Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
 Get 100% visibility into your production application - at no cost.
 Code-level diagnostics for performance bottlenecks with 2% overhead
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap1
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
~Jeff Hoogland http://jeffhoogland.com/
Thoughts on Technology http://jeffhoogland.blogspot.com/, Tech Blog
Bodhi Linux http://bodhilinux.com/, Enlightenment for your Desktop
--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] entrance developers

2013-05-30 Thread Vasiliy Tolstov
2013/5/31 Jeff Hoogland jeffhoogl...@linux.com:
 I'm aware of how to compile it from source code. I was asking for the
 packaging specific scripts that allow it to auto configure/make itself the
 primary display manager.


Ah.. See for example
https://launchpad.net/~efl/+archive/trunk/+files/entrance_0.0.4-1ppa9~raring.debian.tar.gz
Basically this scripts and deb stuff create from lightdm =)

--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] terminology

2013-05-30 Thread Vasiliy Tolstov
I'm very happy with terminology but it has some bugs:

1) I have installed rvm (ruby version manager) installer put to .bash_login
[[ -s $HOME/.rvm/scripts/rvm ]]  source $HOME/.rvm/scripts/rvm #
Load RVM into a shell session *as a function*
But as i see then terminology starts it only knows about .bashrc stuff.

2) When i works with mc inside screen that runs in terminology
sometimes mc dialogs not fully displayed

--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] terminology

2013-05-30 Thread The Rasterman
On Fri, 31 May 2013 07:58:10 +0400 Vasiliy Tolstov v.tols...@selfip.ru said:

 I'm very happy with terminology but it has some bugs:
 
 1) I have installed rvm (ruby version manager) installer put to .bash_login
 [[ -s $HOME/.rvm/scripts/rvm ]]  source $HOME/.rvm/scripts/rvm #
 Load RVM into a shell session *as a function*
 But as i see then terminology starts it only knows about .bashrc stuff.

nothing to do with terminology - bash loads its config files. terminology has
nothnig to do with that. maybe you want a login shell (terminology -l=1). but
bash is in charge there.

 2) When i works with mc inside screen that runs in terminology
 sometimes mc dialogs not fully displayed

yeah. vt escape handling is not 100% fine.

 --
 Vasiliy Tolstov,
 e-mail: v.tols...@selfip.ru
 jabber: v...@selfip.ru
 
 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite
 It's a free troubleshooting tool designed for production
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap2
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] terminology

2013-05-30 Thread Vasiliy Tolstov
2013/5/31 Carsten Haitzler ras...@rasterman.com:
 nothing to do with terminology - bash loads its config files. terminology has
 nothnig to do with that. maybe you want a login shell (terminology -l=1). but
 bash is in charge there.

Wow. Very nice. May be the best to add this to desktop file by
default? I think that most of the people thinks that terminology
behaviour like gnome-terminal and other terminal emulators ?

 2) When i works with mc inside screen that runs in terminology
 sometimes mc dialogs not fully displayed

 yeah. vt escape handling is not 100% fine.

=(



--
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
jabber: v...@selfip.ru

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] terminology

2013-05-30 Thread The Rasterman
On Fri, 31 May 2013 08:39:24 +0400 Vasiliy Tolstov v.tols...@selfip.ru said:

 2013/5/31 Carsten Haitzler ras...@rasterman.com:
  nothing to do with terminology - bash loads its config files. terminology
  has nothnig to do with that. maybe you want a login shell (terminology
  -l=1). but bash is in charge there.
 
 Wow. Very nice. May be the best to add this to desktop file by
 default? I think that most of the people thinks that terminology
 behaviour like gnome-terminal and other terminal emulators ?

i never really much cared for/needed/wanted the login shell mode... :/ you do
have a point though.

  2) When i works with mc inside screen that runs in terminology
  sometimes mc dialogs not fully displayed
 
  yeah. vt escape handling is not 100% fine.
 
 =(



-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel