Re: [Pharo-users] [Vm-dev] Running headless on Windows

2018-01-19 Thread Stephane Ducasse
I hope that we can fix it. Can you add a bug entry? On Fri, Dec 29, 2017 at 4:13 PM, Andrei Stebakov wrote: > Nicolai, the maximize/non-maximize trick worked! Thanks! I wonder if it's an > easy fix to put in Pharo. > > On Fri, Dec 29, 2017 at 6:22 AM, p...@highoctane.be > wrote: >> >> I am using

Re: [Pharo-users] [Vm-dev] Running headless on Windows

2018-01-18 Thread Nicolai Hess
2017-12-29 16:53 GMT+01:00 Denis Kudriashov : > 2017-12-29 16:13 GMT+01:00 Andrei Stebakov : > >> Nicolai, the maximize/non-maximize trick worked! Thanks! I wonder if it's >> an easy fix to put in Pharo. >> > > So it means that something in image is not initialised. It can be another > bug of wron

Re: [Pharo-users] [Vm-dev] Running headless on Windows

2017-12-29 Thread Denis Kudriashov
2017-12-29 16:13 GMT+01:00 Andrei Stebakov : > Nicolai, the maximize/non-maximize trick worked! Thanks! I wonder if it's > an easy fix to put in Pharo. > So it means that something in image is not initialised. It can be another bug of wrong startup order > > On Fri, Dec 29, 2017 at 6:22 AM, p..