Description
I'm really excited to try this package out. However, I'm having a hard time getting it to work. First, I discovered that it needed libpango1.0-dev
installed by the operating system to even install. Then I tried to run it and it gave a warning that it also needed ffmpeg or avconv. So, I installed ffmpeg. Then I ran git-sim status
and got some weird messages about jpeg mimetypes.
Error: no "view" mailcap rules found for type "image/jpeg"
A google search turned up this heavily downvoted stackoverflow question. This may be related to the following perl error message:
Use of uninitialized value $file in open at /usr/share/perl5/File/MimeInfo/Applications.pm line 140.
I also see:
Use of uninitialized value in subroutine entry at /usr/share/perl5/File/BaseDir.pm line 105.
Finally, there is a summary:
No applications found for mimetype: image/jpeg
I'm trying to run git-sim from inside a python virtual environment installed inside of Ubuntu 22.04. All of that is being access from a funky RStudio terminal running inside of a web browser. Since I've never gotten this package to work, it's not clear what I should expect. I guess I thought it would just create an animation and point me to where it got saved so I could read it with an image viewer. I think maybe the program is not yet smart enough to understand that if it's assumptions are not met, that it should just make the image/video file, write it to disk, and then tell the user the path to that file. I could be completely wrong about this, but that's what it seems like to me.