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

Dr. Nicola Mingotti notifications at github.com
Wed Nov 17 10:47:54 UTC 2021


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]' 
```



-- 
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/605
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20211117/26d5e0f8/attachment.html>


More information about the Vm-dev mailing list