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 _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
> 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 > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] 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 <[hidden email]> 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 >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Best regards, Igor Stasenko AKA sig. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
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 <[hidden email]> 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 >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > > -- > Best regards, > Igor Stasenko AKA sig. > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |