slidewall não funciona

0

Instalei o slidewall no Ubuntu 16.04 usando ppa: fioan89 / slidewall.

Eu também instalei o python-appindicator, o python-notify, o python-notify2, o python-webkit. Mas o slidewall não funciona.

Aqui estão os erros que recebi:

$ /opt/extras.ubuntu.com/slidewall/bin/slidewall
/opt/extras.ubuntu.com/slidewall/slidewall/__init__.py:23: 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 # pylint: disable=E0611
/opt/extras.ubuntu.com/slidewall/slidewall_lib/Builder.py:20: PyGIWarning: AppIndicator3 was imported without specifying a version first. Use gi.require_version('AppIndicator3', '0.1') before import to ensure that the right version gets loaded.
  from gi.repository import AppIndicator3 as appindicator
/opt/extras.ubuntu.com/slidewall/slidewall_engine/NotifyEngine.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
Please make sure you have installed python image module

Como posso resolver isso?

    
por GKV 06.10.2016 / 20:08

1 resposta

1

Eu tive o mesmo problema, mas foi resolvido depois que instalei o python-imaging: sudo apt install python-imaging

    
por user613545 31.10.2016 / 14:10

Tags