Fedora Account System
Red Hat Associate
Red Hat Customer
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
upstream ticket: https://github.com/jliljebl/flowblade/issues/1190
*** This bug has been marked as a duplicate of bug 2368356 ***
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