Need to depend on gnome-icon-theme-symbolic for Xubuntu

Bug #1187706 reported by Сергей Коптев
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Qreator
Fix Committed
High
David Planella

Bug Description

I'm using Xubuntu 12.04, xfce 4.8
In Qreator the button icons are missing (look attached image)
Here is the terminal log:

~$ /usr/bin/qreator

(qreator:3534): Gtk-WARNING **: Can't pass in construct-only parameters to cancel_button

(qreator:3534): Gtk-WARNING **: Can't pass in construct-only parameters to ok_button

(qreator:3534): Gtk-WARNING **: Can't pass in construct-only parameters to help_button
/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:391: Warning: g_object_set_property: construct property "type" for object `Window' can't be set after construction
  Gtk.Window.__init__(self, type=type, **kwds)
No handlers could be found for logger "qreator_lib"

(qreator:3534): Gtk-WARNING **: Unknown property: GtkEntry.input-purpose
/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:391: Warning: g_object_set_property: construct property "type" for object `QreatorWindow' can't be set after construction
  Gtk.Window.__init__(self, type=type, **kwds)

(qreator:3534): Gtk-WARNING **: Unknown property: GtkEntry.input-purpose

(qreator:3534): Gdk-WARNING **: gdk_window_set_icon_list: icons too large

(qreator:3534): GdkPixbuf-CRITICAL **: gdk_pixbuf_new_subpixbuf: assertion `src_y >= 0 && src_y + height <= src_pixbuf->height' failed

(qreator:3534): GdkPixbuf-CRITICAL **: gdk_pixbuf_copy_area: assertion `dest_x >= 0 && dest_x + width <= dest_pixbuf->width' failed

(qreator:3534): GdkPixbuf-CRITICAL **: gdk_pixbuf_copy_area: assertion `dest_x >= 0 && dest_x + width <= dest_pixbuf->width' failed

(qreator:3534): GdkPixbuf-CRITICAL **: gdk_pixbuf_copy_area: assertion `dest_y >= 0 && dest_y + height <= dest_pixbuf->height' failed

Related branches

Revision history for this message
Сергей Коптев (skoptev-m) wrote :
Revision history for this message
Сергей Коптев (skoptev-m) wrote :
David Planella (dpm)
Changed in qreator:
status: New → Triaged
importance: Undecided → High
milestone: none → 13.06.1
Revision history for this message
David Planella (dpm) wrote :

Thanks for your bug report.

As a workaround, this will probably fix your issue in Xubuntu:

sudo apt-get install gnome-icon-theme-symbolic

Revision history for this message
Сергей Коптев (skoptev-m) wrote :

I've installed gnome-icon-theme-symbolic, but some icons on buttons still missing:

~$ /usr/bin/qreator

(qreator:9132): Gtk-WARNING **: Can't pass in construct-only parameters to cancel_button

(qreator:9132): Gtk-WARNING **: Can't pass in construct-only parameters to ok_button

(qreator:9132): Gtk-WARNING **: Can't pass in construct-only parameters to help_button
/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:391: Warning: g_object_set_property: construct property "type" for object `Window' can't be set after construction
  Gtk.Window.__init__(self, type=type, **kwds)
No handlers could be found for logger "qreator_lib"

(qreator:9132): Gtk-WARNING **: Unknown property: GtkEntry.input-purpose
/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:391: Warning: g_object_set_property: construct property "type" for object `QreatorWindow' can't be set after construction
  Gtk.Window.__init__(self, type=type, **kwds)

(qreator:9132): Gtk-WARNING **: Unknown property: GtkEntry.input-purpose

(qreator:9132): Gdk-WARNING **: gdk_window_set_icon_list: icons too large

(qreator:9132): GdkPixbuf-CRITICAL **: gdk_pixbuf_new_subpixbuf: assertion `src_y >= 0 && src_y + height <= src_pixbuf->height' failed

(qreator:9132): GdkPixbuf-CRITICAL **: gdk_pixbuf_copy_area: assertion `dest_x >= 0 && dest_x + width <= dest_pixbuf->width' failed

(qreator:9132): GdkPixbuf-CRITICAL **: gdk_pixbuf_copy_area: assertion `dest_x >= 0 && dest_x + width <= dest_pixbuf->width' failed

(qreator:9132): GdkPixbuf-CRITICAL **: gdk_pixbuf_copy_area: assertion `dest_y >= 0 && dest_y + height <= dest_pixbuf->height' failed

Revision history for this message
David Planella (dpm) wrote : Re: [Bug 1187706] Re: Qreator icons issue on Xubuntu

Al 06/06/13 09:45, En/na Сергей Коптев ha escrit:
> I've installed gnome-icon-theme-symbolic, but some icons on buttons
> still missing:
>
> ~$ /usr/bin/qreator
>
> (qreator:9132): Gtk-WARNING **: Can't pass in construct-only parameters
> to cancel_button
>
> (qreator:9132): Gtk-WARNING **: Can't pass in construct-only parameters
> to ok_button
>
> (qreator:9132): Gtk-WARNING **: Can't pass in construct-only parameters to help_button
> /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:391: Warning: g_object_set_property: construct property "type" for object `Window' can't be set after construction
> Gtk.Window.__init__(self, type=type, **kwds)
> No handlers could be found for logger "qreator_lib"
>
> (qreator:9132): Gtk-WARNING **: Unknown property: GtkEntry.input-purpose
> /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:391: Warning: g_object_set_property: construct property "type" for object `QreatorWindow' can't be set after construction
> Gtk.Window.__init__(self, type=type, **kwds)
>
> (qreator:9132): Gtk-WARNING **: Unknown property: GtkEntry.input-purpose
>
> (qreator:9132): Gdk-WARNING **: gdk_window_set_icon_list: icons too
> large
>
> (qreator:9132): GdkPixbuf-CRITICAL **: gdk_pixbuf_new_subpixbuf:
> assertion `src_y >= 0 && src_y + height <= src_pixbuf->height' failed
>
> (qreator:9132): GdkPixbuf-CRITICAL **: gdk_pixbuf_copy_area: assertion
> `dest_x >= 0 && dest_x + width <= dest_pixbuf->width' failed
>
> (qreator:9132): GdkPixbuf-CRITICAL **: gdk_pixbuf_copy_area: assertion
> `dest_x >= 0 && dest_x + width <= dest_pixbuf->width' failed
>
> (qreator:9132): GdkPixbuf-CRITICAL **: gdk_pixbuf_copy_area: assertion
> `dest_y >= 0 && dest_y + height <= dest_pixbuf->height' failed
>
>
> ** Attachment added: "qreator4.png"
> https://bugs.launchpad.net/qreator/+bug/1187706/+attachment/3696035/+files/qreator4.png
>
Thanks for confirming. Indeed, some icons are missing, that's bug 1182766

Cheers,
David.

David Planella (dpm)
summary: - Qreator icons issue on Xubuntu
+ Need to depend on gnome-icon-theme-symbolic for Xubuntu
Changed in qreator:
assignee: nobody → David Planella (dpm)
status: Triaged → In Progress
David Planella (dpm)
Changed in qreator:
status: In Progress → Fix Committed
milestone: 13.10.1 → 16.06.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.