gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] xgps warnings


From: Greg Troxel
Subject: [gpsd-dev] xgps warnings
Date: Fri, 20 Sep 2019 10:15:10 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (berkeley-unix)

(I think my scons problems were just bad cache files, maybe due to
"scons clean" not really cleaning everything.)

I built git master with python3.7, and that worked fine.

Running xgps, I get a bunch of deprecation warnings (but it works).  Is
anybody else seeing this?

./xgps:768: PyGTKDeprecationWarning: Using positional arguments with the 
GObject constructor has been deprecated. Please specify keyword(s) for "type" 
or use a class specific constructor. See: 
https://wiki.gnome.org/PyGObject/InitializerDeprecations
  self.window = Gtk.Window(Gtk.WindowType.TOPLEVEL)
./xgps:777: PyGTKDeprecationWarning: Using positional arguments with the 
GObject constructor has been deprecated. Please specify keyword(s) for 
"homogeneous, spacing" or use a class specific constructor. See: 
https://wiki.gnome.org/PyGObject/InitializerDeprecations
  vbox = Gtk.VBox(False, 0)
./xgps:783: DeprecationWarning: Gtk.UIManager.get_accel_group is deprecated
  self.accelgroup = self.uimanager.get_accel_group()
./xgps:785: PyGTKDeprecationWarning: Using positional arguments with the 
GObject constructor has been deprecated. Please specify keyword(s) for "name" 
or use a class specific constructor. See: 
https://wiki.gnome.org/PyGObject/InitializerDeprecations
  self.actiongroup = Gtk.ActionGroup('xgps')
./xgps:850: DeprecationWarning: Gtk.UIManager.get_widget is deprecated
  self.uimanager.get_widget('/MenuBar/View/Skyview').set_active(True)
./xgps:859: PyGTKDeprecationWarning: Using positional arguments with the 
GObject constructor has been deprecated. Please specify keyword(s) for 
"homogeneous, spacing" or use a class specific constructor. See: 
https://wiki.gnome.org/PyGObject/InitializerDeprecations
  self.satbox = Gtk.HBox(False, 0)
./xgps:903: PyGTKDeprecationWarning: Using positional arguments with the 
GObject constructor has been deprecated. Please specify keyword(s) for "n_rows, 
n_columns, homogeneous" or use a class specific constructor. See: 
https://wiki.gnome.org/PyGObject/InitializerDeprecations
  datatable = Gtk.Table(Base.COLUMNS, Base.ROWS, False)
./xgps:910: DeprecationWarning: Gtk.Misc.set_alignment is deprecated
  label.set_alignment(xalign=1, yalign=0.5)
./xgps:915: DeprecationWarning: Gtk.Widget.modify_font is deprecated
  entry.modify_font(Pango.FontDescription("Monospace 10"))
./xgps:923: PyGTKDeprecationWarning: Using positional arguments with the 
GObject constructor has been deprecated. Please specify keyword(s) for 
"homogeneous, spacing" or use a class specific constructor. See: 
https://wiki.gnome.org/PyGObject/InitializerDeprecations
  self.noisebox = Gtk.HBox(False, 0)
./xgps:548: PyGTKDeprecationWarning: Using positional arguments with the 
GObject constructor has been deprecated. Please specify keyword(s) for "n_rows, 
n_columns, homogeneous" or use a class specific constructor. See: 
https://wiki.gnome.org/PyGObject/InitializerDeprecations
  self.widget = Gtk.Table(NoiseView.COLUMNS, NoiseView.ROWS, False)
./xgps:930: PyGTKDeprecationWarning: Using positional arguments with the 
GObject constructor has been deprecated. Please specify keyword(s) for 
"homogeneous, spacing" or use a class specific constructor. See: 
https://wiki.gnome.org/PyGObject/InitializerDeprecations
  self.gsbox = Gtk.HBox(False, 0)
./xgps:937: PyGTKDeprecationWarning: Using positional arguments with the 
GObject constructor has been deprecated. Please specify keyword(s) for 
"homogeneous, spacing" or use a class specific constructor. See: 
https://wiki.gnome.org/PyGObject/InitializerDeprecations
  self.aisbox = Gtk.HBox(False, 0)
./xgps:612: DeprecationWarning: Gtk.ScrolledWindow.add_with_viewport is 
deprecated
  self.widget.add_with_viewport(self.view)
xgps: host localhost port 2947
./xgps:1258: PyGIDeprecationWarning: GObject.io_add_watch is deprecated; use 
GLib.io_add_watch instead
  GObject.io_add_watch(daemon.sock, GObject.IO_IN, self.handle_response)
./xgps:1258: PyGIDeprecationWarning: GObject.IO_IN is deprecated; use 
GLib.IO_IN instead
  GObject.io_add_watch(daemon.sock, GObject.IO_IN, self.handle_response)
./xgps:1259: PyGIDeprecationWarning: GObject.io_add_watch is deprecated; use 
GLib.io_add_watch instead
  GObject.io_add_watch(daemon.sock, GObject.IO_ERR, self.handle_hangup)
./xgps:1259: PyGIDeprecationWarning: GObject.IO_ERR is deprecated; use 
GLib.IO_ERR instead
  GObject.io_add_watch(daemon.sock, GObject.IO_ERR, self.handle_hangup)
./xgps:1260: PyGIDeprecationWarning: GObject.io_add_watch is deprecated; use 
GLib.io_add_watch instead
  GObject.io_add_watch(daemon.sock, GObject.IO_HUP, self.handle_hangup)
./xgps:1260: PyGIDeprecationWarning: GObject.IO_HUP is deprecated; use 
GLib.IO_HUP instead
  GObject.io_add_watch(daemon.sock, GObject.IO_HUP, self.handle_hangup)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]