After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 653540 - Empathy's tray icon is too small for recent Gnome Shell
Empathy's tray icon is too small for recent Gnome Shell
Status: RESOLVED DUPLICATE of bug 653079
Product: empathy
Classification: Core
Component: General
3.1.x
Other Linux
: High critical
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2011-06-28 04:08 UTC by Travis Reitter
Modified: 2011-06-28 08:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Travis Reitter 2011-06-28 04:08:45 UTC
I've got the latest git master versions of empathy, gtk+, and gnome-shell installed, and I hit the following warning a few times each time I launch Empathy. Empathy's tray icon also appears as just the upper-left quarter of the icon (ie, a quarter-circle).

Here's the backtrace:

Gtk-WARNING **: gtk_widget_size_allocate(): attempt to underallocate toplevel GtkTrayIcon 0xa3c020. Allocation is 24x24, but minimum required size is 48x48.

Program received signal SIGTRAP, Trace/breakpoint trap.
g_logv (log_domain=0x7ffff016571b "Gtk", log_level=<value optimized out>,
    format=0x7ffff0230598 "gtk_widget_size_allocate(): attempt to underallocate %s%s %s %p. Allocation is %dx%d, but minimum required size is %dx%d.",
    args1=0x7fffffffd958) at gmessages.c:559
559               g_private_set (g_log_depth, GUINT_TO_POINTER (depth));
(gdb) bt
  • #0 g_logv
  • #1 g_log
    at gmessages.c line 573
  • #2 gtk_widget_size_allocate
    at gtkwidget.c line 4803
  • #3 gtk_window_move_resize
    at gtkwindow.c line 6965
  • #4 gtk_window_check_resize
    at gtkwindow.c line 6014
  • #5 gtk_window_check_resize
    at gtkwindow.c line 6007
  • #6 g_closure_invoke
    at gclosure.c line 773
  • #7 signal_emit_unlocked_R
    at gsignal.c line 3294
  • #8 g_signal_emit_valist
  • #9 g_signal_emit
    at gsignal.c line 3044
  • #10 gtk_container_idle_sizer
    at gtkcontainer.c line 1657
  • #11 gdk_threads_dispatch
    at gdk.c line 754
  • #12 g_main_dispatch
    at gmain.c line 2512
  • #13 g_main_context_dispatch
    at gmain.c line 3095
  • #14 g_main_context_iterate
    at gmain.c line 3173
  • #15 g_main_loop_run
    at gmain.c line 3381
  • #16 gtk_main
    at gtkmain.c line 1357
  • #17 g_application_run
    at gapplication.c line 1325
  • #18 main
    at empathy.c line 728

Comment 1 Guillaume Desmottes 2011-06-28 08:48:45 UTC
That's bug #653079. I suggest you to stay with Gtk+ 3.0 for now, 3.1 contains loads of regressions making Empathy unusable.

*** This bug has been marked as a duplicate of bug 653079 ***