[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] vm ignores command line parameters (Issue #605)

nabble.42 at klix.ch nabble.42 at klix.ch
Wed Nov 17 11:38:16 UTC 2021


On 11/17/21 11:47 AM, Dr. Nicola Mingotti wrote:
>   
> 
> 
> Hi, I am trying to build a simple standalone application in Smalltalk.
> I would need to set a proper title to the X window, i tried this, but it is not recognized.
> ```
> $> sqcogspur64linuxht/squeak  -title 'Test title'  ./Cuis-Smalltalk-Dev/RenameFileAppImage.image
> =>
> unknown option: -title
> Usage: sqcogspur64linuxht/lib/squeak/5.0-202003021730/squeak [<option>...] [<imageName> [<argument>...]]
>         sqcogspur64linuxht/lib/squeak/5.0-202003021730/squeak [<option>...] -- [<argument>...]
> options begin with single -, but -- prefix is silently accepted
> ```
> any ideas?
> 
> My system
> ```
> # linux version
> $> uname -a
> Linux deb4 5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64 GNU/Linux
> # vm version
> cuis workspace> Smalltalk vmVersion .
> 'Open Smalltalk Cog[Spur] VM [CoInterpreterPrimitives VMMaker.oscog-nice.2715]'
> ```
> 
> 
> 
Hi Nicola,

Try 'sqcogspur64linuxht/squeak -vm-display-X11 -title 'Test title' 
./Cuis-Smalltalk-Dev/RenameFileAppImage.image'


HTH,

Gerald


More information about the Vm-dev mailing list