Merge branch 'patch/Release_2_11_2_6_Branch' into develop
authorJim Procter <j.procter@dundee.ac.uk>
Fri, 20 Jan 2023 22:52:55 +0000 (22:52 +0000)
committerJim Procter <j.procter@dundee.ac.uk>
Fri, 20 Jan 2023 22:52:55 +0000 (22:52 +0000)
src/jalview/bin/Jalview.java
test/jalview/bin/CommandLineOperations.java

index d1056bf..1428906 100755 (executable)
@@ -1146,12 +1146,16 @@ public class Jalview
     System.setProperty("com.apple.mrj.application.apple.menu.about.name",
             ChannelProperties.getProperty("app_name"));
     System.setProperty("apple.laf.useScreenMenuBar", "true");
+    /*
+     * broken native LAFs on (ARM?) macbooks
     set = setQuaquaLookAndFeel();
     if ((!set) || !UIManager.getLookAndFeel().getClass().toString()
             .toLowerCase(Locale.ROOT).contains("quaqua"))
     {
       set = setVaquaLookAndFeel();
     }
+     */
+    set = setFlatLookAndFeel();
     return set;
   }
 
index 3bfd4f3..7e775d8 100644 (file)
@@ -250,7 +250,7 @@ public class CommandLineOperations
 
     // number of lines expected on STDERR when Jalview starts up normally
     // may need to adjust this if Jalview is excessively noisy ?
-    final int STDERR_SETUPLINES = 30;
+    final int STDERR_SETUPLINES = 50;
 
     // thread monitors stderr - bails after SETUP_TIMEOUT or when
     // STDERR_SETUPLINES have been read