i tried with both the pacman package and flatpak, but when i try to open pitivi from the terminal i just get this error:
> Missing soft dependency:
> - cvtracker GStreamer element not found on the system
> -> enables object tracking
> Missing soft dependency:
> - librosa not found on the system
> -> enables beat detection functionality
> Gdk-Message: 00:51:52.570: Unable to load left_side from the cursor theme
> Traceback (most recent call last):
> File "/usr/bin/pitivi", line 172, in <module>
> _run_pitivi()
> File "/usr/bin/pitivi", line 143, in _run_pitivi
> from pitivi import application
> File "/usr/lib/pitivi/python/pitivi/application.py", line 32, in <module>
> from pitivi.effects import EffectsManager
> File "/usr/lib/pitivi/python/pitivi/effects.py", line 50, in <module>
> from pitivi.trackerperspective import EFFECT_TRACKED_OBJECT_ID_META
> File "/usr/lib/pitivi/python/pitivi/trackerperspective.py", line 44, in <module>
> from pitivi.utils.ui import fix_infobar
> File "/usr/lib/pitivi/python/pitivi/utils/ui.py", line 79, in <module>
> GES.Edge.EDGE_START: Gdk.Cursor.new(Gdk.CursorType.LEFT_SIDE),
> TypeError: constructor returned NULL
im on kde plasma on wayland. anything i can do? (i dont speak python)
Yes, but only required (or hard) dependencies. The warnings that you were seeing were informational warnings, telling you that some functionality that you might want will not be available without certain optional (or soft) dependencies installed (in this case, object tracking and beat detection). The lack of those soft dependencies would not keep the application from opening or otherwise running.
In this case, the relevant error messages were the ones telling you that you had a problem in your cursor theme (LEFT_SIDE appears to be missing or corrupt).