<!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 13/05/2024 à 22:00, Juan Vuletich
      via Cuis-dev a écrit :<br>
    </div>
    <blockquote type="cite" cite="mid:6642714E.7080401@cuis.st">I've
      just created a new repo for Cuis 7.0. This is the beta phase of
      the release, where we can do QA and fix any issues.
      <br>
    </blockquote>
    <p>Does this stable release 7.0 capture the state of the third party
      packages?<br>
    </p>
    <p>Stable release 6.2 did not work for DrGeo, because third party
      packages were kept compatible with 6.3 with no version for 6.2<br>
    </p>
    <p>We discussed that at that time.<br>
    </p>
    <p><br>
    </p>
    <blockquote type="cite" cite="mid:6642714E.7080401@cuis.st">
      <br>
      Official release of Cuis 7.0 will be on May 31st.
      <br>
      <br>
      The rolling release of Cuis has been bumped to 7.1.
      <br>
    </blockquote>
    <p>I have small issue with 7.1 and my configuration script to
      install my development environment. For the record the script is
      executed from the a Bash script with -s  flag to the VM.</p>
    <p>In my configuration script, I setup VM to fullscreen, however now
      the fullscreen resize is effective only later, therefore the
      RealEstateAgent information of screen area is wrong. The usable
      area is set to a smaller surface, the default one of the VM window
      I guess.<br>
    </p>
    <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>
    <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>