[Pharo-project] Linux clipboard
In Pharo 1.1 the clipboard doesn't work on Linux VM (because of fix of Issue 1793: Remove SqueakClipBoard). Alain replaced SqueakClipboard with ExternalClipboard as default OSPlatform clipboardClass. The ExternalClipboard class requires VM with ClipboardExtendedPlugin. The default clipboard class should be Clipboard. Cheers, -- Pavel
In Pharo 1.1 the clipboard doesn't work on Linux VM (because of fix of Issue 1793: Remove SqueakClipBoard).
My mistake so I will revert the changes. I was an empty class.
Alain replaced SqueakClipboard with ExternalClipboard as default OSPlatform clipboardClass. The ExternalClipboard class requires VM with ClipboardExtendedPlugin.
The default clipboard class should be Clipboard.
Cheers, -- Pavel
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Yeah.. i reported this problem but were unable to pin-point it. On 2 March 2010 15:29, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
In Pharo 1.1 the clipboard doesn't work on Linux VM (because of fix of Issue 1793: Remove SqueakClipBoard).
My mistake so I will revert the changes. I was an empty class.
Alain replaced SqueakClipboard with ExternalClipboard as default OSPlatform clipboardClass. The ExternalClipboard class requires VM with ClipboardExtendedPlugin.
The default clipboard class should be Clipboard.
Cheers, -- Pavel
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Best regards, Igor Stasenko AKA sig.
I will revert my idiot change :( On Mar 2, 2010, at 5:59 PM, Igor Stasenko wrote:
Yeah.. i reported this problem but were unable to pin-point it.
On 2 March 2010 15:29, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
In Pharo 1.1 the clipboard doesn't work on Linux VM (because of fix of Issue 1793: Remove SqueakClipBoard).
My mistake so I will revert the changes. I was an empty class.
Alain replaced SqueakClipboard with ExternalClipboard as default OSPlatform clipboardClass. The ExternalClipboard class requires VM with ClipboardExtendedPlugin.
The default clipboard class should be Clipboard.
Cheers, -- Pavel
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Best regards, Igor Stasenko AKA sig.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Igor Stasenko -
Pavel Krivanek -
Stéphane Ducasse