mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16022 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
7c83ed14a0
commit
b19ff0e667
@ -530,8 +530,8 @@ function inst_gnome() {
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user