[E-devel] [patch] winlist-ng make install
Hi, winlist-ng make install fails with this error: Making install in po make[1]: Entering directory `/tmp/e_modules/winlist-ng/po' /bin/sh @MKINSTALLDIRS@ /tmp/package-e_modules/usr/lib64/enlightenment/modules/winlist-ng /bin/sh: @MKINSTALLDIRS@: No such file or directory make[1]: *** [install-data-yes] Error 127 make[1]: Leaving directory `/tmp/e_modules/winlist-ng/po' make: *** [install-recursive] Error 1 Here is a patch to fix this problem, -- Jérôme Pinot http://ngc891.blogdns.net/ Index: E-MODULES-EXTRA/winlist-ng/autogen.sh === --- E-MODULES-EXTRA/winlist-ng/autogen.sh (revision 70570) +++ E-MODULES-EXTRA/winlist-ng/autogen.sh (working copy) @@ -6,24 +6,11 @@ touch README echo "Running autopoint..." ; autopoint -f || : -echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || exit 1 +echo "Running aclocal..." ; aclocal -I m4 $ACLOCAL_FLAGS || exit 1 echo "Running autoheader..." ; autoheader || exit 1 echo "Running autoconf..." ; autoconf || exit 1 echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1 echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1 -echo "Generating gettext ng.pot.template";\ -xgettext \ --n \ --C \ --d ng \ --p po \ ---copyright-holder="Enlightenment development team" \ ---foreign-user \ ---msgid-bugs-address="enlightenment-devel@lists.sourceforge.net" \ --kD_ \ ---from-code=UTF-8 \ --o ng.pot \ -`find . -name "*.[ch]" -print` || exit 1 if [ -z "$NOCONFIGURE" ]; then ./configure "$@" signature.asc Description: Digital signature -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
[E-devel] [patch] minor fix to eeze doc
This fix a single typo in eeze doxygen doc, -- Jérôme Pinot http://ngc891.blogdns.net/ Index: eeze/src/lib/Eeze_Disk.h === --- eeze/src/lib/Eeze_Disk.h(revision 70570) +++ eeze/src/lib/Eeze_Disk.h(working copy) @@ -514,7 +514,7 @@ * @param value OPTIONAL: The value that @p sysattr should have, or @c NULL. * * @return If the sysattr (with value) is found, returns @c EINA_TRUE, - * @EINA_FALSE otherwise. + * @c EINA_FALSE otherwise. * @since 1.1 */ EAPI Eina_Bool eeze_disk_udev_walk_check_sysattr(Eeze_Disk *disk, const char *sysattr, const char *value); signature.asc Description: Digital signature -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
[E-devel] e with composite crashes
Hi Since I updated to Fedora 17 (Beta), E17, which I'm building from svn (easy_e17.sh), is constantly crashing on me. I've made sure no old modules are lying around and that I build everything from a clean installation. I used to set the CFLAGS to '-g -march=barcelona' but changed the to '-g -march=native', which didn't change a thing. I've started with empty (non-existing ~/.e) to no avail. E starts successfully but when I bring up the menu, move into 'applications->accessories' and move the cursor up and down a bit, e crashes when in a SYSCALL (poll). Please see the enclosed e-xcb-poll-err.log, which contains a backtrace when e crashed, followed by an 'list', 'up' and 'list' There is no crash when I disable the 'composite' extension, but hey, I want all the cylinders to bring their part to the game. I've been running with Gnome-Shell 3-blaha and it runs with the same OpenGL drivers without any crashes, but I miss E. I've tried running E with composite enabled from within Gnome-Shell (using the ~/e17-src/e/x-ui.sh) and that works without crashing too ! Please advise on what I can do to help resolve the problem. Some basic facts: $ uname -a Linux cosmos 3.3.4-1.fc17.x86_64 #1 SMP Fri Apr 27 18:39:03 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux $ glxinfo | grep OpenGL OpenGL vendor string: X.Org OpenGL renderer string: Gallium 0.4 on AMD RS880 OpenGL version string: 2.1 Mesa 8.0.2 OpenGL shading language version string: 1.20 OpenGL extensions: $ gcc -v Using built-in specs. COLLECT_GCC=/usr/bin/gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.7.0/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --disable-build-with-cxx --disable-build-poststage1-with-cxx --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux Thread model: posix gcc version 4.7.0 20120416 (Red Hat 4.7.0-2) (GCC) Regards - Ingvaldur #0 0x0032a52e8e9f in __GI___poll (fds=fds@entry=0x7fffa3275ce0, nfds=nfds@entry=1, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/poll.c:87 #1 0x0035e0209f22 in _xcb_conn_wait (c=c@entry=0x121a2e0, cond=cond@entry=0x7fffa3275d50, vector=vector@entry=0x0, count=count@entry=0x0) at xcb_conn.c:400 #2 0x0035e020b3fe in wait_for_reply (c=c@entry=0x121a2e0, request=6320, e=e@entry=0x7fffa3275e08) at xcb_in.c:390 #3 0x0035e020b60b in xcb_wait_for_reply (c=c@entry=0x121a2e0, request=6320, e=e@entry=0x7fffa3275e08) at xcb_in.c:420 #4 0x0035e0a430b9 in _XReply (dpy=dpy@entry=0x1219090, rep=rep@entry=0x7fffa3275e50, extra=extra@entry=0, discard=discard@entry=1) at xcb_io.c:601 #5 0x0035e0a294d1 in XGetSelectionOwner (dpy=0x1219090, selection=305) at GetSOwner.c:41 #6 0x7f85118e1d46 in ecore_x_screen_is_composited (screen=) at ecore_x_netwm.c:2034 #7 0x7f8511b0a50b in _ecore_evas_x_event_visibility_change (data=, type=, event=0x36ce260) at ecore_evas_x.c:748 #8 0x7f850f5d398c in _ecore_call_handler_cb (event=, type=, data=, func=) at ecore_private.h:317 #9 _ecore_event_call () at ecore_events.c:559 #10 0x7f850f5d7d09 in _ecore_main_loop_iterate_internal (once_only=once_only@entry=0) at ecore_main.c:1811 #11 0x7f850f5d8247 in ecore_main_loop_begin () at ecore_main.c:928 #12 0x004313d4 in main (argc=, argv=) at e_main.c:965 #1 0x0035e0209f22 in _xcb_conn_wait (c=c@entry=0x121a2e0, cond=cond@entry=0x7fffa3275d50, vector=vector@entry=0x0, count=count@entry=0x0) at xcb_conn.c:400 400 ret = poll(&fd, 1, -1); 395 #endif 396 397 pthread_mutex_unlock(&c->iolock); 398 do { 399 #if USE_POLL 400 ret = poll(&fd, 1, -1); 401 /* If poll() returns an event we didn't expect, such as POLLNVAL, treat 402 * it as if it failed. */ 403 if(ret >= 0 && (fd.revents & ~fd.events)) 404 { $1 = {fd = 8, events = 1, revents = 0} #2 0x0035e020b3fe in wait_for_reply (c=c@entry=0x121a2e0, request=6320, e=e@entry=0x7fffa3275e08) at xcb_in.c:390 390 if(!_xcb_conn_wait(c, &cond, 0, 0)) 385 reader_list reader; 386 387 insert_reader(&c->in.readers, &reader, request, &cond); 388 389 while(!poll_for_reply(c, request, &ret, e)) 390 if(!_xcb_conn_wait(c, &cond, 0, 0)) 391 brea
[E-devel] Wayland: Complete support for keyboard events
Patch is attached. Cheers, Rob 0001-Ecore_Evas-wayland-Complete-implementation-of-key-ev.patch Description: Binary data -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
Re: [E-devel] e with composite crashes
On 05/01/2012 11:00 PM, Ingvaldur Sigurjonsson wrote: > > I've tried running E with composite enabled from within Gnome-Shell > (using the ~/e17-src/e/x-ui.sh) and that works without crashing too ! When using x-ui.sh, e17 uses software rendering. So, no wonder you are not seeing any crashes. You should provide some debug information at least. See http://trac.enlightenment.org/e/wiki/Debugging It might be a problem with your graphics drivers also. I see no crash with e with composite+nvidia drivers and I am running latest svn from a day ago. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
Re: [E-devel] e with composite crashes
On 05/01/2012 07:50 PM, P Purkayastha wrote: > On 05/01/2012 11:00 PM, Ingvaldur Sigurjonsson wrote: >> I've tried running E with composite enabled from within Gnome-Shell >> (using the ~/e17-src/e/x-ui.sh) and that works without crashing too ! > When using x-ui.sh, e17 uses software rendering. So, no wonder you are > not seeing any crashes. Ok thanks, no wonder then. > You should provide some debug information at least. See > http://trac.enlightenment.org/e/wiki/Debugging I did attach a .log-file in my first post but it must have been removed. Here is what it contained: > #0 0x0032a52e8e9f in __GI___poll (fds=fds@entry=0x7fffa3275ce0, > nfds=nfds@entry=1, timeout=timeout@entry=-1) at > ../sysdeps/unix/sysv/linux/poll.c:87 > #1 0x0035e0209f22 in _xcb_conn_wait (c=c@entry=0x121a2e0, > cond=cond@entry=0x7fffa3275d50, vector=vector@entry=0x0, > count=count@entry=0x0) at xcb_conn.c:400 > #2 0x0035e020b3fe in wait_for_reply (c=c@entry=0x121a2e0, > request=6320, e=e@entry=0x7fffa3275e08) at xcb_in.c:390 > #3 0x0035e020b60b in xcb_wait_for_reply (c=c@entry=0x121a2e0, > request=6320, e=e@entry=0x7fffa3275e08) at xcb_in.c:420 > #4 0x0035e0a430b9 in _XReply (dpy=dpy@entry=0x1219090, > rep=rep@entry=0x7fffa3275e50, extra=extra@entry=0, > discard=discard@entry=1) at xcb_io.c:601 > #5 0x0035e0a294d1 in XGetSelectionOwner (dpy=0x1219090, > selection=305) at GetSOwner.c:41 > #6 0x7f85118e1d46 in ecore_x_screen_is_composited > (screen=) at ecore_x_netwm.c:2034 > #7 0x7f8511b0a50b in _ecore_evas_x_event_visibility_change > (data=, type=, event=0x36ce260) at > ecore_evas_x.c:748 > #8 0x7f850f5d398c in _ecore_call_handler_cb (event= out>, type=, data=, func= out>) at ecore_private.h:317 > #9 _ecore_event_call () at ecore_events.c:559 > #10 0x7f850f5d7d09 in _ecore_main_loop_iterate_internal > (once_only=once_only@entry=0) at ecore_main.c:1811 > #11 0x7f850f5d8247 in ecore_main_loop_begin () at ecore_main.c:928 > #12 0x004313d4 in main (argc=, argv= out>) at e_main.c:965 > #1 0x0035e0209f22 in _xcb_conn_wait (c=c@entry=0x121a2e0, > cond=cond@entry=0x7fffa3275d50, vector=vector@entry=0x0, > count=count@entry=0x0) at xcb_conn.c:400 > 400ret = poll(&fd, 1, -1); > 395#endif > 396 > 397pthread_mutex_unlock(&c->iolock); > 398do { > 399#if USE_POLL > 400ret = poll(&fd, 1, -1); > 401/* If poll() returns an event we didn't expect, such as > POLLNVAL, treat > 402 * it as if it failed. */ > 403if(ret >= 0 && (fd.revents & ~fd.events)) > 404{ > $1 = {fd = 8, events = 1, revents = 0} > #2 0x0035e020b3fe in wait_for_reply (c=c@entry=0x121a2e0, > request=6320, e=e@entry=0x7fffa3275e08) at xcb_in.c:390 > 390if(!_xcb_conn_wait(c, &cond, 0, 0)) > 385reader_list reader; > 386 > 387insert_reader(&c->in.readers, &reader, request, &cond); > 388 > 389while(!poll_for_reply(c, request, &ret, e)) > 390if(!_xcb_conn_wait(c, &cond, 0, 0)) > 391break; > 392 > 393remove_reader(&c->in.readers, &reader); > 394pthread_cond_destroy(&cond); > $2 = {request = 6320, data = 0x7fffa3275d50, next = 0x0} > #0 0x0032a52e8e9f in __GI___poll (fds=fds@entry=0x7fffc89cb4f0, > nfds=nfds@entry=1, timeout=timeout@entry=-1) at > ../sysdeps/unix/sysv/linux/poll.c:87 > #1 0x0035e0209f22 in _xcb_conn_wait (c=c@entry=0x2308090, > cond=cond@entry=0x7fffc89cb560, vector=vector@entry=0x0, > count=count@entry=0x0) at xcb_conn.c:400 > #2 0x0035e020b3fe in wait_for_reply (c=c@entry=0x2308090, > request=6156, e=e@entry=0x7fffc89cb618) at xcb_in.c:390 > #3 0x0035e020b60b in xcb_wait_for_reply (c=c@entry=0x2308090, > request=6156, e=e@entry=0x7fffc89cb618) at xcb_in.c:420 > #4 0x0035e0a430b9 in _XReply (dpy=dpy@entry=0x2306e40, > rep=rep@entry=0x7fffc89cb660, extra=extra@entry=0, > discard=discard@entry=1) at xcb_io.c:601 > #5 0x0035e0a294d1 in XGetSelectionOwner (dpy=0x2306e40, > selection=305) at GetSOwner.c:41 > #6 0x7f3942929d46 in ecore_x_screen_is_composited > (screen=) at ecore_x_netwm.c:2034 > #7 0x7f3942b5250b in _ecore_evas_x_event_visibility_change > (data=, type=, event=0x46dd270) at > ecore_evas_x.c:748 > #8 0x7f394061b98c in _ecore_call_handler_cb (event= out>, type=, data=, func= out>) at ecore_private.h:317 > #9 _ecore_event_call () at ecore_events.c:559 > #10 0x7f394061fd09 in _ecore_main_loop_iterate_internal > (once_only=once_only@entry=0) at ecore_main.c:1811 > #11 0x7f3940620247 in ecore_main_loop_begin () at ecore_main.c:928 > #12 0x004313d4 in main (argc=, argv= out>) at e_main.c:965 > 82 if (SINGLE_THREAD_P) > 83return INLINE_SYSCALL (poll, 3, CHECK_N (fds, nfds), nfds, > timeout); > 84 > 85 int oldtype = LIBC_CANCEL_ASYNC (); > 86 > 87 int result = INLINE_SYSCALL (poll, 3,
Re: [E-devel] e fails to build and xkbmap fails to set variant
On 01/05/12 07:22, P Purkayastha wrote: > 1. e fails to build with this error: > > Making all in po > make[2]: Entering directory > `/var/tmp/portage/x11-wm/enlightenment-/work/e/po' > make enlightenment.pot-update > make[3]: Entering directory > `/var/tmp/portage/x11-wm/enlightenment-/work/e/po' > make[3]: *** No rule to make target > `../src/modules/xkbswitch/e_mod_keybindings.c', needed by > `enlightenment.pot-update'. Stop. > make[3]: Leaving directory > `/var/tmp/portage/x11-wm/enlightenment-/work/e/po' > make[2]: *** [enlightenment.pot] Error 2 > make[2]: Leaving directory > `/var/tmp/portage/x11-wm/enlightenment-/work/e/po' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/var/tmp/portage/x11-wm/enlightenment-/work/e' > make: *** [all] Error 2 > emake failed > > > > > 2. After the move to core e the setxkbmap -variant has stopped working. > In my case, it tries to run > > RUN: 'setxkbmap 'us' -variant 'dvorak,' -model 'default'' > > There are no more layouts specified after 'us', so simply removing the > "," at the end of dvorak makes it work. The attached patch works for me. > Same for me. I checked the manual, and it's specified there the , is not needed unless we use multiple layouts. Raster, if it's broken for you with japanese, you should possibly send a bug report for the setxkbmap guys and make them fix your issue. Bottom line: we should apply this patch if it fixes it. -- Tom. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
Re: [E-devel] e with composite crashes
On Tue, 01 May 2012 17:00:10 +0200 Ingvaldur Sigurjonsson said: your log (backtrace) doesn't say e crashed. your log says e is asking x if there is already a compositor there or not (looking for the compositor selection) and waiting for x to reply. it is probably sitting there, forever, never getting a reply. as such... you have a bug report to file off to your xorg/driver maintainers here as if x isn't immediately responding, then x is hung - almost definitely due to drivers. at this point e hasn't even started doing any gl stuff yet - this is it checking first if it should create the compositor canvas or not at all, and when it does then it'll start doing gl stuff. this is actually unrelated to driver at all, it's just fetching a value from the driver-independent parts of x. advice: downgrade to fedora 16 until they fix this. :) (problem could be xorg itself, any input drivers, display drivers, drm, dri, etc.) > Hi > >Since I updated to Fedora 17 (Beta), E17, which I'm building from svn > (easy_e17.sh), is constantly crashing on me. I've made sure no old > modules are lying around and that I build everything from a clean > installation. I used to set the CFLAGS to '-g -march=barcelona' but > changed the to '-g -march=native', which didn't change a thing. I've > started with empty (non-existing ~/.e) to no avail. > >E starts successfully but when I bring up the menu, move into > 'applications->accessories' and move the cursor up and down a bit, e > crashes when in a SYSCALL (poll). Please see the enclosed > e-xcb-poll-err.log, which contains a backtrace when e crashed, followed > by an 'list', 'up' and 'list' > >There is no crash when I disable the 'composite' extension, but hey, > I want all the cylinders to bring their part to the game. > >I've been running with Gnome-Shell 3-blaha and it runs with the same > OpenGL drivers without any crashes, but I miss E. > >I've tried running E with composite enabled from within Gnome-Shell > (using the ~/e17-src/e/x-ui.sh) and that works without crashing too ! > >Please advise on what I can do to help resolve the problem. > >Some basic facts: > > $ uname -a > Linux cosmos 3.3.4-1.fc17.x86_64 #1 SMP Fri Apr 27 18:39:03 UTC 2012 > x86_64 x86_64 x86_64 GNU/Linux > > $ glxinfo | grep OpenGL > OpenGL vendor string: X.Org > OpenGL renderer string: Gallium 0.4 on AMD RS880 > OpenGL version string: 2.1 Mesa 8.0.2 > OpenGL shading language version string: 1.20 > OpenGL extensions: > > $ gcc -v > Using built-in specs. > COLLECT_GCC=/usr/bin/gcc > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.7.0/lto-wrapper > Target: x86_64-redhat-linux > Configured with: ../configure --prefix=/usr --mandir=/usr/share/man > --infodir=/usr/share/info > --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap > --enable-shared --enable-threads=posix --enable-checking=release > --disable-build-with-cxx --disable-build-poststage1-with-cxx > --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions > --enable-gnu-unique-object --enable-linker-build-id > --with-linker-hash-style=gnu > --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto > --enable-plugin --enable-initfini-array --enable-java-awt=gtk > --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre > --enable-libgcj-multifile --enable-java-maintainer-mode > --with-ecj-jar=/usr/share/java/eclipse-ecj.jar > --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic > --with-arch_32=i686 --build=x86_64-redhat-linux > Thread model: posix > gcc version 4.7.0 20120416 (Red Hat 4.7.0-2) (GCC) > > Regards > - Ingvaldur -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
Re: [E-devel] [PATCH] Bring tiling module from EXTRAS into core
On 05/01/12 16:15, Stefan Schmidt wrote: > Hello. > > On Tue, 2012-05-01 at 08:49, Carsten Haitzler wrote: >> >> i havent looked at your initial patch yet, but include massimo's work here. >> you >> need it. :) > > I know merged all patches together, including the changes from > Massimo, to a one-in-all patch. Attached. > > regards > Stefan Schmidt If the patches are in order, and no build problems, then ++ here. However, I do not believe it should be "enabled" by default. Tiling in E17 is not a 'default' behavior (not everyone uses it or likes it), therefore should not be 'enabled' by default in most config profiles. That's my only objection. That aside, the code is nice, functional, and acceptable. In it goes (not enabled by default, but certainly easily available). Cheers, dh -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
Re: [E-devel] Pager as hidden desktop gadget / edge bindings
On 04/23/2012 09:00 AM, Nikolas Arend wrote: > On 04/21/2012 09:12 PM, Nikolas Arend wrote: >> On 04/20/2012 09:55 PM, Nikolas Arend wrote: >>> Hi, >>> >>> I'm having trouble with a couple things that affect usability for me: >>> >>> - I use the pager as a desktop gadget and set it to be on top only when >>> Ctrl+Alt+G is pressed or else, like in my case, when triggered by a >>> mouse binding. Then drag'n'drop is broken, I can drag the windows but >>> they snap back or land on a different virtual desktop. Also dragging >>> icons from itask to the pager does not work (itask is a "hidden" gadget >>> as well). If the pager gadget is on top all the time and not hidden, >>> everything works as expected. >>> >>> - edge bindings stop working erratically, usually when I used it once or >>> twice. I'm not sure what triggers it, but it might start when a window >>> is overlapping with the screen edge for the first time (i.e. window is >>> spanning past the desktop boundaries). But I can't really tell for >>> certain. I use an edge binding to trigger show/hide gadgets, but I'm >>> seeing the same for e.g. triggering comp scale windows. >>> >>> I'm at svn 70308 and use the efenniht theme, but I checked with the >>> default theme as well, same thing. I have composite on (OpenGl engine, >> As a side-note: I have the edge binding problem regardless of whether >> the composite module is loaded or not. >> >> Please let me know if I can provide more information that helps track >> this down. > Is anybody else seeing this, any comments? Just wanted to add that with the recent commits, at least the edge bindings seem to be fixed for my configuration (composite + OpenGL + texture from pixmaps). As said, I use an edge binding to trigger comp scale windows, which it seems to do reliably now. I didn't try the pager again. Thanks, Nick > > Thanks, Nick > > >> Thanks, Nick >> >> >> >>> texture from pixmap). >>> >>> >>> Thanks, Nick >>> >>> -- >>> For Developers, A Lot Can Happen In A Second. >>> Boundary is the first to Know...and Tell You. >>> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! >>> http://p.sf.net/sfu/Boundary-d2dvs2 >>> ___ >>> enlightenment-devel mailing list >>> enlightenment-devel@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel >>> >> -- >> For Developers, A Lot Can Happen In A Second. >> Boundary is the first to Know...and Tell You. >> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! >> http://p.sf.net/sfu/Boundary-d2dvs2 >> ___ >> enlightenment-devel mailing list >> enlightenment-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel >> > -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
Re: [E-devel] [patch] minor fix to eeze doc
in. Thank you. -Regards, Hermet- -Original Message- From: "Jérôme Pinot"To: "e-devel" ; Cc: Sent: 2012-05-01 (화) 18:58:24 Subject: [E-devel] [patch] minor fix to eeze doc This fix a single typo in eeze doxygen doc, -- Jérôme Pinot http://ngc891.blogdns.net/ -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
Re: [E-devel] e with composite crashes
On 05/02/2012 04:55 AM, Ingvaldur Sigurjonsson wrote: > On 05/01/2012 07:50 PM, P Purkayastha wrote: >> On 05/01/2012 11:00 PM, Ingvaldur Sigurjonsson wrote: >>> I've tried running E with composite enabled from within Gnome-Shell >>> (using the ~/e17-src/e/x-ui.sh) and that works without crashing too ! >> When using x-ui.sh, e17 uses software rendering. So, no wonder you are >> not seeing any crashes. > Ok thanks, no wonder then. >> You should provide some debug information at least. See >> http://trac.enlightenment.org/e/wiki/Debugging > I did attach a .log-file in my first post but it must have been removed. Oops. So sorry. I didn't notice the log file attachment. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
[E-devel] Celebrating elementary 1.0
On 04/20/12 20:11, Carsten Haitzler wrote: > On Fri, 20 Apr 2012 20:05:19 +0900 Daniel Juyung Seo > said: > > > On Apr 20, 2012 7:46 PM, "Jérôme Pinot" wrote: > > > > > > On 04/20/12 13:57, Daniel Juyung Seo wrote: > > > > Wow.. 10 years in Korea! That's great. > > > > I've tried ePeriodique before :) But I didn't notice it supports Korean > > though. > > > > Interesting. Did you translate that by yourself? > > > > > > Yes, but this was mostly lonely words, so it was not a big challenge :-) > > > > still great! ifound a typo about halogen though. > > :) my korean *IS* just typos. 치발! :) > > > > > Btw, the Korean User Group is not limited to foreigners. > > > > It is just a blob of links about EFL information written in Korean. > > > > We may open up a forum later but as of now we have links only. > > > > > > > > Anyhow, it's great to know that you lived in Korean for 10 years. > > > > > > And I'm still here, mostly in Daejeon, sometimes in Seoul. > > > > > wow that's a news! what do you do there? > > come to suwon and spank raster when you have time :) > > or come to seoul. i live in yongsan. maybe we should have regular monthly > e/efl > dinners now we have more people spread out? if you're in seoul sometimes... we > might be able to arrange something. What about celebrating elementary 1.0.0 next sunday in Seoul? Who might be interested by drinking some beer after all the effort? I'll be in Seoul for some irrelevant french presidential election... -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc Description: Digital signature -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
Re: [E-devel] Celebrating elementary 1.0
On Wed, May 2, 2012 at 1:39 PM, Jérôme Pinot wrote: > On 04/20/12 20:11, Carsten Haitzler wrote: >> On Fri, 20 Apr 2012 20:05:19 +0900 Daniel Juyung Seo >> said: >> >> > On Apr 20, 2012 7:46 PM, "Jérôme Pinot" wrote: >> > > >> > > On 04/20/12 13:57, Daniel Juyung Seo wrote: >> > > > Wow.. 10 years in Korea! That's great. >> > > > I've tried ePeriodique before :) But I didn't notice it supports Korean >> > though. >> > > > Interesting. Did you translate that by yourself? >> > > >> > > Yes, but this was mostly lonely words, so it was not a big challenge :-) >> > >> > still great! ifound a typo about halogen though. >> >> :) my korean *IS* just typos. 치발! :) >> >> > > > Btw, the Korean User Group is not limited to foreigners. >> > > > It is just a blob of links about EFL information written in Korean. >> > > > We may open up a forum later but as of now we have links only. >> > > > >> > > > Anyhow, it's great to know that you lived in Korean for 10 years. >> > > >> > > And I'm still here, mostly in Daejeon, sometimes in Seoul. >> > > >> > wow that's a news! what do you do there? >> > come to suwon and spank raster when you have time :) >> >> or come to seoul. i live in yongsan. maybe we should have regular monthly >> e/efl >> dinners now we have more people spread out? if you're in seoul sometimes... >> we >> might be able to arrange something. > > What about celebrating elementary 1.0.0 next sunday in Seoul? > Who might be interested by drinking some beer after all the effort? Great idea! i would like to join celebrating elm 1.0.0. Also OpenBSD 5.1 released. :P > > I'll be in Seoul for some irrelevant french presidential election... > > -- > Jérôme Pinot > http://ngc891.blogdns.net/ > > -- > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > ___ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
Re: [E-devel] [PATCH] Bring tiling module from EXTRAS into core
Hello. On Tue, 2012-05-01 at 19:23, Christopher Michael wrote: > > If the patches are in order, and no build problems, then ++ here. > However, I do not believe it should be "enabled" by default. Tiling > in E17 is not a 'default' behavior (not everyone uses it or likes > it), therefore should not be 'enabled' by default in most config > profiles. That's my only objection. That aside, the code is nice, > functional, and acceptable. In it goes (not enabled by default, but > certainly easily available). Hmm, the building of the module is enabled by default. It still needs to be loaded by the user or a profile (no profile does this right now) to be used. I enabled the building so it is easier to spot for users that it is available without being hidden behind a configure flag. If this is not accaptable I will send an updated patch which disables the build by default. regards Stefan Schmidt -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
Re: [E-devel] Celebrating elementary 1.0
On Wed, May 2, 2012 at 1:39 PM, Jérôme Pinot wrote: > On 04/20/12 20:11, Carsten Haitzler wrote: >> On Fri, 20 Apr 2012 20:05:19 +0900 Daniel Juyung Seo >> said: >> > On Apr 20, 2012 7:46 PM, "Jérôme Pinot" wrote: >> > > >> > > On 04/20/12 13:57, Daniel Juyung Seo wrote: >> > > > Wow.. 10 years in Korea! That's great. >> > > > I've tried ePeriodique before :) But I didn't notice it supports Korean >> > though. >> > > > Interesting. Did you translate that by yourself? >> > > >> > > Yes, but this was mostly lonely words, so it was not a big challenge :-) >> > >> > still great! ifound a typo about halogen though. >> >> :) my korean *IS* just typos. 치발! :) >> >> > > > Btw, the Korean User Group is not limited to foreigners. >> > > > It is just a blob of links about EFL information written in Korean. >> > > > We may open up a forum later but as of now we have links only. >> > > > >> > > > Anyhow, it's great to know that you lived in Korean for 10 years. >> > > >> > > And I'm still here, mostly in Daejeon, sometimes in Seoul. >> > > >> > wow that's a news! what do you do there? >> > come to suwon and spank raster when you have time :) >> >> or come to seoul. i live in yongsan. maybe we should have regular monthly >> e/efl >> dinners now we have more people spread out? if you're in seoul sometimes... >> we >> might be able to arrange something. > > What about celebrating elementary 1.0.0 next sunday in Seoul? > Who might be interested by drinking some beer after all the effort? Let celebrate ! Count me in ! -- Cedric BAIL -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
Re: [E-devel] Celebrating elementary 1.0
On Wed, 2 May 2012 15:34:20 +0900 Cedric BAIL said: > On Wed, May 2, 2012 at 1:39 PM, Jérôme Pinot wrote: > > On 04/20/12 20:11, Carsten Haitzler wrote: > >> On Fri, 20 Apr 2012 20:05:19 +0900 Daniel Juyung Seo > >> said: > >> > On Apr 20, 2012 7:46 PM, "Jérôme Pinot" wrote: > >> > > > >> > > On 04/20/12 13:57, Daniel Juyung Seo wrote: > >> > > > Wow.. 10 years in Korea! That's great. > >> > > > I've tried ePeriodique before :) But I didn't notice it supports > >> > > > Korean > >> > though. > >> > > > Interesting. Did you translate that by yourself? > >> > > > >> > > Yes, but this was mostly lonely words, so it was not a big > >> > > challenge :-) > >> > > >> > still great! ifound a typo about halogen though. > >> > >> :) my korean *IS* just typos. 치발! :) > >> > >> > > > Btw, the Korean User Group is not limited to foreigners. > >> > > > It is just a blob of links about EFL information written in Korean. > >> > > > We may open up a forum later but as of now we have links only. > >> > > > > >> > > > Anyhow, it's great to know that you lived in Korean for 10 years. > >> > > > >> > > And I'm still here, mostly in Daejeon, sometimes in Seoul. > >> > > > >> > wow that's a news! what do you do there? > >> > come to suwon and spank raster when you have time :) > >> > >> or come to seoul. i live in yongsan. maybe we should have regular monthly > >> e/efl dinners now we have more people spread out? if you're in seoul > >> sometimes... we might be able to arrange something. > > > > What about celebrating elementary 1.0.0 next sunday in Seoul? > > Who might be interested by drinking some beer after all the effort? > > Let celebrate ! Count me in ! i might be able to make it... depends what time/where :) -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
Re: [E-devel] Celebrating elementary 1.0
On 05/02/12 15:44, Carsten Haitzler wrote: > On Wed, 2 May 2012 15:34:20 +0900 Cedric BAIL said: > > > On Wed, May 2, 2012 at 1:39 PM, Jérôme Pinot wrote: > > > On 04/20/12 20:11, Carsten Haitzler wrote: > > >> On Fri, 20 Apr 2012 20:05:19 +0900 Daniel Juyung Seo > > >> > > >> said: > > >> > On Apr 20, 2012 7:46 PM, "Jérôme Pinot" wrote: > > >> > > > > >> > > On 04/20/12 13:57, Daniel Juyung Seo wrote: > > >> > > > Wow.. 10 years in Korea! That's great. > > >> > > > I've tried ePeriodique before :) But I didn't notice it supports > > >> > > > Korean > > >> > though. > > >> > > > Interesting. Did you translate that by yourself? > > >> > > > > >> > > Yes, but this was mostly lonely words, so it was not a big > > >> > > challenge :-) > > >> > > > >> > still great! ifound a typo about halogen though. > > >> > > >> :) my korean *IS* just typos. 치발! :) > > >> > > >> > > > Btw, the Korean User Group is not limited to foreigners. > > >> > > > It is just a blob of links about EFL information written in Korean. > > >> > > > We may open up a forum later but as of now we have links only. > > >> > > > > > >> > > > Anyhow, it's great to know that you lived in Korean for 10 years. > > >> > > > > >> > > And I'm still here, mostly in Daejeon, sometimes in Seoul. > > >> > > > > >> > wow that's a news! what do you do there? > > >> > come to suwon and spank raster when you have time :) > > >> > > >> or come to seoul. i live in yongsan. maybe we should have regular monthly > > >> e/efl dinners now we have more people spread out? if you're in seoul > > >> sometimes... we might be able to arrange something. > > > > > > What about celebrating elementary 1.0.0 next sunday in Seoul? > > > Who might be interested by drinking some beer after all the effort? > > > > Let celebrate ! Count me in ! > > i might be able to make it... depends what time/where :) I guess you should choose place and time! -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc Description: Digital signature -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel