[Webkit-unassigned] [Bug 65600] [GTK] Install web and plugin processes in libexecdir instead of bindir
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 3 03:27:50 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65600
Martin Robinson <mrobinson at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #102757|review? |review+
Flag| |
--- Comment #2 from Martin Robinson <mrobinson at webkit.org> 2011-08-03 03:27:50 PST ---
(From update of attachment 102757)
View in context: https://bugs.webkit.org/attachment.cgi?id=102757&action=review
> Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp:80
> - GOwnPtr<gchar> binaryPath(g_build_filename(applicationDirectoryPath().data(),
> + const gchar* execDirectory = g_getenv("WEBKIT_EXEC_PATH");
> + GOwnPtr<gchar> binaryPath(g_build_filename(execDirectory ? execDirectory : LIBEXECDIR,
Eventually we're just going to need to break down and write a cross-platform method to get the current binary path.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list