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
{{ message }}
This repository has been archived by the owner on Oct 29, 2018. It is now read-only.
/usr/lib/python3/dist-packages/scudcloud/notifier.py:3: 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
/usr/lib/python3/dist-packages/scudcloud/scudcloud.py:27: PyGIWarning: Unity was imported without specifying a version first. Use gi.require_version('Unity', '7.0') before import to ensure that the right version gets loaded.
from gi.repository import Unity, Dbusmenu
ii scudcloud 1.26-2 all ScudCloud is a non official desktop client for Slack
ScudCloud Version
shevek@raven:~$ scudcloud --version
/usr/lib/python3/dist-packages/scudcloud/notifier.py:3: 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
/usr/lib/python3/dist-packages/scudcloud/scudcloud.py:27: PyGIWarning: Unity was imported without specifying a version first. Use gi.require_version('Unity', '7.0') before import to ensure that the right version gets loaded.
from gi.repository import Unity, Dbusmenu
ScudCloud 1.26
Python 3.5.1+
Qt 4.8.7
PyQt 4.11.4
SIP 4.17
Distro and Desktop info
Distribution:Ubuntu
Version/Release:16.04
Desktop environment:xfce
Expected behavior
Actual behavior
Steps to reproduce
The text was updated successfully, but these errors were encountered:
Duplicate of #288. While those warnings are a pain to see in 16.04, the problem: to fix them, I need to specify a version for few importing, and this will break on 12.04.
I someone candidate to keep the 12.04 version, I can go ahead and fix it. If not, I'll maintain this way until 12.04 got no more supported next year.
/usr/lib/python3/dist-packages/scudcloud/notifier.py:3: 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
/usr/lib/python3/dist-packages/scudcloud/scudcloud.py:27: PyGIWarning: Unity was imported without specifying a version first. Use gi.require_version('Unity', '7.0') before import to ensure that the right version gets loaded.
from gi.repository import Unity, Dbusmenu
ii scudcloud 1.26-2 all ScudCloud is a non official desktop client for Slack
ScudCloud Version
shevek@raven:~$ scudcloud --version
/usr/lib/python3/dist-packages/scudcloud/notifier.py:3: 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
/usr/lib/python3/dist-packages/scudcloud/scudcloud.py:27: PyGIWarning: Unity was imported without specifying a version first. Use gi.require_version('Unity', '7.0') before import to ensure that the right version gets loaded.
from gi.repository import Unity, Dbusmenu
ScudCloud 1.26
Python 3.5.1+
Qt 4.8.7
PyQt 4.11.4
SIP 4.17
Distro and Desktop info
Expected behavior
Actual behavior
Steps to reproduce
The text was updated successfully, but these errors were encountered: