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 _______________________________________________ Wireshark-users mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-users
