On Thu, Jul 9, 2020 at 6:52 AM David T. Lewis <[hidden email]> wrote:
I just found this site, which lists packages for many linux distros: Fedora has 4.10.2.2614 VMs for 32 bit ARM, 64 bit ARM, and 64 bit x86, it appears. This matches the last src.tar.gz on http://squeakvm.org/unix/release/ (IIRC it's an automated build that pulls the latest from that site - but I could be mixing that up with Debian) That site also shows which distros carry etoys and scratch packages. Vanessa |
In reply to this post by David T Lewis
@LinqLover pushed 2 commits. — |
In reply to this post by David T Lewis
@LinqLover pushed 1 commit.
— |
In reply to this post by David T Lewis
@LinqLover pushed 1 commit.
— |
In reply to this post by David T Lewis
@LinqLover pushed 1 commit.
— |
In reply to this post by David T Lewis
Thanks for all the hints, I will try that soon! However, reviving the full DnD potential will surely happen in separate threads and PRs. This one is ready now, again, at least from my side. Please see the updated description above. I hereby confirm that the latest version again does not show any regressions in an up to date Squeak image. @nicolas-cellier-aka-nice Would you mind to review/squash-merge again as soon as the checks have completed? :-) — |
In reply to this post by David T Lewis
@LinqLover pushed 1 commit.
— |
In reply to this post by David T Lewis
-----BEGIN PGP SIGNED MESSAGE----- I tested compiling this branch 'sqUnixXdnd' on Solaris; the sqUnixXdnd code seems to compiles but how can I test please ? In order to compile I have to apply a small patch, but that is always the case. It is an interesting topic, to hear and read about the history of the However when you write what exactly did you test please ? Currently it seems I can drag a file into Squeak, I don't seem to be able to drag anything out of Squeak. Regards, -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJfKYlWAAoJEAwpOKXMq1MapMEH/iHRtguF8NLJsLMeECjDq9WD — |
In reply to this post by David T Lewis
-----BEGIN PGP SIGNED MESSAGE----- Actually on further inspection, there seems to exist a variable if (getenv("SQUEAK_NOXDND")) useXdnd= 0; when set , this disables the dnd support. Indeed when export SQUEAK_NOXDND=1, the drag action of a file into Squeak, But essentially I wonder (from the discussion) so far, what you are trying, David Stes -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJfKaSSAAoJEAwpOKXMq1MaC2QH/jIVUBRVOBBVqdF4tdpTxHUn — |
In reply to this post by David T Lewis
Hi David, thanks for your interest and sorry for the delay, I was on holiday!
As you wrote, you can drag a file into the image and an external drop handler will handle it (or a dialog window will appear if there are multiple handlers). You can also drag multiple files into the image and they will be processed sequentially. So this is the only "acceptance test" I did so far. From a lower-level perspective, you can manipulate
In the first step, I only cleaned up the list of DND events generated by the X11 OSVM as described in the PR message. Depending on this PR, I am extending
That's right, it might have worked on some platform in some ancient past, but nowadays it does not appear to work. But this would be interesting next steps, as well as dragging non-file stuff such as text or images into the image. Stay tuned! :-) Best, — |
In reply to this post by David T Lewis
-----BEGIN PGP SIGNED MESSAGE----- Hi, I tested the following, with a VM compiled from the sqUnixXdnd branch: git remote -vorigin https://github.com/LinqLover/opensmalltalk-vm.git (fetch) git branchCog
Tested:
Yes it works , the cursor temporarily changes to a 'drag with +' sign when,
Yes, I think so. I have files file1 and file2 and first drag file1 without
The cursor changes again to a drag with "+" sign but when I drop the text, The image continues to accept other files after that. What also seems to work for me is to drag a folder (directory) into Squeak. I think it is an interesting PR (pull request). But basically I don't understand what you are trying to fix. But obviously there must exist bugs in there ... However basically you seem to be "cleaning up" while I don't understand Regards, -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJfPAlVAAoJEAwpOKXMq1MaFXkIAMA8YImzs9vBj7J68M3guJdS — |
In reply to this post by David T Lewis
-----BEGIN PGP SIGNED MESSAGE----- Hi, I tested the following, with a VM compiled from the sqUnixXdnd branch: git remote -vorigin https://github.com/LinqLover/opensmalltalk-vm.git (fetch) git branchCog
Tested:
Yes it works , the cursor temporarily changes to a 'drag with +' sign when,
Yes, I think so. I have files file1 and file2 and first drag file1 without
The cursor changes again to a drag with "+" sign but when I drop the text, The image continues to accept other files after that. What also seems to work for me is to drag a folder (directory) into Squeak. I think it is an interesting PR (pull request). But basically I don't understand what you are trying to fix. But obviously there must exist bugs in there ... However basically you seem to be "cleaning up" while I don't understand Regards, -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJfPAlVAAoJEAwpOKXMq1MaFXkIAMA8YImzs9vBj7J68M3guJdS — |
In reply to this post by David T Lewis
-----BEGIN PGP SIGNED MESSAGE----- Hi, I tested the following, with a VM compiled from the sqUnixXdnd branch: git remote -vorigin https://github.com/LinqLover/opensmalltalk-vm.git (fetch) git branchCog
Tested:
Yes it works , the cursor temporarily changes to a 'drag with +' sign when,
Yes, I think so. I have files file1 and file2 and first drag file1 without
The cursor changes again to a drag with "+" sign but when I drop the text, The image continues to accept other files after that. What also seems to work for me is to drag a folder (directory) into Squeak. I think it is an interesting PR (pull request). But basically I don't understand what you are trying to fix. But obviously there must exist bugs in there ... However basically you seem to be "cleaning up" while I don't understand Regards, -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJfPAlVAAoJEAwpOKXMq1MaFXkIAMA8YImzs9vBj7J68M3guJdS — |
In reply to this post by David T Lewis
-----BEGIN PGP SIGNED MESSAGE----- Hi, I tested the following, with a VM compiled from the sqUnixXdnd branch: git remote -vorigin https://github.com/LinqLover/opensmalltalk-vm.git (fetch) git branchCog
Tested:
Yes it works , the cursor temporarily changes to a 'drag with +' sign when,
Yes, I think so. I have files file1 and file2 and first drag file1 without
The cursor changes again to a drag with "+" sign but when I drop the text, The image continues to accept other files after that. What also seems to work for me is to drag a folder (directory) into Squeak. I think it is an interesting PR (pull request). But basically I don't understand what you are trying to fix. But obviously there must exist bugs in there ... However basically you seem to be "cleaning up" while I don't understand Regards, -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJfPAlVAAoJEAwpOKXMq1MaFXkIAMA8YImzs9vBj7J68M3guJdS — |
In reply to this post by David T Lewis
-----BEGIN PGP SIGNED MESSAGE----- Hi, I tested the following, with a VM compiled from the sqUnixXdnd branch: git remote -vorigin https://github.com/LinqLover/opensmalltalk-vm.git (fetch) git branchCog
Tested:
Yes it works , the cursor temporarily changes to a 'drag with +' sign when,
Yes, I think so. I have files file1 and file2 and first drag file1 without
The cursor changes again to a drag with "+" sign but when I drop the text, The image continues to accept other files after that. What also seems to work for me is to drag a folder (directory) into Squeak. I think it is an interesting PR (pull request). But basically I don't understand what you are trying to fix. But obviously there must exist bugs in there ... However basically you seem to be "cleaning up" while I don't understand Regards, -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJfPAlVAAoJEAwpOKXMq1MaFXkIAMA8YImzs9vBj7J68M3guJdS — |
In reply to this post by David T Lewis
-----BEGIN PGP SIGNED MESSAGE----- By the way I did the same 3 tests with a VM which I compiled from the I seem to be having the same results. David. -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJfPAwiAAoJEAwpOKXMq1MaE+4H/RIo+hfJjnwlvuMkSoRkkayi — |
In reply to this post by David T Lewis
-----BEGIN PGP SIGNED MESSAGE----- By the way I did the same 3 tests with a VM which I compiled from the I seem to be having the same results. David. -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJfPAwiAAoJEAwpOKXMq1MaE+4H/RIo+hfJjnwlvuMkSoRkkayi — |
In reply to this post by David T Lewis
-----BEGIN PGP SIGNED MESSAGE----- By the way I did the same 3 tests with a VM which I compiled from the I seem to be having the same results. David. -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJfPAwiAAoJEAwpOKXMq1MaE+4H/RIo+hfJjnwlvuMkSoRkkayi — |
In reply to this post by David T Lewis
-----BEGIN PGP SIGNED MESSAGE----- By the way I did the same 3 tests with a VM which I compiled from the I seem to be having the same results. David. -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJfPAwiAAoJEAwpOKXMq1MaE+4H/RIo+hfJjnwlvuMkSoRkkayi — |
In reply to this post by David T Lewis
-----BEGIN PGP SIGNED MESSAGE----- By the way I did the same 3 tests with a VM which I compiled from the I seem to be having the same results. David. -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJfPAwiAAoJEAwpOKXMq1MaE+4H/RIo+hfJjnwlvuMkSoRkkayi — |
Free forum by Nabble | Edit this page |