r16022 - gnucash/trunk/packaging/win32 - Change gconfd-2.exe to the windows subsystem in inst_gnome more often.

Andreas Köhler andi5 at cvs.gnucash.org
Sun Apr 29 06:18:57 EDT 2007


Author: andi5
Date: 2007-04-29 06:18:53 -0400 (Sun, 29 Apr 2007)
New Revision: 16022
Trac: http://svn.gnucash.org/trac/changeset/16022

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Change gconfd-2.exe to the windows subsystem in inst_gnome more often.

If for some reason gnome is reinstalled but gconfd-2.console.exe has not
been removed, the subsystem type of the newly unzipped gconfd-2.exe is
not changed again, so it will pop up a console window.  Fix that.


Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2007-04-29 00:16:39 UTC (rev 16021)
+++ gnucash/trunk/packaging/win32/install.sh	2007-04-29 10:18:53 UTC (rev 16022)
@@ -530,8 +530,8 @@
             fi
             if [ ! -f libexec/gconfd-2.console.exe ]; then
                 cp libexec/gconfd-2.exe libexec/gconfd-2.console.exe
-                exetype libexec/gconfd-2.exe windows
             fi
+            exetype libexec/gconfd-2.exe windows
 #            sed 's#gtk+-unix-print-2.0 >= [0-9\.]* *##' lib/pkgconfig/libgtkhtml-3.14.pc > tmp  # not gnomeprint
 #            mv tmp lib/pkgconfig/libgtkhtml-3.14.pc  # not gnomeprint
             # work around a bug in msys bash, adding 0x01 smilies



More information about the gnucash-changes mailing list