Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings in current environment #1

Open
kolewu opened this issue Sep 30, 2018 · 0 comments · May be fixed by #2
Open

Warnings in current environment #1

kolewu opened this issue Sep 30, 2018 · 0 comments · May be fixed by #2

Comments

@kolewu
Copy link

kolewu commented Sep 30, 2018

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 kolewu linked a pull request Sep 30, 2018 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant