Bug 315178
| Summary: | [GTK][WPE][Tools] container-sdk-autoenter doesn't forward DBUS_SESSION_BUS_ADDRESS when that includes a ,guid string | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
| Component: | WPE WebKit | Assignee: | Carlos Alberto Lopez Perez <clopez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Carlos Alberto Lopez Perez
On the bots the format of DBUS_SESSION_BUS_ADDRESS includes a ,guid because that is obtained via
$ dbus-launch --sh-syntax
DBUS_SESSION_BUS_ADDRESS='unix:path=/tmp/dbus-3p9e3mmEAb,guid=2917e8e6bafd449bbeb9b2076a0d8f3b';
export DBUS_SESSION_BUS_ADDRESS;
DBUS_SESSION_BUS_PID=808414;
The current wrapper is failing to parse that
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
Pull request: https://github.com/WebKit/WebKit/pull/65275
EWS
Committed 313569@main (703a0299474b): <https://commits.webkit.org/313569@main>
Reviewed commits have been landed. Closing PR #65275 and removing active labels.