slidewall не работает

Я установил slidewall на Ubuntu 16.04 с помощью ppa:fioan89/slidewall.

Я также установил python-appindicator, Python - уведомляют, python-notify2, WebKit Python. Но slidewall не работает.

Вот ошибки, которые я получил:

$ /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

Как я могу разрешить это?

0
задан 9 October 2016 в 13:21

1 ответ

У меня была та же проблема, но она была решена после того, как я установил обработку изображений Python: sudo apt install python-imaging

1
ответ дан 28 September 2019 в 11:02

Другие вопросы по тегам:

Похожие вопросы: