> > with upgrade from eterm 0.9.4 to 0.9.5 i have lost the possibility
> > to use middle-button-pasting to other apps, eg from eterm to
> > ooffice. can anybody confirm?
> 
> There was a patch made to Eterm before 0.9.5 was released that
> affected copy-and-paste.  It is said to fix problems with Qt apps, but
> I've also been told by others that it breaks things.  Here's the
> patch:
> 
> ----------- 8< ----- cut here ------- 8< -----------
> Index: src/screen.c
> ===================================================================
> --- src/screen.c        (revision 34572)
> +++ src/screen.c        (revision 34573)
> @@ -3320,7 +3320,7 @@
>          target_list[0] = (Atom32) props[PROP_SELECTION_TARGETS];
>          target_list[1] = (Atom32) XA_STRING;
>          XChangeProperty(Xdisplay, rq->requestor, rq->property, rq->target,
> -                        (8 * sizeof(target_list[0])), PropModeReplace, 
> (unsigned char *) target_list,
> +                        8, PropModeReplace, (unsigned char *) target_list,
>                          (sizeof(target_list) / sizeof(target_list[0])));
>          ev.xselection.property = rq->property;
>  #if defined(MULTI_CHARSET) && defined(HAVE_X11_XMU_ATOMS_H)
> ----------- 8< ----- cut here ------- 8< -----------
> 
> Try reverting that change, and see if it helps.

yes this was it! now it works (even with qt based apps). 
thanks for the patch.
pavel

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to