Skip to main content
Visitor II
July 29, 2019
Question

Gtk+ Application : Error retrieving accessibility bus address

  • July 29, 2019
  • 2 replies
  • 1561 views

Hello,

I have a problem when I run the GTK + application on STM32MP157A-DK1

This message appears : (gtk_hello_world:1858): dbind-WARNING **: 10:16:43.029: Error retrieving accessibility bus address: org.a11y.Bus.Error: Failed to execute child process ?/usr/bin? (Permission denied)

And another message: Gdk-Message: 10:16:58.690: Error 71 (Protocol error) dispatching to Wayland display.

you can see it on this image,

How can i solved it please?

0690X000009ZZYuQAO.png

BEST REGARDS

    This topic has been closed for replies.

    2 replies

    Technical Moderator
    August 20, 2019

    Hello,

    • From your test do you expect to get a display output on the HDMI ? Is it connected and do you see any output after boot ?
    • What kind of image did you put on your DK1 ? (FlashLayout_sdcard_stm32mp157a-dk1-trusted.tsv is expected to be used from the starter package)
    Visitor II
    May 24, 2020

    I'm getting the same error.

    I do not have hdmi connected.

    I am working through the example at https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP157C-DK2/Develop_on_Arm%C2%AE_Cortex%C2%AE-A7/Create_a_simple_hello-world_application

    The program seems to work and I get the expected output (window opens with pushbutton on built-in touchscreen and when I press the button, the application exits and Hello World is printed on my pc terminal).

    One difference is that I am not using minicom or ethernet cable, I am connecting through ssh using the USB connection and RNDIS driver.