[Webkit-unassigned] [Bug 117275] [GTK][EFL] Use function jhbuildWrapperPrefixIfNeeded to run launcher

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 12 01:29:29 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=117275





--- Comment #7 from Diego Pino <dpino at igalia.com>  2013-06-12 01:28:04 PST ---
(In reply to comment #6)
> (In reply to comment #5)
> > OK, I think the reason is because the function jhbuildWrapperPrefixIfNeeded() tests first if the jhbuildPath exists. If not, returns an empty path.
> 
> In case of empty path we need to use the launcher path directly.

OK, so regardless the path is empty or not, it seems the launcher path is always the same. If that's the case what I could do is to add a buildLauncherPath() method to webkitdirs.pm and make the function jhbuildWrapperPrefixIfNeeded() to use buildLauncherPath() if the path is not empty. The patch proposed will use buildLauncherPath() instead of jhbuildWrapperPrefixIfNeeded(). 

What do you think?

-- 
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