<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Le 20/05/2024 à 21:21, Juan Vuletich a
      écrit :<br>
    </div>
    <blockquote type="cite" cite="mid:664BA2BA.4080009@cuis.st">
      <blockquote
        cite="mid:62e8227f-1fa8-46e3-81d3-f72eb2a48c1d@free.fr"
        type="cite">
        <p>See part of the script:<br>
        </p>
        <p>    (Delay forSeconds: 1) wait.<br>
              UISupervisor whenUIinSafeState: [<br>
                  (world submorphs reject: [:aMorph | aMorph is:
          #TaskbarMorph])<br>
                      do: [:each | each delete].<br>
                  "Adjust font size"<br>
                  Preferences at: #defaultFontSize put: 10.<br>
                  "Adjust taskbar size"<br>
                  morph := world taskbar.<br>
                  morph scale: 1/2.<br>
          <b>        Display fullScreenMode: true.</b><br>
                  "Compute the available free space for windows
          placement"<br>
                  area := RealEstateAgent maximumUsableArea extendBy: 0
          @ morph morphHeight negated.<br>
                  extent := area extent // 2.<br>
                  "Open a few System Browsers"<br>
                  Browser open <br>
                      morphPosition: 0@0;<br>
                      morphExtent: extent.<br>
        </p>
        <p><br>
        </p>
        <p>Any idea?<br>
        </p>
      </blockquote>
      <br>
      You say "now the fullscreen resize is effective only later". Is
      this due to changes in the Linux startup script? The only relevant
      changes to that file are<br>
      <a class="moz-txt-link-freetext"
href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/commit/2ef28c221e5db84b05f849141896222b971c611f#diff-829ae88058002c7284027f40ba713fc097831538a4e5339ef17901ed3d7f9f66"
        moz-do-not-send="true">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/commit/2ef28c221e5db84b05f849141896222b971c611f#diff-829ae88058002c7284027f40ba713fc097831538a4e5339ef17901ed3d7f9f66</a><br>
      and<br>
      <a class="moz-txt-link-freetext"
href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/commit/09a1340e7bc19d88b88a6c71e0e924b3498dfc77"
        moz-do-not-send="true">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/commit/09a1340e7bc19d88b88a6c71e0e924b3498dfc77</a><br>
      You can experiment with them.<br>
      <br>
    </blockquote>
    <p>I don't use these script. Btw, the cuis command -s, -u, etc. 
      should be documented.<br>
    </p>
    <p><br>
    </p>
    <blockquote type="cite" cite="mid:664BA2BA.4080009@cuis.st"> Or the
      reason is some update to the Cuis image? If so, can you isolate
      the change set that generates this behavior? It should be
      something after the last 6.3RR on which you were able to run your
      configuration script. You may try loading them in batches, and
      find out which one is responsible.<br>
    </blockquote>
    <p>I am not sure I can do that. It seems a not so old changed
      behavior.<br>
    </p>
    <p>But we need the way we configure image to be more solid, it is
      always so fragile.<br>
    </p>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://gnu.org/s/dr-geo/">http://gnu.org/s/dr-geo/</a>
<a class="moz-txt-link-freetext" href="http://gnu-drgeo.blogspot.com/">http://gnu-drgeo.blogspot.com/</a></pre>
  </body>
</html>