Date: Sat, 23 Jul 2022 15:53:55 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 265404] multimedia/pitivi: Colors for text (title clips) is not working Message-ID: <bug-265404-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265404 Bug ID: 265404 Summary: multimedia/pitivi: Colors for text (title clips) is not working Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kwm@FreeBSD.org Reporter: Alexander88207@protonmail.com Assignee: kwm@FreeBSD.org Flags: maintainer-feedback?(kwm@FreeBSD.org) Hello, when i want to put text into videos and then try to change the color, nothi= ng happens and the color setting will reset by revisit the title clip settings. Steps to reproduce this: 1.Import a video 2.Create a title for that clip 3.Change the color and the text background color 4.You will see that nothing changes. Logs from terminal: raceback (most recent call last): File "/usr/local/lib/pitivi/python/pitivi/titleeditor.py", line 137, in _frontTextColorButtonCb self._setChildProperty("color", color) File "/usr/local/lib/pitivi/python/pitivi/titleeditor.py", line 123, in _setChildProperty assert self.source.set_child_property(name, value) OverflowError: 4293288192 not in range -2147483648 to 2147483647 Traceback (most recent call last): File "/usr/local/lib/pitivi/python/pitivi/titleeditor.py", line 130, in _backgroundColorButtonCb self._setChildProperty("foreground-color", color) File "/usr/local/lib/pitivi/python/pitivi/titleeditor.py", line 123, in _setChildProperty assert self.source.set_child_property(name, value) OverflowError: 4290798027 not in range -2147483648 to 2147483647 Traceback (most recent call last): File "/usr/local/lib/pitivi/python/pitivi/titleeditor.py", line 234, in _createCb assert source.set_child_property("color", FOREGROUND_DEFAULT_COLOR) OverflowError: 4294967295 not in range -2147483648 to 2147483647 Traceback (most recent call last): File "/usr/local/lib/pitivi/python/pitivi/titleeditor.py", line 137, in _frontTextColorButtonCb self._setChildProperty("color", color) File "/usr/local/lib/pitivi/python/pitivi/titleeditor.py", line 123, in _setChildProperty assert self.source.set_child_property(name, value) OverflowError: 4293288192 not in range -2147483648 to 2147483647 Traceback (most recent call last): File "/usr/local/lib/pitivi/python/pitivi/titleeditor.py", line 130, in _backgroundColorButtonCb self._setChildProperty("foreground-color", color) File "/usr/local/lib/pitivi/python/pitivi/titleeditor.py", line 123, in _setChildProperty assert self.source.set_child_property(name, value) OverflowError: 4286996028 not in range -2147483648 to 2147483647 Many thanks in advance! --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265404-7788>