[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] `primitiveScreenScaleFactor` broken on headless Linux/X11 VMs (Issue #625)

Marcel Taeumel notifications at github.com
Mon Apr 25 13:37:32 UTC 2022


Yes, adding the following to line 4897 in sqUnixX11.c fixes one segfault:

```
  if (headless || !isConnectedToXServer)
    return nan("MISS");
```

Still, there is this other one on `#beCursor` :-/

-- 
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/625#issuecomment-1108586604
You are receiving this because you are subscribed to this thread.

Message ID: <OpenSmalltalk/opensmalltalk-vm/issues/625/1108586604 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20220425/5f41b114/attachment.html>


More information about the Vm-dev mailing list