Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
44e29748
Commit
44e29748
authored
Nov 28, 2022
by
Corey Berla
Browse files
atspicontext: Log more helpful warnings when the a11y bus doesn't exist
parent
8072d202
Pipeline
#466447
failed with stages
in 18 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gtk/a11y/gtkatspicontext.c
View file @
44e29748
...
...
@@ -1648,7 +1648,9 @@ get_bus_address_dbus (GdkDisplay *display)
&
error
);
if
(
error
!=
NULL
)
{
g_warning
(
"Unable to acquire the address of the accessibility bus: %s"
,
g_warning
(
"Unable to acquire the address of the accessibility bus: %s. "
"If you are attempting to run GTK without a11y support, "
"GTK_A11Y should be set to 'none'."
,
error
->
message
);
g_error_free
(
error
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment