Bug 32518 - PyGIWarning: GdkPixbuf
Summary: PyGIWarning: GdkPixbuf
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: gcdemu (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Денис Назаров
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-22 21:09 MSK by Koi
Modified: 2016-09-24 14:07 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Koi 2016-09-22 21:09:48 MSK
При запуске gcdemu выдаются такие ошибки

$ gcdemu
/usr/bin/gcdemu:35: PyGIWarning: GdkPixbuf was imported without specifying a version first. Use gi.require_version('GdkPixbuf', '2.0') before import to ensure that the right version gets loaded.
  from gi.repository import GdkPixbuf
/usr/bin/gcdemu:36: 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
Traceback (most recent call last):
  File "/usr/bin/gcdemu", line 38, in <module>
    from gi.repository import Notify

Сам cdemu из консоли работает без проблем.

Система:
Linux host-251.localdomain 4.4.21-std-def-alt0.M80P.1 #1 SMP Mon Sep 19 08:54:36 UTC 2016 x86_64 GNU/Linux
KDE Plasma 5.7.4

Пакеты cdemu:
cdemu-daemon-3.0.4-alt1
cdemu-client-3.0.1-alt1
gcdemu-3.0.1-alt2
kernel-modules-vhba-std-def
Comment 1 Антон Мидюков 2016-09-23 17:34:39 MSK
Установите libnotify-gir
Comment 2 Антон Мидюков 2016-09-23 18:26:32 MSK
Протестируйте задание 169847:
apt-repo test 169847

Исправил зависимости: добавил зависимость на libnotify-gir, заменил зависимость libappindicator-python на libappindicator-gtk3-gir.
Comment 3 Koi 2016-09-24 12:02:01 MSK
Тестирую.
Ошибок больше не выдает, работает нормально.
Спасибо за исправление.
Comment 4 Repository Robot 2016-09-24 12:10:52 MSK
gcdemu-3.0.1-alt3 -> sisyphus:

* Fri Sep 23 2016 Anton Midyukov <antohami@altlinux> 3.0.1-alt3
- Fix requires (Closes: 32518).