From: Ben Soares Date: Tue, 18 Jun 2024 22:38:09 +0000 (+0100) Subject: JAL-4358 slight improvement to detecting desktop creation to close getdown splash... X-Git-Tag: Release_2_11_4_0~24^2~31 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=d05883aa5914cd8926b89179251282d3c1410d02;p=jalview.git JAL-4358 slight improvement to detecting desktop creation to close getdown splash screen --- diff --git a/getdown/lib/getdown-core.jar b/getdown/lib/getdown-core.jar index 746765e..e0cf638 100644 Binary files a/getdown/lib/getdown-core.jar and b/getdown/lib/getdown-core.jar differ diff --git a/getdown/lib/getdown-launcher-local.jar b/getdown/lib/getdown-launcher-local.jar index a913f9b..e641840 100644 Binary files a/getdown/lib/getdown-launcher-local.jar and b/getdown/lib/getdown-launcher-local.jar differ diff --git a/getdown/lib/getdown-launcher.jar b/getdown/lib/getdown-launcher.jar index 2414291..0025436 100644 Binary files a/getdown/lib/getdown-launcher.jar and b/getdown/lib/getdown-launcher.jar differ diff --git a/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java b/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java index 0be4101..d366fed 100644 --- a/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java +++ b/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java @@ -1064,7 +1064,7 @@ public abstract class Getdown extends Thread out.println(line); out.flush(); // check for desktop creation line and end early - if (!_disposed && line.endsWith("JALVIEW: CREATED DESKTOP")) { + if (!_disposed && line.endsWith(": CREATED DESKTOP")) { // pump the percent up to 100% if (_latestInstance != null) { _latestInstance.setStatusAsync(null, 100, -1L, false); diff --git a/j11lib/getdown-core.jar b/j11lib/getdown-core.jar index 746765e..e0cf638 100644 Binary files a/j11lib/getdown-core.jar and b/j11lib/getdown-core.jar differ diff --git a/j8lib/getdown-core.jar b/j8lib/getdown-core.jar index 746765e..e0cf638 100644 Binary files a/j8lib/getdown-core.jar and b/j8lib/getdown-core.jar differ