ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-users: Re: [Wireshark-users] Help installing 0.99.5

From: Stephen Fisher <stephentfisher@xxxxxxxxx>
Date: Thu, 8 Mar 2007 13:01:55 -0800
On Thu, Mar 08, 2007 at 01:56:23PM -0500, Leonard, Thomas J wrote:

> After running I received these errors:
>  
> ts2s141% ./wireshark 
> 18:37:15          Warn radius: Could not find the radius directory

This will go away once you install Wireshark.

> (lt-wireshark:18674): GLib-GObject-WARNING **: g_object_set_valist: 
> object class `GtkSettings' has no property nam ed 
> `gtk-label-select-on-focus'
>
>  (lt-wireshark:18674): GLib-GObject-WARNING **: g_object_set_valist: 
> object class `GtkSettings' has no property nam ed 
> `gtk-label-select-on-focus'
>
>  Can anyone tell me if there are critical program errors or simply 
> warnings that I can ignore.

These warnings can safely be ignored.  You must be running a version of 
GTK older than 2.9 (wireshark -v will show you this).  SVN revision 
20936 fixed this issue on the 0.99.6 developer version.  It is caused by 
our use of a feature introduced in GTK 2.9 to keep dialog text from 
automatically being highlighted when it pops up.  It's purely cosmetic 
and no upgrades are necessary.


Steve