Bug 2013042
| Summary: | [abrt] cozy: require_version(): __init__.py:126:require_version:ValueError: Namespace Dazzle not available | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Neal Gompa <ngompa13> | ||||||||||||||
| Component: | cozy | Assignee: | Artur Frenszek-Iwicki <fedora> | ||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||
| Priority: | unspecified | ||||||||||||||||
| Version: | 35 | CC: | adscvr, fedora | ||||||||||||||
| Target Milestone: | --- | ||||||||||||||||
| Target Release: | --- | ||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||
| OS: | Unspecified | ||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/60a6cefdfecbf937ebf01f716b3bc8b4cf28276c | ||||||||||||||||
| Whiteboard: | abrt_hash:27d06c8fae247d87adf00806e3284921725e6546;VARIANT_ID=kde; | ||||||||||||||||
| Fixed In Version: | cozy-1.1.2-2.fc34 cozy-1.1.2-2.fc33 cozy-1.1.2-2.fc35 | Doc Type: | If docs needed, set a value | ||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||
| Last Closed: | 2021-10-12 23:44:42 UTC | Type: | --- | ||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||
| Embargoed: | |||||||||||||||||
| Attachments: |
|
||||||||||||||||
Created attachment 1831996 [details]
File: backtrace
Created attachment 1831997 [details]
File: cpuinfo
Created attachment 1831998 [details]
File: environ
Created attachment 1831999 [details]
File: mountinfo
Created attachment 1832000 [details]
File: namespaces
Created attachment 1832001 [details]
File: open_fds
FEDORA-2021-ffc8364ff6 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-ffc8364ff6 FEDORA-2021-727509c747 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-727509c747 FEDORA-2021-0869e39f19 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-0869e39f19 FEDORA-2021-0869e39f19 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2021-727509c747 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2021-ffc8364ff6 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: I think this has a missing dependency on libdazzle. Version-Release number of selected component: cozy-1.1.2-1.fc34 Additional info: reporter: libreport-2.15.2 cgroup: 0::/user.slice/user-1000.slice/user/app.slice/app-com.github.geigi.cozy-efe52ed6c44a41e7af1cc802d492a839.scope cmdline: /usr/bin/python3 /usr/bin/com.github.geigi.cozy crash_function: require_version exception_type: ValueError executable: /usr/bin/com.github.geigi.cozy interpreter: python3-3.9.7-1.fc34.x86_64 kernel: 5.14.9-200.fc34.x86_64 runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: __init__.py:126:require_version:ValueError: Namespace Dazzle not available Traceback (most recent call last): File "/usr/bin/com.github.geigi.cozy", line 130, in <module> from cozy.application import Application File "/usr/lib/python3.9/site-packages/cozy/application.py", line 21, in <module> from cozy.app_controller import AppController File "/usr/lib/python3.9/site-packages/cozy/app_controller.py", line 24, in <module> from cozy.ui.headerbar import Headerbar File "/usr/lib/python3.9/site-packages/cozy/ui/headerbar.py", line 10, in <module> gi.require_version('Dazzle', '1.0') File "/usr/lib64/python3.9/site-packages/gi/__init__.py", line 126, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace Dazzle not available Local variables in innermost frame: namespace: 'Dazzle' version: '1.0' repository: <gi.Repository object at 0x7fc7b3137bb0> available_versions: []