<div dir="ltr">But the problem is not actually Gnome's window manager -- it works beautifully with <u>every other app</u> <b>except</b> Squeak.<div><br></div><div>At first I thought it was a chink in Fabio's fantastic <i><b>squeak.sh</b></i> script, but the same problem occurs even when I launch <i>bin/squeak</i> directly.</div><div><br></div><div>I sense it's something to do with <u>how</u> it's being executed by Linux and/or Gnome...  The way it's supposed to work is:   when the full command-line (I think) is exactly the same, it knows to re-top the window for the existing instance invoked by that command, UNLESS the [Shift] key is pressed, in which case, it spawns a new process instance of the command again (and producing another window running instance).</div><div><br></div><div>It works with everything except Squeak...</div><div><br></div><div> - Chris</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jul 3, 2020 at 4:06 AM K K Subbu <<a href="mailto:kksubbu.ml@gmail.com">kksubbu.ml@gmail.com</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">On 03/07/20 9:12 am, Chris Muller wrote:<br>
> Has anyone figured out how to get Squeak's behavior to behave in 18.04 <br>
> like it did in 16.04 and before?<br>
<br>
They use two different GUI shells. 16.04 uses Unity and 18.04 uses Gnome <br>
desktop manager v3 (GDM3). You may install Unity to restore old behavior.<br>
<br>
   # apt-get install ubuntu-unity-desktop<br>
<br>
and choose lightdm as the desktop manager when prompted.<br>
<br>
If you wish to continue with GDM, the keyboard shortcuts are different. <br>
Use Win (aka Super) key with tilde to switch between windows of the same <br>
app. More keyboard shortcuts are at:<br>
<br>
<br>
<a href="https://help.gnome.org/users/gnome-help/stable/shell-keyboard-shortcuts.html.en" rel="noreferrer" target="_blank">https://help.gnome.org/users/gnome-help/stable/shell-keyboard-shortcuts.html.en</a><br>
<br>
Also, you may find the 20.04 GDM to be much better than that in 18.04.<br>
<br>
HTH .. Subbu<br>
<br>
</blockquote></div>