linuxmint/mintbackup

PyGIDeprecationWarnings

FriedrichFroebel opened this issue · 1 comments

Running mintbackup from the terminal raises some warnings:

/usr/lib/python3/dist-packages/aptdaemon/client.py:392: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  __gsignals__ = {"finished": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:395: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "dependencies-changed": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:404: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "download-changed": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:407: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "space-changed": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:410: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "error": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:413: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "role-changed": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:416: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "terminal-attached-changed": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:419: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "cancellable-changed": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:422: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "meta-data-changed": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:425: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "status-changed": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:428: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "status-details-changed": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:431: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "progress-changed": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:434: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "progress-details-changed": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:442: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "progress-download-changed": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:450: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "packages-changed": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:458: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "unauthenticated-changed": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:461: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "paused": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:464: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "resumed": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:467: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "allow-unauthenticated-changed": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:471: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:474: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "locale-changed": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:477: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "terminal-changed": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:480: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "debconf-socket-changed": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:483: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "http-proxy-changed": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:486: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "medium-required": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/client.py:490: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  "config-file-conflict": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/python3/dist-packages/aptdaemon/gtk3widgets.py:565: PyGIDeprecationWarning: GObject.SIGNAL_RUN_FIRST is deprecated; use GObject.SignalFlags.RUN_FIRST instead
  __gsignals__ = {"finished": (GObject.SIGNAL_RUN_FIRST,
/usr/lib/linuxmint/mintbackup/mintbackup.py:38: PyGIDeprecationWarning: GLib.USER_DIRECTORY_DOCUMENTS is deprecated; use GLib.UserDirectory.DIRECTORY_DOCUMENTS instead
  BACKUP_DIR = os.path.join(GLib.get_user_special_dir(GLib.USER_DIRECTORY_DOCUMENTS), _("Backups"))
/usr/lib/linuxmint/mintbackup/mintbackup.py:62: PyGIDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "schema" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
  self.settings = Gio.Settings("com.linuxmint.backup")
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

Fixed in Linux Mint 19 release.