Bug 2368348

Summary: player doesn't work
Product: [Fedora] Fedora Reporter: thewaspsnest1
Component: flowbladeAssignee: MartinKG <mgansser>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: 42CC: mgansser
Target Milestone: ---Keywords: Desktop
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-05-25 16:23:15 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:

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