gvfs-automount
gvfs-automount copied to clipboard
Warnings in current environment
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()