Nokia QtSDK installer crash on Ubuntu: how to fix it
Posted on Thu 12 January 2012 in HowTo, Linux, Programmazione, Qt, Ubuntu (EN) • Tagged with 11.04, 11.10, installer, Natty, nokia, Oneiric, Qt, SDK, Ubuntu
If you try to install Nokia QtSDK on Ubuntu using the Nokia installer (that provides a newer version than the one distributed in Ubuntu Software Center) you could get an error like this:
(Qt_SDK_Lin32_offline_v1_1_3_en.run:3126): Gtk-CRITICAL **:
IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)`
failed
to fix it, you need to run the installer with a specific parameter:
./Qt_SDK_Lin32_offline_v1_1_4_en.run -style cleanlooks
and everything should work!