[Pharo-project] Clipboard problems on 10289
There is also a clipboard problem with pharo on my machine. I cannot copy from VW and paste to Pharo, clipboard buffer seems to be empty. But I can paste the other direction, from Pharo to VW. If I copy from some other source like this text from Thunderbird, it copies but with cr or something appended at the end (a character like [] ). I'm on openSuse 11.1 on KDE. Best regards Janko -- Janko Mivšek Svetovalec za informatiko Eranova d.o.o. Ljubljana, Slovenija www.eranova.si tel: 01 514 22 55 faks: 01 514 22 56 gsm: 031 674 565
Janko Mivšek wrote:
There is also a clipboard problem with pharo on my machine. I cannot copy from VW and paste to Pharo, clipboard buffer seems to be empty. But I can paste the other direction, from Pharo to VW.
That's probably also fixed by the latest (unofficial) fix. Michael
On Wed, Apr 22, 2009 at 6:30 PM, Michael Rueger <m.rueger@acm.org> wrote:
Janko Mivšek wrote:
There is also a clipboard problem with pharo on my machine. I cannot copy from VW and paste to Pharo, clipboard buffer seems to be empty. But I can paste the other direction, from Pharo to VW.
That's probably also fixed by the latest (unofficial) fix.
Clipboard from normal external things work for me but with alt instead of ctrl. Ubuntu 8.10, 10289. Thanks!
Michael
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Mon, Apr 27, 2009 at 1:11 PM, Michael Rueger <m.rueger@acm.org> wrote:
Mariano Martinez Peck wrote:
Clipboard from normal external things work for me but with alt instead of ctrl.
If you turn on swapControlAndAltKeys in the preferences it should work.
You will start hating me :( No, I have just tried it but didn't work. The swap mouse button doesn't work also. So, perhaps is a general preference problem. Thanks! Mariano
Michael
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Mariano Martinez Peck wrote:
You will start hating me :(
Definitely not!
No, I have just tried it but didn't work. The swap mouse button doesn't work also. So, perhaps is a general preference problem.
Did you set it using the preference browser? Which image version are you on? I used 10293. Michael
No, I have just tried it but didn't work. The swap mouse button doesn't work also. So, perhaps is a general preference problem.
Did you set it using the preference browser? Which image version are you on? I used 10293.
10293 ?? Where did you get it ? I cannot find it in http://gforge.inria.fr/frs/?group_id=1299 I am using pharo0.1-10292dev09.04.6 Cheers, Mariano
Michael
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
2009/4/27 Mariano Martinez Peck <marianopeck@gmail.com>:
10293 ?? Where did you get it ? I cannot find it in http://gforge.inria.fr/frs/?group_id=1299
I am using pharo0.1-10292dev09.04.6
System->update -- Damien Cassou http://damiencassou.seasidehosting.st
On Mon, Apr 27, 2009 at 1:34 PM, Damien Cassou <damien.cassou@gmail.com>wrote:
2009/4/27 Mariano Martinez Peck <marianopeck@gmail.com>:
10293 ?? Where did you get it ? I cannot find it in http://gforge.inria.fr/frs/?group_id=1299
I am using pharo0.1-10292dev09.04.6
System->update
Ok, sorry. I forgot about that. I tried 10293 and same results. It seems preference browser doesn't work for certain things. For example: swapmousebuttoms or swapControlAndAltKeys doesn't change anything.
-- Damien Cassou http://damiencassou.seasidehosting.st
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Mariano Martinez Peck wrote:
Ok, sorry. I forgot about that. I tried 10293 and same results. It seems preference browser doesn't work for certain things. For example: swapmousebuttoms or swapControlAndAltKeys doesn't change anything.
Yes, that is part of the problem, changeInformee in the preferences still points to the old InputSensor. But it seems that the whole swap-transmogrify-mangle "logic"is actually never invoked at all in the new sensor code. I probably got confused and didn't merge properly. Fix coming up soon :-) Thanks for testing!! Michael
On Mon, Apr 27, 2009 at 3:24 PM, Michael Rueger <m.rueger@acm.org> wrote:
Mariano Martinez Peck wrote:
Ok, sorry. I forgot about that. I tried 10293 and same results. It seems preference browser doesn't work for certain things. For example: swapmousebuttoms or swapControlAndAltKeys doesn't change anything.
Yes, that is part of the problem, changeInformee in the preferences still points to the old InputSensor. But it seems that the whole swap-transmogrify-mangle "logic"is actually never invoked at all in the new sensor code. I probably got confused and didn't merge properly.
Fix coming up soon :-)
Don't worry. Good things take long time to arrive :)
Thanks for testing!!
You are welcome. Thanks to you for the job and the pain haha. Cheers, Mariano
Michael
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (4)
-
Damien Cassou -
Janko Mivšek -
Mariano Martinez Peck -
Michael Rueger