You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
When running the script with a current Archlinux, I get the following warnings:
The text was updated successfully, but these errors were encountered: