Bug 1995045 - Fails to start - missing libav gstreamer
Summary: Fails to start - missing libav gstreamer
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: pitivi
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
Assignee: Gwyn Ciesla
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-08-18 10:54 UTC by Phil Wyett
Modified: 2021-08-20 14:43 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-08-19 14:09:46 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
GNOME Gitlab GNOME pitivi issues 2571 0 None None None 2021-08-18 13:54:13 UTC

Description Phil Wyett 2021-08-18 10:54:29 UTC
Description of problem:

Fails to start - missing libav gstreamer.

[philwyett@ks-binks ~]$ pitivi 
Missing soft dependency:
- libav GStreamer plug-in not found on the system
    -> additional multimedia codecs through the GStreamer Libav library
Traceback (most recent call last):
  File "/usr/lib64/python3.10/site-packages/pitivi/application.py", line 135, in do_startup
    loggable.init('PITIVI_DEBUG', enable_color, enable_crack_output)
  File "/usr/lib64/python3.10/site-packages/pitivi/utils/loggable.py", line 651, in init
    add_limited_log_handler(print_handler)
  File "/usr/lib64/python3.10/site-packages/pitivi/utils/loggable.py", line 738, in add_limited_log_handler
    if not isinstance(func, collections.Callable):
AttributeError: module 'collections' has no attribute 'Callable'
Traceback (most recent call last):
  File "/usr/lib64/python3.10/site-packages/pitivi/application.py", line 203, in do_activate
    self.create_main_window()
  File "/usr/lib64/python3.10/site-packages/pitivi/application.py", line 209, in create_main_window
    self.gui = MainWindow(self)
  File "/usr/lib64/python3.10/site-packages/pitivi/mainwindow.py", line 108, in __init__
    self.app.settings.connect("useDarkThemeChanged",
AttributeError: 'NoneType' object has no attribute 'connect'
[philwyett@ks-binks ~]$

Version-Release number of selected component (if applicable:

2021.05.0-3

How reproducible:

Always.

Steps to Reproduce:
1. Install pitivi.
2. Run from activites icon or in terminal.
3.

Actual results:

Fails to start and crashes.

Expected results:

Start app cleanly.

Additional info:

Comment 1 Phil Wyett 2021-08-18 11:03:44 UTC
Also occurs in fc35 branched.

Comment 2 Phil Wyett 2021-08-20 14:43:54 UTC
Wee seem to have a failure in the build/test pipline causing hte app not to hit rawhide.

https://osci-jenkins-1.ci.fedoraproject.org/job/fedora-ci/job/rpmdeplint-pipeline/job/master/30087/


Note You need to log in before you can comment on or make changes to this bug.