On Thursday, 14 May 2009, at 14:59:11 (+0200),
Pavel Sanda wrote:
> 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.
Michael
--
Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <[email protected]>
Linux Server/Cluster Admin, LBL.gov Author, Eterm (www.eterm.org)
-----------------------------------------------------------------------
"No one can see their reflection in running water. It is only in
still water that we can see." -- Taoist Proverb
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users