https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7502
Summary: Problems with byte_view.c built with GTK3
Product: Wireshark
Version: 1.9.x (Experimental)
Platform: x86
OS/Version: All
Status: NEW
Severity: Normal
Priority: Low
Component: Wireshark
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: anders.broman@xxxxxxxxxxxx
Build Information:
--
On Ubuntu 12.04 and Wireshark built with GTK3 I get:
(lt-wireshark:26883): GLib-GObject-CRITICAL **: Object class BytesView doesn't
implement property 'vscroll-policy' from interface 'GtkScrollable'
(lt-wireshark:26883): GLib-GObject-CRITICAL **: Object class BytesView doesn't
implement property 'vadjustment' from interface 'GtkScrollable'
(lt-wireshark:26883): GLib-GObject-CRITICAL **: Object class BytesView doesn't
implement property 'hscroll-policy' from interface 'GtkScrollable'
(lt-wireshark:26883): GLib-GObject-CRITICAL **: Object class BytesView doesn't
implement property 'hadjustment' from interface 'GtkScrollable'
(lt-wireshark:26883): GLib-GObject-WARNING **: g_object_set_valist: object
class `BytesView' has no property named `hadjustment'
(lt-wireshark:26883): Gtk-CRITICAL **: gtk_tree_selection_get_selected:
assertion `GTK_IS_TREE_SELECTION (selection)'failed
I'm not sure how we avoid this in the packet list - stuffing it into a scrolled
window? Perhaps the easy way out is to do the same thing here.
On Windows the byte view is black but if selection is made it gets highlighted,
surprisingly that works on Ubuntu.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.