Bug 51815 - ValueError: Namespace Wnck not available
Summary: ValueError: Namespace Wnck not available
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: ocrdesktop (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Artem Semenov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-24 13:18 MSK by Alexander Makeenkov
Modified: 2024-10-25 13:52 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Makeenkov 2024-10-24 13:18:01 MSK
Версия пакета: ocrdesktop-3.0-alt1

Приложение не запускается. При запуске из терминала ошибка:

```
Traceback (most recent call last):
  File "/usr/bin/ocrdesktop", line 49, in <module>
    gi.require_version("Wnck", "3.0")
  File "/usr/lib64/python3/site-packages/gi/__init__.py", line 122, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Wnck not available
```

Помогает установка пакета libwnck3-gir, нужно добавить в зависимости.
Comment 1 Repository Robot 2024-10-25 13:52:16 MSK
ocrdesktop-3.0-alt2 -> sisyphus:

 Thu Oct 24 2024 Artem Semenov <savoptik@altlinux> 3.0-alt2
 - Added req to libwnck3-gir (ALT bug: 51815)