Re: [gtk-osx-users] Errors during gtk3-launcher.sh execution.
- From: John Ralls <jralls ceridwen us>
- To: Pascal <p p14 orange fr>
- Cc: gtk-osx-users-list gnome org
- Subject: Re: [gtk-osx-users] Errors during gtk3-launcher.sh execution.
- Date: Sun, 26 Jan 2020 16:30:21 -0800
On Jan 26, 2020, at 11:47 AM, Pascal <p p14 orange fr> wrote:
Hello,
I've gone further giving a try to gtk-mac-bundler.
I've configured my first GTK bundle app :-)
But I've got some errors with gtk3-launcher.sh:
The domain/default pair of (.GlobalPreferences, AppleCollationOrder) does not exist
/opt/Gtk3-ch6.app/Contents/MacOS/Gtk3-ch6: line 99: test: too many arguments
/opt/Gtk3-ch6.app/Contents/MacOS/Gtk3-ch6: line 111: test: too many arguments
/opt/Gtk3-ch6.app/Contents/MacOS/Gtk3-ch6: line 115: test: too many arguments
/opt/Gtk3-ch6.app/Contents/MacOS/Gtk3-ch6: line 120: test: ==: unary operator expected
find: /share/locale: No such file or directory
Is there some env var settings missing?
The AppleCollationOrder error is OK, it's just checking that in case LANG didn't get set.
Do you use something other than bash as your shell? Is $LANG set in the environment? What does `defaults read
-g AppleLocale` return?
Line 123 should be
LOC=`find $bundle_share/locale -name $LANG???`
Regards,
John Ralls
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]