GTk3 gui application error

WE are trying to run GTK3 based Gui Application on the Console Image we are getting below error
Gtk-WARNING **: cannot open display: :0.0

But the same Application is running Fine in Colibri-VF_LXDE-Image 2.8b7
PLease help u sin resolving the issue

Well, the console images is console only and does not contain any X server and or GTK+ environment.

We have added X server and GTK3 in rootfile system and have rebuild it and installed still not working

Any suggestion

Hi @zecons

Could you provide me the steps that you have followed.

Hi @zecons

I could able to reproduce the issue.

**WARNING : cannot open display: :0.0 this is due to the Xserver is not running.so, please start Xserver(Xorg) and then run your GTK application.