I have one non qt native app, which launches my Qt app using QProcess:;startDetached()
My Qt application uses QWebKit to open websites which has flash.
When I am running it I am getting the error as
Gtk-WARNING **: This process is currently running setuid or setgid.
This is not supported use of GTK+. you must create a helper program instead.
Refusing to initialize GTK+
X11 EVENT : client_get_leds()
My platform is Open Suse 11.2SP2 , Qt 4.6.3
↧