이게 문제인가요? 16.04
sudo update-manager -c
[sudo] password for charles:
/usr/bin/update-manager:28: PyGIWarning: Gtk 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
/usr/lib/python3/dist-packages/UpdateManager/UnitySupport.py:29: PyGIWarning: Dbusmenu was imported without specifying a version first. Use gi.require_version('Dbusmenu', '0.4') before import to ensure that the right version gets loaded.
from gi.repository import Dbusmenu, Unity
/usr/lib/python3/dist-packages/UpdateManager/UnitySupport.py:29: 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 Dbusmenu, Unity
답변1
아니요, 심각한 건 아닙니다.
프로그래머는 지금 필요하지만 이전 릴리스에는 필요하지 않은 몇 줄의 코드를 추가하는 것을 잊었습니다. 하지만 이로 인해 이 경고가 표시됩니다.