I launched from the blue icon after making this change and am back
to a slightly different error message.

% /Users/brian/j701/bin/jgtk.command; exit

(<unknown>:29834): Gtk-WARNING **: cannot open display:
logout
[Process completed]

And if I execute in ksh using the
DYLD_LIBRARY_PATH=/Applications/Gimp.app/Contents/Resources/lib
./jconsole gtkide
terminal instruction, I get the original error.

On Tue, Dec 7, 2010 at 8:22 PM, bill lam <[email protected]> wrote:
> That file is not part of gtk and I guess that missing file is not essential.
> try editing the file ~addons/gui/gtk/gtk.ijs, search these lines
>
> macmenu=: 3 : 0
> if. UNAME-:'Darwin' do.
>  gtk_widget_hide menu_bar
>  consig3 window;'focus_in_event';'focus_in_event'
> end.
> )
>
> make the condition always false by changing the line to
>
> if. 0 *. UNAME-:'Darwin' do.
>
> should make be a workaround.  At least we should make gtk_init pass in the
> first place.
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to