gvfs-automount icon indicating copy to clipboard operation
gvfs-automount copied to clipboard

Warnings in current environment

Open kolewu opened this issue 6 years ago • 0 comments

When running the script with a current Archlinux, I get the following warnings:

./gvfs_automount.py:16: PyGIWarning: Notify was imported without specifying a version first. Use gi.require_version('Notify', '0.7') before import to ensure that the right version gets loaded.
  from gi.repository import Notify
./gvfs_automount.py:70: PyGIDeprecationWarning: GObject.MainLoop is deprecated; use GLib.MainLoop instead
  GObject.MainLoop().run()

kolewu avatar Sep 30 '18 13:09 kolewu