-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flatpak Anki doesn't display video #164
Comments
I cannot reproduce this, could you try with the latest version of the app, and see if there is any issues? |
Hi, I still have this issue with the latest Anki from Flatpak.
|
Please try the following:
Note whether it plays or not, and include the full console output of mpv. |
The video didn't play.
|
Looks like it is trying to use the drm gpu context instead of wayland for some reason. I have some detailed troubleshooting for you below: Do you have mpv installed outside the flatpak? Does it work on your system with the default configuration (check with Have you denied the flatpak permission to use your gpu? Check by providing the output of Next, please try explicitly specifiying Sorry for the detailed steps involved, just that the default configuration of mpv should work on your system provided that it does outside the flatpak and the flatpak has access to your video card. |
|
It cannot find the file because you placed quotes around ~, and you did not provide it the full path to the video, you will need to provide it the full path in both arguments. If your video is in ~/tmp/flatpak-testing, the command should be |
Hello,
The latest flatpak version of Anki doesn't play video whilst the latest official version does.
The debug information is nearly identical between the two versions: the flatpak one uses
glibc 2.38
while the official one uses2.35
. I'm using Linux Mint 21.3.Flatpak debug info
Official debug info
To test this I previewed various cards with video on the reverse side (both
.mp4
and.mkv
files) from the browser. The second triplet of JS errors appears when I clickPreview
, though the cards don't have any Tex code, and, regardless, it's common to both versions.The stdout from the flatpak differs, as far as I can see, in only one significant way, namely by failing to load
xapp-gtk3-module
.Here is the the full stdout out from the flatpak version.
Here is the full stdout out from the official version.
Let me know if I can provide more information.
The text was updated successfully, but these errors were encountered: