Re: [gtk-osx-users] VTE widget
- From: John Ralls <jralls ceridwen us>
- To: Fabio Leone <fab leo gmail com>
- Cc: gtk-osx-users-list gnome org
- Subject: Re: [gtk-osx-users] VTE widget
- Date: Sun, 7 Apr 2013 15:37:52 -0700
On Apr 7, 2013, at 9:41 AM, Fabio Leone <fab leo gmail com> wrote:
I found what generates the error.
The program (or something else) in the bundle tries to use file $HOME/gtk/inst/libexec/gnome-pty-helper
instead of the copy of gnome-pty-helper inside the bundle.
How can I fix this? Can install_name_tool help?
The man page says that it's called by libzvt2.
Install_name_tool changes rpaths for linking; it doesn't do anything for loadable module paths or external
executables like gnome-pty-helper. Likely that path is hardcoded at configure and you'll have to patch
libzvt2 to use an environment variable or use NSBundle.
Regards,
John Ralls
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]