<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="+1">I updated and saved the image, and it is working
        now. Strange.</font></p>
    <p><font size="+1">Hilaire</font><br>
    </p>
    <div class="moz-cite-prefix">Le 03/01/2022 à 21:46, Hilaire
      Fernandes a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:a92c064d-0a5d-47bd-fed6-730004a8e5b5@drgeo.eu">
      <p><font size="+1">This is run as described in the Cuis Book (<a
            class="moz-txt-link-freetext"
            href="https://cuis-smalltalk.github.io/TheCuisBook/Daily-Workflow.html"
            moz-do-not-send="true">https://cuis-smalltalk.github.io/TheCuisBook/Daily-Workflow.html</a>).</font></p>
      <p><font size="+1">I tried the third option for a startup script:</font></p>
      <p><font size="+1">| list  |<br>
          "Delete all windows but the taskbar"<br>
          WorldMorph allInstancesDo: [:w | list := w submorphs reject:
          [:aMorph | aMorph is: #TaskbarMorph]].<br>
          list do: [:each | each delete].<br>
        </font></p>
      <p><font size="+1">It does not work when invoked at startup as the
          argument of the -s option. When copied and pasted in Cuis6
          Workspace, it works though.</font></p>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
  </body>
</html>