[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Fallback window size on Mac is too small (#288)

pavel-krivanek notifications at github.com
Fri Oct 5 11:01:44 UTC 2018


The issue was described with this code
```bash
curl get.pharo.org/60+vm | bash
./pharo Pharo.image save 1.image
./pharo-ui 1.image
```
When you did it, the Pharo started but no UI was shown. Then we realized that the UI actually started and the window was opened but it was so small that it was hard to notice. 
So, when you start the image in headless mode, the VM during saving sets the real window size and since the headless VM has no window, it is set to fallback values (10 at 10).
Then when the image is started in standard mode with the display, it extremely small.



-- 
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/issues/288#issuecomment-427326459
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20181005/c3113ecd/attachment.html>


More information about the Vm-dev mailing list