Complete error text :
Error 1
deskcon-desktop-master/server/notificationmanager.py:8: 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.
Error 2
deskcon-desktop-master/server/notificationmanager.py:9: PyGIWarning: Notify was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk, GObject
Complete error text : Error 1 deskcon-desktop-master/server/notificationmanager.py:8: 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. Error 2 deskcon-desktop-master/server/notificationmanager.py:9: PyGIWarning: Notify was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk, GObject