[Cuis-dev] -ud option

Hilaire Fernandes hfern at free.fr
Thu Jul 23 06:49:37 PDT 2026


Hi,

I have some behavior I don't understand with this option. I think it was 
working as expected before; I use it in DrGeo start-up sequence but I am 
not sure now.

I have a Cuis application arranged as:

DyboApp/
├── DyboAppMulti.sh
├── DyboApp.sh
├── License.txt
├── README
├── Resources
│   ├── dkm
│   ├── graphics
│   ├── image
│   ├── myPDF
│   ├── refData
│   ├── scripts
│   └── userData
└── VM
     └── Linux-x86_64

My DyboApp.sh start-up script is like that:

...

echo "$RESOURCES"
# execute
exec "$VM/squeak" $COMPO \
     --plugins "$VM" \
     --encoding utf-8 \
     -vm-display-X11 \
     --title "DyboApp" \
     "$image" \
     -d "Smalltalk at: #home put: '$HOME' asDirectoryEntry" \
     -ud "$RESOURCES"

When I start the application from a terminal :

cd /tmp

./DyboApp/DyboApp.sh

echo $RESOURCES ==> /tmp/DyboApp/Resources (as expected)

Then, from the Cuis app, DirectoryEntry cuisBaseDriectory answers /tmp 
instead of the expected /tmp/DyboApp/Resources

It is like -ud did not work

What am I doing wrong?

Thanks

Hilaire


-- 
http://mamot.fr/@drgeo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20260723/52398cbd/attachment.htm>


More information about the Cuis-dev mailing list