why qt can run without x server and gtk cant
问题 I am developing a gstreamer based app on AM335x starter kit running arago linux. "gst-launch"(with a test pipeline) gives proper command line output (serial) but shows nothing on the screen. BTW the screen by default shows a qt demo app. Killing this demo app makes the gst-launch fail. I compiled a "hello world" gtk app, which gives "Gtk-WARNING **: cannot open display:" error. BTW there is no X here. But when I ran a Qt "hello world" app, a pop up window was displayed on top of the demo app.