<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <br>
    I found a fix, just an hack.<br>
    <br>
    My conjecture was that the .st config script was running before GUI
    items were actually ready on the World.<br>
    So i tried to put a little timeout copying from my old Squeak notes
    on fork and Delay ;) <br>
    <br>
    ------------ working -----------------<br>
     <br>
    [ |list tbar| <br>
     (Delay forMilliseconds: 3000) wait. <br>
     Transcript show: 'hello world'. <br>
     list _ UISupervisor ui submorphs reject: [ :aMo | aMo is:
    #TaskbarMorph ].<br>
     list do: [ :x | x delete ] .<br>
     Preferences veryBigFonts . <br>
     tbar _ (UISupervisor ui submorphs select: [ :x | x is:
    #TaskbarMorph ]) first.  <br>
     tbar scale: 1.4.<br>
    ] fork. <br>
    <br>
    -----------------------------------------<br>
    <br>
    Please update the Cuis book ;) that is really important !<br>
    <br>
    bye<br>
    n.<br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 7/28/21 5:53 PM, Rafael Ignacio
      Matías Sniechowski wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAMCzT-YNFWr8=188JuZmj25PxFAH2PdNb8L5R3ZfBOB+RFCvUA@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">Hi Nicola
        <div>Did you check that the VM and the image have permissions to
          read your .st file?</div>
        <div>Cheers</div>
        <div><br clear="all">
          <div>
            <div dir="ltr" class="gmail_signature"
              data-smartmail="gmail_signature">
              <div dir="ltr">
                <div>
                  <div dir="ltr">
                    <div>
                      <div dir="ltr">
                        <div>
                          <div dir="ltr">
                            <div dir="ltr">
                              <div dir="ltr">
                                <div dir="ltr">
                                  <div dir="ltr">
                                    <div dir="ltr">
                                      <div dir="ltr">
                                        <div dir="ltr">
                                          <div dir="ltr">
                                            <div dir="ltr">
                                              <div><b><font size="2">Ignacio
                                                    Sniechowski</font></b><b><br>
                                                </b></div>
                                              <div><br>
                                              </div>
                                              <div><b><br>
                                                </b></div>
                                              <div><br>
                                              </div>
                                              <div><b><br>
                                                </b></div>
                                              <div><b><br>
                                                </b></div>
                                              <div><b><br>
                                                </b></div>
                                              <div><b><br>
                                                </b></div>
                                              <div><br>
                                              </div>
                                              <b>
                                                <div><b><br>
                                                  </b></div>
                                                <div><b><br>
                                                  </b></div>
                                                <div><b><br>
                                                  </b></div>
                                                <br>
                                              </b><b><br>
                                              </b><b><br>
                                              </b>
                                              <div><br>
                                                <br>
                                                <div
                                                  style="text-align:left"><br>
                                                </div>
                                              </div>
                                            </div>
                                          </div>
                                        </div>
                                      </div>
                                    </div>
                                  </div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <br>
        </div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Wed, Jul 28, 2021 at 12:46
          PM Nicola Mingotti via Cuis-dev <<a
            href="mailto:cuis-dev@lists.cuis.st" moz-do-not-send="true">cuis-dev@lists.cuis.st</a>>
          wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div> <font size="+1"><font face="monospace">Hi again,<br>
                <br>
                Now I found this roadblock. <br>
                <br>
                Following the Cuis book chapter 9.5.1 I am trying to set
                my configuration<br>
                via .st file instead of saving an image ... it seems a
                good idea ! <br>
                <br>
                Problem, I've tried in all way to make this work,
                changing the relative or absolute script path,<br>
                still it does not work, e.g. like this:<br>
                ./cogspur/squeak Cuis-Smalltalk-Dev/Cuis5.0-4689.image
                -s /home/p/prog/smalltalk/scripts/<a
                  href="http://my-settings.st" target="_blank"
                  moz-do-not-send="true">my-settings.st</a><br>
                <br>
                Bye<br>
                Nicola<br>
                <br>
                <br>
              </font></font> </div>
          -- <br>
          Cuis-dev mailing list<br>
          <a href="mailto:Cuis-dev@lists.cuis.st" target="_blank"
            moz-do-not-send="true">Cuis-dev@lists.cuis.st</a><br>
          <a href="https://lists.cuis.st/mailman/listinfo/cuis-dev"
            rel="noreferrer" target="_blank" moz-do-not-send="true">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br>
        </blockquote>
      </div>
    </blockquote>
    <br>
  </body>
</html>