Re: [gentoo-user] Anjuta - Segmentation Fault

2017-07-10 Thread Peter Humphrey
On Monday 10 Jul 2017 12:05:56 Mart Raudsepp wrote:

> The point was, no new application development should be done against
> libglade, and any existing projects (that are apparently actively
> worked on, as would be the case when an IDE is sought for) should work
> on migrating to GtkBuilder, available in gtk+ core since 2.12 or so; so
> not even a gtk3 thing to talk death exaggeration about.

Ah, okay. I see now.

-- 
Regards
Peter




Re: [gentoo-user] Anjuta - Segmentation Fault

2017-07-10 Thread Mart Raudsepp
Ühel kenal päeval, E, 10.07.2017 kell 08:44, kirjutas Peter Humphrey:
> On Monday 10 Jul 2017 05:22:04 Mart Raudsepp wrote:
> 
> > 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.
> 
> prh@peak ~ $ equery d libglade
>  * These packages depend on libglade:
> dev-python/pygtk-2.24.0-r4 (>=gnome-base/libglade-2.5:2.0)
> prh@peak ~ $ equery d pygtk
>  * These packages depend on pygtk:
> media-gfx/gimp-2.8.22 (>=dev-
> python/pygtk-2.10.4:2[python_targets_python2_7(-)?,-
> python_single_target_jython2_7(-),-python_single_target_pypy(-),-
> python_single_target_pypy3(-),-python_single_target_python3_4(-),-
> python_single_target_python3_5(-),-
> python_single_target_python3_6(-),python_single_target_python2_7(+)])
> 
> Rumours of its death are being exaggerated, so to speak.

Yes, sorry. I've been busy with work, cold virus and getting gstreamer-
1.12 and GNOME 3.24 ready, so I haven't been able to deal with lower
priority things, like getting rid of completely upstream unmaintained
software, or security vulnerable webkit-gtk-2.4 and gstreamer:0.10.

The point was, no new application development should be done against
libglade, and any existing projects (that are apparently actively
worked on, as would be the case when an IDE is sought for) should work
on migrating to GtkBuilder, available in gtk+ core since 2.12 or so; so
not even a gtk3 thing to talk death exaggeration about.


Mart



Re: [gentoo-user] Anjuta - Segmentation Fault

2017-07-10 Thread Peter Humphrey
On Monday 10 Jul 2017 05:22:04 Mart Raudsepp wrote:

> 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.

prh@peak ~ $ equery d libglade
 * These packages depend on libglade:
dev-python/pygtk-2.24.0-r4 (>=gnome-base/libglade-2.5:2.0)
prh@peak ~ $ equery d pygtk
 * These packages depend on pygtk:
media-gfx/gimp-2.8.22 (>=dev-
python/pygtk-2.10.4:2[python_targets_python2_7(-)?,-
python_single_target_jython2_7(-),-python_single_target_pypy(-),-
python_single_target_pypy3(-),-python_single_target_python3_4(-),-
python_single_target_python3_5(-),-
python_single_target_python3_6(-),python_single_target_python2_7(+)])

Rumours of its death are being exaggerated, so to speak.

-- 
Regards
Peter




Re: [gentoo-user] Anjuta - Segmentation Fault

2017-07-09 Thread Mart Raudsepp
Ü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



Re: [gentoo-user] Anjuta - Segmentation Fault

2017-07-08 Thread Hogren


On 07/07/2017 15:51, Mart Raudsepp wrote:
> Ühel kenal päeval, R, 07.07.2017 kell 13:44, kirjutas Hogren:
>>> Would be good to see the actual segfault message as well.
>>>
>> Just after errors messages, there is :
>> Segmentation Error  (core dumped)
> This involves actually looking at the core dump with gdb and such.
> If you happen to use systemd, then this might just do it (provided gdb
> is emerged):
>
> coredumpctl gdb anjuta
>
> it should load into gdb, takes a while, then if successful:
>
> thread apply all bt full
>
> ---
>
> However if you want an IDE or so, not anjuta in particular, I would
> really suggest to try out gnome-builder instead.
> Though it'd be nice to have anjuta working and debugged anyhow, even if
> for others who suffer from it crashing but haven't bothered reporting.
>
>
> Mart
>

Hello,

Sorry, I am not familiarized with gdb.
That is the output of the given commands :
(gdb) thread apply all bt full

Thread 10 (Thread 0x7fa500a6a700 (LWP 5112)):
#0  0x7fa52096e0f9 in syscall () from /lib64/libc.so.6
No symbol table info available.
#1  0x7fa521234e1a in g_cond_wait_until () from
/usr/lib64/libglib-2.0.so.0
No symbol table info available.
#2  0x7fa5211c3e29 in ?? () from /usr/lib64/libglib-2.0.so.0
No symbol table info available.
#3  0x7fa521217620 in ?? () from /usr/lib64/libglib-2.0.so.0
No symbol table info available.
#4  0x7fa521216cb5 in ?? () from /usr/lib64/libglib-2.0.so.0
No symbol table info available.
#5  0x7fa520c2b454 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
#6  0x7fa52097261d in clone () from /lib64/libc.so.6
No symbol table info available.

Thread 9 (Thread 0x7fa50126b700 (LWP 5111)):
#0  0x7fa52096e0f9 in syscall () from /lib64/libc.so.6
No symbol table info available.
#1  0x7fa521234e1a in g_cond_wait_until () from
/usr/lib64/libglib-2.0.so.0
No symbol table info available.
#2  0x7fa5211c3e29 in ?? () from /usr/lib64/libglib-2.0.so.0
No symbol table info available.
#3  0x7fa521217620 in ?? () from /usr/lib64/libglib-2.0.so.0
No symbol table info available.
#4  0x7fa521216cb5 in ?? () from /usr/lib64/libglib-2.0.so.0
No symbol table info available.
#5  0x7fa520c2b454 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
#6  0x7fa52097261d in clone () from /lib64/libc.so.6
No symbol table info available.

Thread 8 (Thread 0x7fa4f77fe700 (LWP 5114)):
#0  0x7fa52096e0f9 in syscall () from /lib64/libc.so.6
No symbol table info available.
#1  0x7fa521234e1a in g_cond_wait_until () from
/usr/lib64/libglib-2.0.so.0
No symbol table info available.
#2  0x7fa5211c3e29 in ?? () from /usr/lib64/libglib-2.0.so.0
No symbol table info available.
#3  0x7fa521217620 in ?? () from /usr/lib64/libglib-2.0.so.0
No symbol table info available.
#4  0x7fa521216cb5 in ?? () from /usr/lib64/libglib-2.0.so.0
No symbol table info available.
#5  0x7fa520c2b454 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
#6  0x7fa52097261d in clone () from /lib64/libc.so.6
No symbol table info available.

Thread 7 (Thread 0x7fa5151c9700 (LWP 5104)):
#0  0x7fa52096953d in poll () from /lib64/libc.so.6
No symbol table info available.
#1  0x7fa5211ef6fc in ?? () from /usr/lib64/libglib-2.0.so.0
No symbol table info available.
#2  0x7fa5211ef80c in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
---Type  to continue, or q  to quit---
No symbol table info available.
#3  0x7fa5211ef849 in ?? () from /usr/lib64/libglib-2.0.so.0
No symbol table info available.
#4  0x7fa521216cb5 in ?? () from /usr/lib64/libglib-2.0.so.0
No symbol table info available.
#5  0x7fa520c2b454 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
#6  0x7fa52097261d in clone () from /lib64/libc.so.6
No symbol table info available.

Thread 6 (Thread 0x7fa5149c8700 (LWP 5105)):
#0  0x7fa52096953d in poll () from /lib64/libc.so.6
No symbol table info available.
#1  0x7fa5211ef6fc in ?? () from /usr/lib64/libglib-2.0.so.0
No symbol table info available.
#2  0x7fa5211efa82 in g_main_loop_run () from
/usr/lib64/libglib-2.0.so.0
No symbol table info available.
#3  0x7fa5217d7766 in ?? () from /usr/lib64/libgio-2.0.so.0
No symbol table info available.
#4  0x7fa521216cb5 in ?? () from /usr/lib64/libglib-2.0.so.0
No symbol table info available.
#5  0x7fa520c2b454 in start_thread () from /lib64/libpthread.so.0
No symbol table info available.
#6  0x7fa52097261d in clone () from /lib64/libc.so.6
No symbol table info available.

Thread 5 (Thread 0x7fa50e8bf700 (LWP 5107)):
#0  0x7fa52096e0f9 in syscall () from /lib64/libc.so.6
No symbol table info available.
#1  0x7fa521234e1a in g_cond_wait_until () from
/usr/lib64/libglib-2.0.so.0
No symbol table info available.
#2  0x7fa5211c3e29 in ?? () from /usr/lib64/libglib-2.0.so.0
No symbol table info available.
#3  

Re: [gentoo-user] Anjuta - Segmentation Fault

2017-07-07 Thread Mart Raudsepp
Ühel kenal päeval, R, 07.07.2017 kell 13:44, kirjutas Hogren:
> > Would be good to see the actual segfault message as well.
> > 
> 
> Just after errors messages, there is :
> Segmentation Error  (core dumped)

This involves actually looking at the core dump with gdb and such.
If you happen to use systemd, then this might just do it (provided gdb
is emerged):

coredumpctl gdb anjuta

it should load into gdb, takes a while, then if successful:

thread apply all bt full

---

However if you want an IDE or so, not anjuta in particular, I would
really suggest to try out gnome-builder instead.
Though it'd be nice to have anjuta working and debugged anyhow, even if
for others who suffer from it crashing but haven't bothered reporting.


Mart



Re: [gentoo-user] Anjuta - Segmentation Fault

2017-07-07 Thread Hogren


On 07/07/2017 13:25, Alexander Kapshuk wrote:
> On Fri, Jul 7, 2017 at 2:14 PM, Hogren  wrote:
>> Hello !
>>
>>
>> I try to develop with Anjuta.
>>
>> When I run it, many times it works, many times it won't to start.
>>
>> I have a lot of WARNING, and several CRITICAL messages :
>>
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :2:30: The
>> style property GtkWidget:focus-line-width is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :3:27: The
>> style property GtkWidget:focus-padding is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): GLib-GObject-CRITICAL **:
>> g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :2:28: The
>> style property GtkButton:default-border is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :3:36: The
>> style property GtkButton:default-outside-border is deprecated and
>> shouldn't be used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :4:25: The
>> style property GtkButton:inner-border is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :5:30: The
>> style property GtkWidget:focus-line-width is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :6:27: The
>> style property GtkWidget:focus-padding is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **:
>> (/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
>> runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
>>
>> (anjuta:5134): GLib-GObject-CRITICAL **:
>> g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed
>>
>> (anjuta:5134): GLib-GObject-CRITICAL **:
>> g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed
>>
>> (anjuta:5134): GLib-GObject-CRITICAL **:
>> g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed
>>
>> (anjuta:5134): Gtk-WARNING **:
>> (/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
>> runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
>>
>> (anjuta:5134): Gtk-WARNING **:
>> (/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
>> runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
>>
>> (anjuta:5134): Gtk-WARNING **:
>> (/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
>> runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :11:31: The
>> style property GtkButton:default-border is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :12:39: The
>> style property GtkButton:default-outside-border is deprecated and
>> shouldn't be used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :13:29: The
>> style property GtkButton:inner-border is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :27:30: The
>> style property GtkComboBox:arrow-size is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :32:31: The
>> style property GtkButton:default-border is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :33:39: The
>> style property GtkButton:default-outside-border is deprecated and
>> shouldn't be used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :34:29: The
>> style property GtkButton:inner-border is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :38:30: The
>> style property GtkToolbar:shadow-type is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>>
>> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :45:30: The
>> style property GtkToolbar:shadow-type is deprecated and shouldn't be
>> used anymore. It will be removed in a future version
>> GladeUI-Message: 1 missing displayable value for GtkWidget::events
>> GladeUI-Message: No 

Re: [gentoo-user] Anjuta - Segmentation Fault

2017-07-07 Thread Alexander Kapshuk
On Fri, Jul 7, 2017 at 2:14 PM, Hogren  wrote:
> Hello !
>
>
> I try to develop with Anjuta.
>
> When I run it, many times it works, many times it won't to start.
>
> I have a lot of WARNING, and several CRITICAL messages :
>
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :2:30: The
> style property GtkWidget:focus-line-width is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :3:27: The
> style property GtkWidget:focus-padding is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): GLib-GObject-CRITICAL **:
> g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :2:28: The
> style property GtkButton:default-border is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :3:36: The
> style property GtkButton:default-outside-border is deprecated and
> shouldn't be used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :4:25: The
> style property GtkButton:inner-border is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :5:30: The
> style property GtkWidget:focus-line-width is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :6:27: The
> style property GtkWidget:focus-padding is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **:
> (/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
> runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
>
> (anjuta:5134): GLib-GObject-CRITICAL **:
> g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed
>
> (anjuta:5134): GLib-GObject-CRITICAL **:
> g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed
>
> (anjuta:5134): GLib-GObject-CRITICAL **:
> g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed
>
> (anjuta:5134): Gtk-WARNING **:
> (/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
> runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
>
> (anjuta:5134): Gtk-WARNING **:
> (/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
> runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
>
> (anjuta:5134): Gtk-WARNING **:
> (/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
> runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :11:31: The
> style property GtkButton:default-border is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :12:39: The
> style property GtkButton:default-outside-border is deprecated and
> shouldn't be used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :13:29: The
> style property GtkButton:inner-border is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :27:30: The
> style property GtkComboBox:arrow-size is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :32:31: The
> style property GtkButton:default-border is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :33:39: The
> style property GtkButton:default-outside-border is deprecated and
> shouldn't be used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :34:29: The
> style property GtkButton:inner-border is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :38:30: The
> style property GtkToolbar:shadow-type is deprecated and shouldn't be
> used anymore. It will be removed in a future version
>
> (anjuta:5134): Gtk-WARNING **: Theme parsing error: :45:30: The
> style property GtkToolbar:shadow-type is deprecated and shouldn't be
> used anymore. It will be removed in a future version
> GladeUI-Message: 1 missing displayable value for GtkWidget::events
> GladeUI-Message: No displayable values for property GtkMenu::anchor-hints
> GladeUI-Message: 1 missing displayable value for
> GtkAboutDialog::license-type
> 

[gentoo-user] Anjuta - Segmentation Fault

2017-07-07 Thread Hogren
Hello !


I try to develop with Anjuta.

When I run it, many times it works, many times it won't to start.

I have a lot of WARNING, and several CRITICAL messages :


(anjuta:5134): Gtk-WARNING **: Theme parsing error: :2:30: The
style property GtkWidget:focus-line-width is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :3:27: The
style property GtkWidget:focus-padding is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): GLib-GObject-CRITICAL **:
g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :2:28: The
style property GtkButton:default-border is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :3:36: The
style property GtkButton:default-outside-border is deprecated and
shouldn't be used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :4:25: The
style property GtkButton:inner-border is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :5:30: The
style property GtkWidget:focus-line-width is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :6:27: The
style property GtkWidget:focus-padding is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **:
(/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)

(anjuta:5134): GLib-GObject-CRITICAL **:
g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed

(anjuta:5134): GLib-GObject-CRITICAL **:
g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed

(anjuta:5134): GLib-GObject-CRITICAL **:
g_cclosure_marshal_VOID__POINTER: assertion 'n_param_values == 2' failed

(anjuta:5134): Gtk-WARNING **:
(/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)

(anjuta:5134): Gtk-WARNING **:
(/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)

(anjuta:5134): Gtk-WARNING **:
(/var/tmp/portage/x11-libs/gtk+-3.22.15/work/gtk+-3.22.15/gtk/gtkicontheme.c:2184):gtk_icon_theme_choose_icon:
runtime check failed: ((flags & GTK_ICON_LOOKUP_GENERIC_FALLBACK) == 0)

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :11:31: The
style property GtkButton:default-border is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :12:39: The
style property GtkButton:default-outside-border is deprecated and
shouldn't be used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :13:29: The
style property GtkButton:inner-border is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :27:30: The
style property GtkComboBox:arrow-size is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :32:31: The
style property GtkButton:default-border is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :33:39: The
style property GtkButton:default-outside-border is deprecated and
shouldn't be used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :34:29: The
style property GtkButton:inner-border is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :38:30: The
style property GtkToolbar:shadow-type is deprecated and shouldn't be
used anymore. It will be removed in a future version

(anjuta:5134): Gtk-WARNING **: Theme parsing error: :45:30: The
style property GtkToolbar:shadow-type is deprecated and shouldn't be
used anymore. It will be removed in a future version
GladeUI-Message: 1 missing displayable value for GtkWidget::events
GladeUI-Message: No displayable values for property GtkMenu::anchor-hints
GladeUI-Message: 1 missing displayable value for
GtkAboutDialog::license-type
GladeUI-Message: 1 missing displayable value for
AnjutaVcsStatusTreeView::status-codes
GladeUI-Message: No displayable values for property GdauiGrid::info-flags
GladeUI-Message: No displayable values for property GdauiLogin::mode
GladeUI-Message: Glade needs