[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] sqUnixXdnd: Don't record SQDragLeave when XdndDrop is handled (#508)

Tom Beckmann notifications at github.com
Wed Jul 8 10:28:23 UTC 2020


Hey @LinqLover, you should be able to get it to run on a 64bit linux as well. When running it will report which libraries are currently not installed in 32bit, on my system this was the only step necessary to get it to run: `sudo apt install libxrender1:i386 libpangocairo-1.0-0:i386`

In general, once you know which libraries cannot be loaded, you can run for example `ldd Contents/Linux-i686/so.vm-display-X11` to see which of its dependencies are missing and then install those via apt-get with the `:i386` suffix.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/508#issuecomment-655433619
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20200708/88e8fb8d/attachment-0001.html>


More information about the Vm-dev mailing list