[Webkit-unassigned] [Bug 256358] Minibrowser cannot find network web processes, no env vars information on website or docs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 5 06:51:22 PDT 2023


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

Michael Catanzaro <mcatanzaro at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at redhat.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #1 from Michael Catanzaro <mcatanzaro at redhat.com> ---
You can change the installed path using CMAKE_INSTALL_LIBEXECDIR (documentation: https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html). I don't think it would make sense for it to be relocatable because the version needs to exactly match the UI process.

You're going to have to install to somewhere if you want to use WebKitGTK, but if you're trying to avoid writing to the system you could set the install prefix to be under your home directory, for example, by using CMAKE_INSTALL_PREFIX (documentation: https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX.html).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230505/a0c9ae0b/attachment.htm>


More information about the webkit-unassigned mailing list