FS#73064 - Thumbnails generation broken since update to Python 3.10

Attached to Project: Community Packages
Opened by Trit' (trit) - Friday, 17 December 2021, 15:52 GMT
Last edited by Evangelos Foutras (foutrelis) - Saturday, 18 December 2021, 03:33 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: when opening a file to crop it with VidCutter, the “video slider” below the embedded player does not generate thumbnails and is unusable. Everything else still works.
There is a commit upstream fixing it: https://github.com/ozmartian/vidcutter/commit/85bf70698ed94f73ea6b84534911af81cf7aaa18

Additional info:
* package version(s): vidcutter 6.0.5.1-2

Steps to reproduce:
– Open VidCutter (the official version in the Arch’s repositories).
– Drag’n’drop a video file into it.
– “Thumbnails generation” appears below the embedded player, but won’t be replaced by the thumbnails.

Step to fix it: replace the original /usr/lib/python3.10/site-packages/vidcutter/videoslider.py file by the upstream fixed version: https://raw.githubusercontent.com/ozmartian/vidcutter/85bf70698ed94f73ea6b84534911af81cf7aaa18/vidcutter/videoslider.py

After replacing the file, thumbnails generation will work again.
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Saturday, 18 December 2021, 03:33 GMT
Reason for closing:  Fixed
Additional comments about closing:  Patch included in vidcutter 6.0.5.1-3, thanks!

Loading...