Ühel kenal päeval, P, 09.07.2017 kell 07:15, kirjutas Hogren: > How can it help ?
Seems like something with anjuta libgladeui integration is going wonky and checking the type of some invalid pointer inside scale factor query, wrong object or some such. Might understand more when the backtrace had debugging symbols. https://wiki.gentoo.org/wiki/Debugging#Install_debugging_information (don't go with nostrip though, that's no good over splitdebug) > For Gnome-Builder, Thanks for the advice. I will see more for a next > project. Reading the website, I think it's really a Gnome IDE, in > comparison with Anjuta which is more a GTK IDE. Am I in truth ? More or less, though I use it for other stuff as well, especially with the extra optional installs I added elog information into postinst of gnome-builder. > Therefore, there is no integrated Glade in Gnome-Builder. Glade, as in libglade, is deprecated for years and should definitely not be used. Glade the UI design tool[1] however is not deprecated, it just now outputs GtkBuilder XML [2] instead of Glade XML. gnome-builder does intend to add glade UI design integration (for GtkBuilder), but doesn't have that feature implemented yet [3]. You should very seriously consider moving over [4] to GtkBuilder, libglade is dead. After that you can use the standalone dev-util/glade. Actually I think it might still support libglade files as well. 1. https://glade.gnome.org/ 2. https://developer.gnome.org/gtk3/stable/GtkBuilder.html 3. https://wiki.gnome.org/Apps/Builder/Planning/UIBuilder 4. https://developer.gnome.org/gtk2/stable/gtk-migrating-GtkBuilder.html