<p>The issue was described with this code</p>
<div class="highlight highlight-source-shell"><pre>curl get.pharo.org/60+vm <span class="pl-k">|</span> bash
./pharo Pharo.image save 1.image
./pharo-ui 1.image</pre></div>
<p>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.<br>
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@10).<br>
Then when the image is started in standard mode with the display, it extremely small.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/288#issuecomment-427326459">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AhLyW3eksrhc7OrgzT6P_vkVfXzQ3rIfks5uhzwYgaJpZM4XJ3vl">mute the thread</a>.<img src="https://github.com/notifications/beacon/AhLyW-ZHayxrsczeFqdDFYk_C_tySvkwks5uhzwYgaJpZM4XJ3vl.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/OpenSmalltalk/opensmalltalk-vm","title":"OpenSmalltalk/opensmalltalk-vm","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm"}},"updates":{"snippets":[{"icon":"PERSON","message":"@pavel-krivanek in #288: The issue was described with this code\r\n```bash\r\ncurl get.pharo.org/60+vm | bash\r\n./pharo Pharo.image save 1.image\r\n./pharo-ui 1.image\r\n```\r\nWhen 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. \r\nSo, 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@10).\r\nThen when the image is started in standard mode with the display, it extremely small.\r\n\r\n"}],"action":{"name":"View Issue","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/288#issuecomment-427326459"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/288#issuecomment-427326459",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/288#issuecomment-427326459",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [OpenSmalltalk/opensmalltalk-vm] Fallback window size on Mac is too small (#288)",
"sections": [
{
"text": "",
"activityTitle": "**pavel-krivanek**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@pavel-krivanek",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"OpenSmalltalk/opensmalltalk-vm\",\n\"issueId\": 288,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"OpenSmalltalk/opensmalltalk-vm\",\n\"issueId\": 288\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/288#issuecomment-427326459"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 388463589\n}"
}
],
"themeColor": "26292E"
}
]</script>