On Tue, 13 Jan 2015 13:14:23 -0600
Caleb Williams <cale...@gmail.com> wrote:
> I personally don't have the Java experience to do anything on that end, bit
> I'm happy to test changes to see id we can get this resolved.

Any chance then you could try the attached patch?  It just fixes the
shortcuts, so if it works we have a big win, but if (as expected) it does
not we have at least eliminated one difference.  The test would be to
apply the patch, run "ant dist", and try the installer it builds.

Cheers,
Mike Pope
diff --git a/build/unixShortcutSpec.xml b/build/unixShortcutSpec.xml
index ed52f21..05ba458 100644
--- a/build/unixShortcutSpec.xml
+++ b/build/unixShortcutSpec.xml
@@ -9,8 +9,9 @@
     <shortcut name="FreeCol"
               target="$INSTALL_PATH/freecol"
               encoding="UTF-8"
+              categories="Application;Game;StrategyGame"
               type="Application"
-              commandLine="--splash"
+              commandLine="--splash --windowed"
               workingDirectory="$INSTALL_PATH"
               categories="Application;Game;StrategyGame"
               description="A turn-based strategy game based on 'Sid Meier's Colonization'."
@@ -24,14 +25,14 @@
               startup="no"
     />
 
-    <shortcut name="FreeCol (windowed)"
+    <shortcut name="FreeCol (full screen)"
               target="$INSTALL_PATH/freecol"
               encoding="UTF-8"
-              categories="Application;Game;StrategyGame"
               type="Application"
-              commandLine="--splash --windowed"
+              commandLine="--splash --full-screen"
               workingDirectory="$INSTALL_PATH"
-              description="FreeCol - Windowed"
+              categories="Application;Game;StrategyGame"
+              description="FreeCol - full screen"
               iconFile="$INSTALL_PATH/freecol.xpm"
               iconIndex="0"
               initialState="normal"
diff --git a/build/winShortcutSpec.xml b/build/winShortcutSpec.xml
index ff5bebe..542a8e0 100644
--- a/build/winShortcutSpec.xml
+++ b/build/winShortcutSpec.xml
@@ -8,9 +8,10 @@
     
     <shortcut name="FreeCol"
               target="$INSTALL_PATH\freecol.exe"
-              commandLine="--splash"
+              commandLine="--splash --windowed"
               workingDirectory="$INSTALL_PATH"
-              description="FreeCol"
+              description="A turn-based strategy game based on 'Sid Meier's Colonization'"
+              categories="Application;Game;StrategyGame"
               iconFile="$INSTALL_PATH\freecol.exe"
               iconIndex="0"
               initialState="normal"
@@ -21,11 +22,12 @@
               startup="no"
     />
     
-    <shortcut name="FreeCol (windowed)"
+    <shortcut name="FreeCol (full screen)"
               target="$INSTALL_PATH\freecol.exe"
-              commandLine="--splash --windowed"
+              commandLine="--splash --full-screen"
               workingDirectory="$INSTALL_PATH"
-              description="FreeCol - Windowed"
+              description="FreeCol - full screen"
+              categories="Application;Game;StrategyGame"
               iconFile="$INSTALL_PATH\freecol.exe"
               iconIndex="0"
               initialState="normal"
@@ -41,6 +43,7 @@
               commandLine=""
               workingDirectory="$INSTALL_PATH\Uninstaller"
               description="Uninstall FreeCol"
+              categories="Application;Game;StrategyGame"
               iconFile="$INSTALL_PATH\Uninstaller\uninstaller.exe"
               iconIndex="0"
               initialState="normal"
@@ -54,6 +57,7 @@
     <shortcut name="FreeCol Website"
               target="http://www.freecol.org";
               description="The FreeCol Website"
+              categories="Application;Game;StrategyGame"
               iconFile="$INSTALL_PATH\freecol.exe"
               iconIndex="0"
               programGroup="yes"

Attachment: pgphcozAurmad.pgp
Description: OpenPGP digital signature

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Freecol-developers mailing list
Freecol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freecol-developers

Reply via email to