Bug 2368348 - player doesn't work
Summary: player doesn't work
Keywords:
Status: CLOSED DUPLICATE of bug 2368356
Alias: None
Product: Fedora
Classification: Fedora
Component: flowblade
Version: 42
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: MartinKG
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-05-24 06:38 UTC by thewaspsnest1
Modified: 2025-05-27 14:50 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-05-25 16:23:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description thewaspsnest1 2025-05-24 06:38:18 UTC
Flowblade starts normally, but the player doesn't work. If started from the command line, it gives the following info:

Traceback (most recent call last):
  File "/usr/lib/python3.13/site-packages/Flowblade/app.py", line 457, in _create_sdl_2_consumer
    launch_player()
    ~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/site-packages/Flowblade/app.py", line 594, in launch_player
    editorstate.player.set_sdl_xwindow(gui.tline_display)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/site-packages/Flowblade/mltplayer.py", line 122, in set_sdl_xwindow
    self.window_xid = widget.get_window().get_xid()
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'GdkWaylandWindow' object has no attribute 'get_xid'. Did you mean: 'get_width'?

Reproducible: Always

Steps to Reproduce:
1.Launch flowblade
Actual Results:
the rest of the features seem to be working, but the player doesn't work

Expected Results:
playback

Comment 1 MartinKG 2025-05-25 16:19:48 UTC
upstream ticket: https://github.com/jliljebl/flowblade/issues/1190

Comment 2 MartinKG 2025-05-25 16:23:15 UTC

*** This bug has been marked as a duplicate of bug 2368356 ***

Comment 3 MartinKG 2025-05-27 14:50:54 UTC
have you already tried to start flowblade from the console with the following command:

SDL12COMPAT_NO_QUIT_VIDEO=1 GDK_BACKEND=x11 SDL_VIDEODRIVER=x11 /usr/bin/flowblade


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