Kinetis Design Studio crashes on Kubuntu 14.04

On Kubuntu 14.04, Kinetis Design Studio (KDS) could be started, but when I tried to create a new project, it’d crash with the following message displayed in the terminal: $ kinetis-design-studio java: /build/buildd/gtk2-engines-oxygen-1.4.5/src/animations/oxygencomboboxdata.cpp:87: void Oxygen::ComboBoxData::setButton(GtkWidget*): Assertion `!_button._widget' failed. KDS is a Eclipse-based IDE. So I suspect the issue is related to Eclipse IDE itself. (I can’t confirm this as I’m not running the Eclipse IDE on this machine. I know I could have just downloaded and test it; but I don’t have time.) ...

August 3, 2015 · 2 min · 277 words · kenno

Gtk-Message: Failed to load module "overlay-scrollbar"

On Ubuntu distro, if you see the error message below in console whenever you run a Gnome-based applications, chances are you had overlay-scrollbar package previously installed but now removed. In addition, the configuration file which came with that package remained on your system. Gtk-Message: Failed to load module "overlay-scrollbar" To verify this, we can run the command: $ dpkg -l overlay-scrollbar Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-============================-===================-===================-================ rc overlay-scrollbar 0.2.16+r359+14.04.2 all Scrollbar overlay rc : remove but config file still presents. ...

December 9, 2014 · 1 min · 137 words · kenno