March 2, 2010
11:52 a.m.
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