Bug 1073726
| Summary: | Missing dependence Clutter | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Zamir SUN <sztsian> |
| Component: | pitivi | Assignee: | Gwyn Ciesla <gwync> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | elad, gwync, hicham.haouari, otte |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | pitivi-0.92-2.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-03-18 08:16:34 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
pitivi-0.92-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/pitivi-0.92-2.fc20 Package pitivi-0.92-2.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing pitivi-0.92-2.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-3595/pitivi-0.92-2.fc20 then log in and leave karma (feedback). pitivi-0.92-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: After I install pitivi in Fedora 20 with xfce, I can not start pitivi. I tried to start pitivi from terminal and it says ERROR - The following hard dependencies are unmet: ================================================== - Clutter: 1.12.0 or newer is required, but was not found on your system. Version-Release number of selected component (if applicable): Fedora 20 3.13.5-202.fc20.x86_64 How reproducible: Always Steps to Reproduce: 1.Install a pure Fedora 20 x86_64 with xfce 2.sudo yum update 3.sudo yum install pitivi 4.pitivi Actual results: ERROR - The following hard dependencies are unmet: ================================================== - Clutter: 1.12.0 or newer is required, but was not found on your system. Expected results: Pitivi started Additional info: After I installed clutter, still other error $ sudo yum install clutter $ pitivi ERROR:root:Could not find any typelib for GtkClutter Traceback (most recent call last): File "/usr/bin/pitivi", line 142, in <module> _run_pitivi() File "/usr/bin/pitivi", line 116, in _run_pitivi import pitivi.application as ptv File "/usr/share/pitivi/python/pitivi/application.py", line 43, in <module> from pitivi.mainwindow import PitiviMainWindow File "/usr/share/pitivi/python/pitivi/mainwindow.py", line 49, in <module> from pitivi.timeline.timeline import Timeline File "/usr/share/pitivi/python/pitivi/timeline/timeline.py", line 26, in <module> from gi.repository import GtkClutter ImportError: cannot import name GtkClutter Then pitivi starts without error after I install clutter-gtk So two dependences are missing for the package.