Bug 278743
| Summary: | REGRESSION(282339@main): [GTK] Broke a11y bus connection under flatpak | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | Accessibility | Assignee: | Carlos Garcia Campos <cgarcia> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | andresg_22, bugs-noreply, cgarcia, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Michael Catanzaro
When starting Epiphany Tech Preview, we print one warning for every tab:
$ flatpak run org.gnome.Epiphany.Devel
** (process:2): WARNING **: 16:17:54.049: Can't connect to a11y bus: Could not connect: No such file or directory
** (process:2): WARNING **: 16:17:54.212: Can't connect to a11y bus: Could not connect: No such file or directory
** (process:2): WARNING **: 16:17:54.213: Can't connect to a11y bus: Could not connect: No such file or directory
...
It must have broken recently, possibly 282339@main?
Unfortunately the warning message does not print which file or directory it is failing to open, and I'm not finding it with strace, and the bug only occurs under flatpak. Developing under flatpak is onerous, so adding a simple printf to print the path would be quite inconvenient.
(a11y was already broken under flatpak -- Georges is attempting to fix it in https://github.com/WebKit/WebKit/pull/32247 -- but failure to connect to the a11y bus is a new problem that will prevent fixing the original problem.)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/134809715>
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/32815
EWS
Committed 282896@main (205f5b1570ee): <https://commits.webkit.org/282896@main>
Reviewed commits have been landed. Closing PR #32815 and removing active labels.