Bug 52835 - ValueError: Namespace Adw not available
Summary: ValueError: Namespace Adw not available
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: plattenalbum (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Andrey Kovalev
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-27 12:24 MSK by Alexander Makeenkov
Modified: 2025-01-27 15:12 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 2025-01-27 12:24:44 MSK
Версия пакета: plattenalbum-2.2.1-alt1

Приложение не запускается:
```
$ plattenalbum 
Traceback (most recent call last):
  File "/usr/bin/plattenalbum", line 22, in <module>
    gi.require_version("Adw", "1")
  File "/usr/lib64/python3/site-packages/gi/__init__.py", line 122, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Adw not available
```
Comment 1 Repository Robot 2025-01-27 15:12:06 MSK
plattenalbum-2.2.1-alt2 -> sisyphus:

 Mon Jan 27 2025 Andrey Kovalev <ded@altlinux> 2.2.1-alt2
 - Added missing requires (closes: #52835)