While working with Talend, some dialogues freezes and then Talend crashes.
In the console you will observe an error
java: /build/buildd/gtk2-engines-oxygen-1.4.5/src/animations/oxygencomboboxdata.cpp:87: void Oxygen::ComboBoxData::setButton(GtkWidget*): Assertion `!_button._widget' failed.
A detailed bug discussion is available here
Two solutions are given to solve this
Edit the file "/usr/share/themes/oxygen-gtk/gtk-2.0/gtkrc"
and change
GtkComboBox::appears-as-list = 1
TO
GtkComboBox::appears-as-list = 0
In the console you will observe an error
java: /build/buildd/gtk2-engines-oxygen-1.4.5/src/animations/oxygencomboboxdata.cpp:87: void Oxygen::ComboBoxData::setButton(GtkWidget*): Assertion `!_button._widget' failed.
A detailed bug discussion is available here
Two solutions are given to solve this
- To change appearence - Click here to see
- To tweak little code - Click here to see
Edit the file "/usr/share/themes/oxygen-gtk/gtk-2.0/gtkrc"
and change
GtkComboBox::appears-as-list = 1
TO
GtkComboBox::appears-as-list = 0
No comments:
Post a Comment