Re: [e-users] e-aigu in terminology, and e18 now breaks Multi?

2014-08-05 Thread Boris Faure
Just let xim handle the composition:
Start terminology with:
$ ECORE_IMF_MODULE=xim terminology
Configure compose to right alt with:
$ setxkbmap -option compose:ralt

Then you can find the list of compositions at
/usr/share/X11/locale/en_US.UTF-8/Compose and add some with your
~/.XCompose file.

-- 
Boris Faure
Pointer Arithmetician
--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] latest EFL fails to compile

2014-08-05 Thread Stefan Schmidt
Hello.

On Mon, 2014-08-04 at 19:56, Wido wrote:
 I think there may be an error when generating the makefile in EFL (fresh
 from git).
 
 I run it as always, make runs fine and compiles everything, but when I run
 'sudo make install' I got this message:
 
 
 
 libtool: install: warning: relinking `lib/efreet/libefreet_trash.la'
 libtool: install: warning: relinking `lib/eeze/libeeze.la'
 libtool: install: warning: relinking `lib/evas/libevas.la'
 /usr/bin/ld: cannot find -lecore_input
 /usr/bin/ld: cannot find -lecore_drm
 collect2: error: ld returned 1 exit status
 libtool: install: error: relink `lib/evas/libevas.la' with the above
 command before installing it
 make[4]: *** [install-libLTLIBRARIES] Error 1
 make[3]: *** [install-am] Error 2
 make[2]: *** [install-recursive] Error 1
 make[1]: *** [install] Error 2
 make: *** [install-recursive] Error 1
 

Are you by any chance compiling with --enable-drm?

If yes you might got hit by
https://phab.enlightenment.org/T1473

I need tro have a look at it.

regards
Stefan Schmidt

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] latest EFL fails to compile

2014-08-05 Thread Fan Cris
pleasse take a look and at https://phab.enlightenment.org/T1429


On Tue, Aug 5, 2014 at 12:16 PM, Stefan Schmidt ste...@datenfreihafen.org
wrote:

 Hello.

 On Mon, 2014-08-04 at 19:56, Wido wrote:
  I think there may be an error when generating the makefile in EFL (fresh
  from git).
 
  I run it as always, make runs fine and compiles everything, but when I
 run
  'sudo make install' I got this message:
 
  
  
  libtool: install: warning: relinking `lib/efreet/libefreet_trash.la'
  libtool: install: warning: relinking `lib/eeze/libeeze.la'
  libtool: install: warning: relinking `lib/evas/libevas.la'
  /usr/bin/ld: cannot find -lecore_input
  /usr/bin/ld: cannot find -lecore_drm
  collect2: error: ld returned 1 exit status
  libtool: install: error: relink `lib/evas/libevas.la' with the above
  command before installing it
  make[4]: *** [install-libLTLIBRARIES] Error 1
  make[3]: *** [install-am] Error 2
  make[2]: *** [install-recursive] Error 1
  make[1]: *** [install] Error 2
  make: *** [install-recursive] Error 1
 

 Are you by any chance compiling with --enable-drm?

 If yes you might got hit by
 https://phab.enlightenment.org/T1473

 I need tro have a look at it.

 regards
 Stefan Schmidt


 --
 Infragistics Professional
 Build stunning WinForms apps today!
 Reboot your WinForms applications with our WinForms controls.
 Build a bridge from your legacy apps to the future.

 http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] latest EFL fails to compile

2014-08-05 Thread Stefan Schmidt
Hello.

On Tue, 2014-08-05 at 11:16, Stefan Schmidt wrote:
 Hello.
 
 On Mon, 2014-08-04 at 19:56, Wido wrote:
  I think there may be an error when generating the makefile in EFL (fresh
  from git).
  
  I run it as always, make runs fine and compiles everything, but when I run
  'sudo make install' I got this message:
  
  
  
  libtool: install: warning: relinking `lib/efreet/libefreet_trash.la'
  libtool: install: warning: relinking `lib/eeze/libeeze.la'
  libtool: install: warning: relinking `lib/evas/libevas.la'
  /usr/bin/ld: cannot find -lecore_input
  /usr/bin/ld: cannot find -lecore_drm
  collect2: error: ld returned 1 exit status
  libtool: install: error: relink `lib/evas/libevas.la' with the above
  command before installing it
  make[4]: *** [install-libLTLIBRARIES] Error 1
  make[3]: *** [install-am] Error 2
  make[2]: *** [install-recursive] Error 1
  make[1]: *** [install] Error 2
  make: *** [install-recursive] Error 1
  
 
 Are you by any chance compiling with --enable-drm?
 
 If yes you might got hit by
 https://phab.enlightenment.org/T1473
 
 I need tro have a look at it.

This should now be fixed by a patch from Gwanglim. Could you check
latest git and see if it works for you?

regards
Stefan Schmidt

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] latest EFL fails to compile

2014-08-05 Thread Stefan Schmidt
Hello.

On Tue, 2014-08-05 at 15:11, Fan Cris wrote:
 pleasse take a look and at https://phab.enlightenment.org/T1429

This issue has nothing to do with this thread.

I commented on your issue even if it is hard tro understand what your
problem might be.

regards
Stefan Schmidt

--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [webkit-efl] ewebkit 1.11.- alpha 1

2014-08-05 Thread Daniel Juyung Seo
Thanks a lot for the effrot!
This must be the very good historical step.
I gotta try it.

Thanks.

Daniel Juyung Seo (SeoZ)


On Tue, Aug 5, 2014 at 10:11 PM, ryuan Choi ryuan.c...@gmail.com wrote:


 = Ewebkit 1.11 alpha taballs =

 I'd like to share new ewebkit tarball as the first attempt to release
 ewebkit library.

 Although version is 1.11 like EFL and Elementary, I think that it's still
 unstable.
 So, I hope that there are many requirements and tests (and supports).

 == Source ==
 https://github.com/ewebkit/webkit
 branch : ewebkit-1.11
 (master branch is for sync with webkit.org)

 == Download ==


 http://download.enlightenment.org/rel/libs/webkit-efl/ewebkit-1.11.0-alpha1.tar.gz
 58ae62aeab25a8dfddd3b377d6f6503a525f8df3164207e26d1da216a293bd4b


 http://download.enlightenment.org/rel/libs/webkit-efl/ewebkit-1.11.0-alpha1.tar.xz
 3392b1d2e8b9acd9e0461f8235c22fde42420ae4e6c964aa7ec33695d3ceb10c


 == NEWS ==
 From the previous snapshot,

   * WebKit1/EFL was dropped.
   * fixed color picker bug (intput type=color)
   * refactor vibration API.
   * Add ewk_application_cache_manager APIs
   * Add an API to set process model
   * Add ewk APIs to control TLS error policy on WebContext
   * Add ewk_view_bg_color_set
   * Add API to get contents size of current web page.
   * Removed NETWORK_INFO.
   * Refactor favicon database APIs
   * Add ewk_view_fixed_layout_size_set|get()
   * Use default context for ewk_view_add
   * Change ewk_view_settings_get to ewk_page_group_settings_get
   * Add new Public API in ewk_download_job.h to get size of the data
 already downloaded.
   * Add a focus,notfound signal.
   * Provide VERSION information in EWebKit2.h like EFL and Elementary.
   * Media Control of video tag is changed from edj to HTML/javascript.
   * Enable CSS Filter
   * Turn off Indexed Database

 And many common webkit(WebCore,JSC) changes.

 ___
 webkit-efl mailing list
 webkit-...@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-efl


--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] latest EFL fails to compile

2014-08-05 Thread Fan Cris
maybe but errors seems

/usr/bin/ld: cannot find -lecore_imf
/usr/bin/ld: cannot find -lecore
/usr/bin/ld: cannot find -lecore_input
/usr/bin/ld: cannot find -levas
/usr/bin/ld: cannot find -lecore_input
/usr/bin/ld: cannot find -lecore_input_evas
/usr/bin/ld: cannot find -lecore_evas
/usr/bin/ld: cannot find -lecore
/usr/bin/ld: cannot find -lecore_con
collect2: error: ld returned 1 exit status
collect2: error: ld returned 1 exit status
/usr/bin/ld: cannot find -levas
/usr/bin/ld: cannot find -lecore_input_evas
/usr/bin/ld: cannot find -lecore_evas
/usr/bin/ld: cannot find -lecore
/usr/bin/ld: cannot find -lecore_input
collect2: error: ld returned 1 exit status
libtool: install: error: relink `modules/ecore_imf/xim/module.la' with
the above command before installing it
libtool: install: error: relink
`modules/ecore_evas/engines/extn/module.la' with the above command
before installing it
--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] latest EFL fails to compile

2014-08-05 Thread Wido
It works now, thanks!


2014-08-05 10:34 GMT-03:00 Stefan Schmidt ste...@datenfreihafen.org:

 Hello.

 On Tue, 2014-08-05 at 11:16, Stefan Schmidt wrote:
  Hello.
 
  On Mon, 2014-08-04 at 19:56, Wido wrote:
   I think there may be an error when generating the makefile in EFL
 (fresh
   from git).
  
   I run it as always, make runs fine and compiles everything, but when I
 run
   'sudo make install' I got this message:
  
   
   
   libtool: install: warning: relinking `lib/efreet/libefreet_trash.la'
   libtool: install: warning: relinking `lib/eeze/libeeze.la'
   libtool: install: warning: relinking `lib/evas/libevas.la'
   /usr/bin/ld: cannot find -lecore_input
   /usr/bin/ld: cannot find -lecore_drm
   collect2: error: ld returned 1 exit status
   libtool: install: error: relink `lib/evas/libevas.la' with the above
   command before installing it
   make[4]: *** [install-libLTLIBRARIES] Error 1
   make[3]: *** [install-am] Error 2
   make[2]: *** [install-recursive] Error 1
   make[1]: *** [install] Error 2
   make: *** [install-recursive] Error 1
  
 
  Are you by any chance compiling with --enable-drm?
 
  If yes you might got hit by
  https://phab.enlightenment.org/T1473
 
  I need tro have a look at it.

 This should now be fixed by a patch from Gwanglim. Could you check
 latest git and see if it works for you?

 regards
 Stefan Schmidt


 --
 Infragistics Professional
 Build stunning WinForms apps today!
 Reboot your WinForms applications with our WinForms controls.
 Build a bridge from your legacy apps to the future.

 http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users




-- 
Wido
--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] E19 and terminology odd behaviour

2014-08-05 Thread Wido
Hi all,

I just got a fresh install from git and I hit 2 bugs, on in E and the other
in terminology

First in E, when I tried to login it hunged forever while loading modules,
which I narrowed to the pager module. I had to remove
prefix/lib/enlightenment/modules/pager

I then find out there is a new 'pager_plain' which is the old e17 pager, so
I enabled that and no harm was done.

This was a compile/install from scratch, there weren't old files there.

The other bug I got is in terminology. It doesn't start, all I hit is a
segfault. I tried using strace, but it doesn't give me any hint. It reads
/proc/meminfo, closes that files and sigsegv

-- 
Wido
--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [E-devel] Emotion Media Center 1.0 first beta is out

2014-08-05 Thread Wido
I'm getting an error when trying to lunch it:

Traceback (most recent call last):
  File /opt/e19/bin/epymc, line 5, in module
from epymc.main import start_epymc
  File /opt/e19/lib/python3.4/site-packages/epymc/main.py, line 31, in
module
gettext.install('epymc', names='ngettext', localedir=localedir)
  File /usr/lib/python3.4/gettext.py, line 425, in install
t = translation(domain, localedir, fallback=True, codeset=codeset)
  File /usr/lib/python3.4/gettext.py, line 410, in translation
t = _translations.setdefault(key, class_(fp))
  File /usr/lib/python3.4/gettext.py, line 160, in __init__
self._parse(fp)
  File /usr/lib/python3.4/gettext.py, line 281, in _parse
self.plural = c2py(plural)
  File /usr/lib/python3.4/gettext.py, line 74, in c2py
raise ValueError('plural forms expression could be dangerous')
ValueError: plural forms expression could be dangerous


I googled that and it would seem because of the linguage (which is
possible, since I'm working in the Spanish translation), but I have removed
my es.po file and I keep hiting this error


2014-08-04 18:36 GMT-03:00 Davide Andreoli d...@gurumeditation.it:

 2014-08-04 2:54 GMT+02:00 Daniel Juyung Seo seojuyu...@gmail.com:

  Hi, great job!
  I had svn version of epymc but I can't even remember how it was because
  there were a lot of enhancements.
  Thanks to you.
 
  By the way, I have a couple of comments.
  1. The icon and text sizes are too big compared with the default
 elementary
  theme with the default scalability. I had to manually scale it down to
 0.5
  to match it with default elementary theme from the general configuration
  panel. Is there a reason behind this?
  2. Unfocused buttons look like disabled as its in a grey color. It will
 be
  great if you can adjust the colors.
 

 I'm trying different colors. Now the labels are always white but the bg of
 the
 selected button is blue.. the effect seems good but i'm still not happy
 with the blu deviation... raster: your help needed here ;)

 Please update and tell me what you think


  3. Does it work with Joystick well? Then Cinoo needs to check this.
 
  Thanks.
 
  Daniel Juyung Seo (SeoZ)
 
 
 
  On Fri, Aug 1, 2014 at 6:55 PM, Davide Andreoli d...@gurumeditation.it
  wrote:
 
   Hi all,
  
   the first beta release of EpyMC is waiting for you !!
  
   This is the result of many years of development, I hope you will enjoy
  the
   result as I enjoined the development.
  
   The code is hosted at Github:
   https://github.com/DaveMDS/epymc
  
   Direct download link for this release:
   https://github.com/DaveMDS/epymc/archive/v1.0.0-beta1.tar.gz
  
   On the Github wiki you will find all the needed instructions for
  installing
   and using the media center, along with screenshots and screencasts.
  
   I'm planning to roll out the final 1.0 release in 7/10 days, please let
  me
   know of any issue you encounter with this first release.
  
   Happy testing
   davemds
  
  
 
 --
   Want fast and easy access to all the code in your enterprise? Index and
   search up to 200,000 lines of code with a free copy of Black Duck
   Code Sight - the same software that powers the world's largest code
   search on Ohloh, the Black Duck Open Hub! Try it now.
   http://p.sf.net/sfu/bds
   ___
   enlightenment-devel mailing list
   enlightenment-de...@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 
 
 --
  Infragistics Professional
  Build stunning WinForms apps today!
  Reboot your WinForms applications with our WinForms controls.
  Build a bridge from your legacy apps to the future.
 
 
 http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 

 --
 Infragistics Professional
 Build stunning WinForms apps today!
 Reboot your WinForms applications with our WinForms controls.
 Build a bridge from your legacy apps to the future.

 http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users




-- 
Wido
--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk

Re: [e-users] [E-devel] Emotion Media Center 1.0 first beta is out

2014-08-05 Thread Wido
Ok, it IS because of the spanish translation. I removed the installed .mo
file but now I just have a segfault :S



2014-08-05 20:02 GMT-03:00 Wido wido...@gmail.com:

 I'm getting an error when trying to lunch it:

 Traceback (most recent call last):
   File /opt/e19/bin/epymc, line 5, in module
 from epymc.main import start_epymc
   File /opt/e19/lib/python3.4/site-packages/epymc/main.py, line 31, in
 module
 gettext.install('epymc', names='ngettext', localedir=localedir)
   File /usr/lib/python3.4/gettext.py, line 425, in install
 t = translation(domain, localedir, fallback=True, codeset=codeset)
   File /usr/lib/python3.4/gettext.py, line 410, in translation
 t = _translations.setdefault(key, class_(fp))
   File /usr/lib/python3.4/gettext.py, line 160, in __init__
 self._parse(fp)
   File /usr/lib/python3.4/gettext.py, line 281, in _parse
 self.plural = c2py(plural)
   File /usr/lib/python3.4/gettext.py, line 74, in c2py
 raise ValueError('plural forms expression could be dangerous')
 ValueError: plural forms expression could be dangerous


 I googled that and it would seem because of the linguage (which is
 possible, since I'm working in the Spanish translation), but I have removed
 my es.po file and I keep hiting this error


 2014-08-04 18:36 GMT-03:00 Davide Andreoli d...@gurumeditation.it:

 2014-08-04 2:54 GMT+02:00 Daniel Juyung Seo seojuyu...@gmail.com:

  Hi, great job!
  I had svn version of epymc but I can't even remember how it was because
  there were a lot of enhancements.
  Thanks to you.
 
  By the way, I have a couple of comments.
  1. The icon and text sizes are too big compared with the default
 elementary
  theme with the default scalability. I had to manually scale it down to
 0.5
  to match it with default elementary theme from the general configuration
  panel. Is there a reason behind this?
  2. Unfocused buttons look like disabled as its in a grey color. It will
 be
  great if you can adjust the colors.
 

 I'm trying different colors. Now the labels are always white but the bg of
 the
 selected button is blue.. the effect seems good but i'm still not happy
 with the blu deviation... raster: your help needed here ;)

 Please update and tell me what you think


  3. Does it work with Joystick well? Then Cinoo needs to check this.
 
  Thanks.
 
  Daniel Juyung Seo (SeoZ)
 
 
 
  On Fri, Aug 1, 2014 at 6:55 PM, Davide Andreoli d...@gurumeditation.it
 
  wrote:
 
   Hi all,
  
   the first beta release of EpyMC is waiting for you !!
  
   This is the result of many years of development, I hope you will enjoy
  the
   result as I enjoined the development.
  
   The code is hosted at Github:
   https://github.com/DaveMDS/epymc
  
   Direct download link for this release:
   https://github.com/DaveMDS/epymc/archive/v1.0.0-beta1.tar.gz
  
   On the Github wiki you will find all the needed instructions for
  installing
   and using the media center, along with screenshots and screencasts.
  
   I'm planning to roll out the final 1.0 release in 7/10 days, please
 let
  me
   know of any issue you encounter with this first release.
  
   Happy testing
   davemds
  
  
 
 --
   Want fast and easy access to all the code in your enterprise? Index
 and
   search up to 200,000 lines of code with a free copy of Black Duck
   Code Sight - the same software that powers the world's largest code
   search on Ohloh, the Black Duck Open Hub! Try it now.
   http://p.sf.net/sfu/bds
   ___
   enlightenment-devel mailing list
   enlightenment-de...@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 
 
 --
  Infragistics Professional
  Build stunning WinForms apps today!
  Reboot your WinForms applications with our WinForms controls.
  Build a bridge from your legacy apps to the future.
 
 
 http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 

 --
 Infragistics Professional
 Build stunning WinForms apps today!
 Reboot your WinForms applications with our WinForms controls.
 Build a bridge from your legacy apps to the future.

 http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users




 --
 Wido




-- 
Wido
--
Infragistics Professional
Build stunning WinForms apps 

Re: [e-users] [E-devel] Emotion Media Center 1.0 first beta is out

2014-08-05 Thread Davide Andreoli
2014-08-06 1:29 GMT+02:00 Wido wido...@gmail.com:

 Ok, it IS because of the spanish translation. I removed the installed .mo
 file but now I just have a segfault :S


segv on start?? never see one in several years.

It was working before? what version of efl? python-efl?

try to uninstall (setup.py uninstall) and reinstall. Or try to wipe your
config
(rm -rf ~/.config/epymc)

If still segv plese post the console output





 2014-08-05 20:02 GMT-03:00 Wido wido...@gmail.com:

  I'm getting an error when trying to lunch it:
 
  Traceback (most recent call last):
File /opt/e19/bin/epymc, line 5, in module
  from epymc.main import start_epymc
File /opt/e19/lib/python3.4/site-packages/epymc/main.py, line 31, in
  module
  gettext.install('epymc', names='ngettext', localedir=localedir)
File /usr/lib/python3.4/gettext.py, line 425, in install
  t = translation(domain, localedir, fallback=True, codeset=codeset)
File /usr/lib/python3.4/gettext.py, line 410, in translation
  t = _translations.setdefault(key, class_(fp))
File /usr/lib/python3.4/gettext.py, line 160, in __init__
  self._parse(fp)
File /usr/lib/python3.4/gettext.py, line 281, in _parse
  self.plural = c2py(plural)
File /usr/lib/python3.4/gettext.py, line 74, in c2py
  raise ValueError('plural forms expression could be dangerous')
  ValueError: plural forms expression could be dangerous
 
 
  I googled that and it would seem because of the linguage (which is
  possible, since I'm working in the Spanish translation), but I have
 removed
  my es.po file and I keep hiting this error
 
 
  2014-08-04 18:36 GMT-03:00 Davide Andreoli d...@gurumeditation.it:
 
  2014-08-04 2:54 GMT+02:00 Daniel Juyung Seo seojuyu...@gmail.com:
 
   Hi, great job!
   I had svn version of epymc but I can't even remember how it was
 because
   there were a lot of enhancements.
   Thanks to you.
  
   By the way, I have a couple of comments.
   1. The icon and text sizes are too big compared with the default
  elementary
   theme with the default scalability. I had to manually scale it down to
  0.5
   to match it with default elementary theme from the general
 configuration
   panel. Is there a reason behind this?
   2. Unfocused buttons look like disabled as its in a grey color. It
 will
  be
   great if you can adjust the colors.
  
 
  I'm trying different colors. Now the labels are always white but the bg
 of
  the
  selected button is blue.. the effect seems good but i'm still not happy
  with the blu deviation... raster: your help needed here ;)
 
  Please update and tell me what you think
 
 
   3. Does it work with Joystick well? Then Cinoo needs to check this.
  
   Thanks.
  
   Daniel Juyung Seo (SeoZ)
  
  
  
   On Fri, Aug 1, 2014 at 6:55 PM, Davide Andreoli 
 d...@gurumeditation.it
  
   wrote:
  
Hi all,
   
the first beta release of EpyMC is waiting for you !!
   
This is the result of many years of development, I hope you will
 enjoy
   the
result as I enjoined the development.
   
The code is hosted at Github:
https://github.com/DaveMDS/epymc
   
Direct download link for this release:
https://github.com/DaveMDS/epymc/archive/v1.0.0-beta1.tar.gz
   
On the Github wiki you will find all the needed instructions for
   installing
and using the media center, along with screenshots and screencasts.
   
I'm planning to roll out the final 1.0 release in 7/10 days, please
  let
   me
know of any issue you encounter with this first release.
   
Happy testing
davemds
   
   
  
 
 --
Want fast and easy access to all the code in your enterprise? Index
  and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
enlightenment-devel mailing list
enlightenment-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
   
  
  
 
 --
   Infragistics Professional
   Build stunning WinForms apps today!
   Reboot your WinForms applications with our WinForms controls.
   Build a bridge from your legacy apps to the future.
  
  
 
 http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
   ___
   enlightenment-users mailing list
   enlightenment-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-users
  
 
 
 --
  Infragistics Professional
  Build stunning WinForms apps today!
  Reboot your WinForms applications with our WinForms controls.
  Build a bridge from your legacy 

Re: [e-users] [E-devel] Emotion Media Center 1.0 first beta is out

2014-08-05 Thread Wido
I kept investigating, I think the problem is elementary as I can't run any
elm app, I get the same segv in all of them (terminology and
elementary_test and another python-elm app I  was testing)


2014-08-05 20:40 GMT-03:00 Davide Andreoli d...@gurumeditation.it:

 2014-08-06 1:29 GMT+02:00 Wido wido...@gmail.com:

  Ok, it IS because of the spanish translation. I removed the installed .mo
  file but now I just have a segfault :S
 

 segv on start?? never see one in several years.

 It was working before? what version of efl? python-efl?

 try to uninstall (setup.py uninstall) and reinstall. Or try to wipe your
 config
 (rm -rf ~/.config/epymc)

 If still segv plese post the console output


 
 
 
  2014-08-05 20:02 GMT-03:00 Wido wido...@gmail.com:
 
   I'm getting an error when trying to lunch it:
  
   Traceback (most recent call last):
 File /opt/e19/bin/epymc, line 5, in module
   from epymc.main import start_epymc
 File /opt/e19/lib/python3.4/site-packages/epymc/main.py, line 31,
 in
   module
   gettext.install('epymc', names='ngettext', localedir=localedir)
 File /usr/lib/python3.4/gettext.py, line 425, in install
   t = translation(domain, localedir, fallback=True, codeset=codeset)
 File /usr/lib/python3.4/gettext.py, line 410, in translation
   t = _translations.setdefault(key, class_(fp))
 File /usr/lib/python3.4/gettext.py, line 160, in __init__
   self._parse(fp)
 File /usr/lib/python3.4/gettext.py, line 281, in _parse
   self.plural = c2py(plural)
 File /usr/lib/python3.4/gettext.py, line 74, in c2py
   raise ValueError('plural forms expression could be dangerous')
   ValueError: plural forms expression could be dangerous
  
  
   I googled that and it would seem because of the linguage (which is
   possible, since I'm working in the Spanish translation), but I have
  removed
   my es.po file and I keep hiting this error
  
  
   2014-08-04 18:36 GMT-03:00 Davide Andreoli d...@gurumeditation.it:
  
   2014-08-04 2:54 GMT+02:00 Daniel Juyung Seo seojuyu...@gmail.com:
  
Hi, great job!
I had svn version of epymc but I can't even remember how it was
  because
there were a lot of enhancements.
Thanks to you.
   
By the way, I have a couple of comments.
1. The icon and text sizes are too big compared with the default
   elementary
theme with the default scalability. I had to manually scale it down
 to
   0.5
to match it with default elementary theme from the general
  configuration
panel. Is there a reason behind this?
2. Unfocused buttons look like disabled as its in a grey color. It
  will
   be
great if you can adjust the colors.
   
  
   I'm trying different colors. Now the labels are always white but the
 bg
  of
   the
   selected button is blue.. the effect seems good but i'm still not
 happy
   with the blu deviation... raster: your help needed here ;)
  
   Please update and tell me what you think
  
  
3. Does it work with Joystick well? Then Cinoo needs to check this.
   
Thanks.
   
Daniel Juyung Seo (SeoZ)
   
   
   
On Fri, Aug 1, 2014 at 6:55 PM, Davide Andreoli 
  d...@gurumeditation.it
   
wrote:
   
 Hi all,

 the first beta release of EpyMC is waiting for you !!

 This is the result of many years of development, I hope you will
  enjoy
the
 result as I enjoined the development.

 The code is hosted at Github:
 https://github.com/DaveMDS/epymc

 Direct download link for this release:
 https://github.com/DaveMDS/epymc/archive/v1.0.0-beta1.tar.gz

 On the Github wiki you will find all the needed instructions for
installing
 and using the media center, along with screenshots and
 screencasts.

 I'm planning to roll out the final 1.0 release in 7/10 days,
 please
   let
me
 know of any issue you encounter with this first release.

 Happy testing
 davemds


   
  
 
 --
 Want fast and easy access to all the code in your enterprise?
 Index
   and
 search up to 200,000 lines of code with a free copy of Black Duck
 Code Sight - the same software that powers the world's largest
 code
 search on Ohloh, the Black Duck Open Hub! Try it now.
 http://p.sf.net/sfu/bds
 ___
 enlightenment-devel mailing list
 enlightenment-de...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

   
   
  
 
 --
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls.
Build a bridge from your legacy apps to the future.
   
   
  
 
 http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk

Re: [e-users] E19 and terminology odd behaviour

2014-08-05 Thread The Rasterman
On Tue, 5 Aug 2014 19:25:38 -0300 Wido wido...@gmail.com said:

 Hi all,
 
 I just got a fresh install from git and I hit 2 bugs, on in E and the other
 in terminology
 
 First in E, when I tried to login it hunged forever while loading modules,
 which I narrowed to the pager module. I had to remove
 prefix/lib/enlightenment/modules/pager
 
 I then find out there is a new 'pager_plain' which is the old e17 pager, so
 I enabled that and no harm was done.

i talked with zmike yesterday why pager16 is not default - and so i switched it
over so pager became pager_pplain and pager16 became pager. this way users
upgrade to the preview pager by default. this has been working for me for
months flawlessly, so i guess making this a default is good. it gets testing -
for those of us that switched to it, it's awesome.

so you should file a ticket on phab about this.

 This was a compile/install from scratch, there weren't old files there.
 
 The other bug I got is in terminology. It doesn't start, all I hit is a
 segfault. I tried using strace, but it doesn't give me any hint. It reads
 /proc/meminfo, closes that files and sigsegv

not very useful info there. terminology works perfectly for me. use
gdb/valgrind. 

 -- 
 Wido
 --
 Infragistics Professional
 Build stunning WinForms apps today!
 Reboot your WinForms applications with our WinForms controls. 
 Build a bridge from your legacy apps to the future.
 http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


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


--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users