<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="4">Hi, </font></p>
    <p><font size="4">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.</font></p>
    <p><font size="4">I have a Cuis application arranged as:</font></p>
    <p><font size="4" face="monospace">DyboApp/<br>
        ├── DyboAppMulti.sh<br>
        ├── DyboApp.sh<br>
        ├── License.txt<br>
        ├── README<br>
        ├── Resources<br>
        │   ├── dkm<br>
        │   ├── graphics<br>
        │   ├── image<br>
        │   ├── myPDF<br>
        │   ├── refData<br>
        │   ├── scripts<br>
        │   └── userData<br>
        └── VM<br>
            └── Linux-x86_64<br>
        <br>
      </font></p>
    <p><font size="4">My DyboApp.sh start-up script is like that:</font></p>
    <p><font size="4" face="monospace">...</font></p>
    <p><font size="4" face="monospace">echo "$RESOURCES"<br>
        # execute<br>
        exec "$VM/squeak" $COMPO \<br>
            --plugins "$VM" \<br>
            --encoding utf-8 \<br>
            -vm-display-X11 \<br>
            --title "DyboApp" \<br>
            "$image" \<br>
            -d "Smalltalk at: #home put: '$HOME' asDirectoryEntry" \<br>
            -ud "$RESOURCES"<br>
      </font></p>
    <p><font size="4">When I start the application from a terminal :</font></p>
    <p><font size="4" face="monospace">cd /tmp</font></p>
    <p><font size="4" face="monospace">./DyboApp/DyboApp.sh</font></p>
    <p><font size="4" face="monospace">echo $RESOURCES ==> </font><font
        size="4" face="monospace">/tmp/DyboApp/Resources (as expected)</font></p>
    <p><font size="4">Then, from the Cuis app, DirectoryEntry
        cuisBaseDriectory answers <font face="monospace">/tmp</font>
        instead of the expected </font><font size="4" face="monospace">/tmp/DyboApp/Resources</font></p>
    <p><font size="4">It is like -ud did not work</font></p>
    <p><font size="4">What am I doing wrong?</font></p>
    <p><font size="4" face="monospace">Thanks</font></p>
    <p><font size="4" face="monospace">Hilaire</font></p>
    <p><font size="4" face="monospace"><br>
      </font></p>
    <pre class="moz-signature" cols="72">-- 
<a class="moz-txt-link-freetext" href="http://mamot.fr/@drgeo">http://mamot.fr/@drgeo</a></pre>
  </body>
</html>