-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Please help us test releases for different plattforms #182
Comments
Hi there. First time user since today, running on Windows 10. Importing/transcribing worked fine, so major kudos for that! I did find this minuscule issue which I'm not sure if it's within your reach to fix or not, the link to "Open Acknowledgements" does not take tab focus, nor is it click- or interactable. I'd assume this is a platform issue, which seemed to be the scope of this issue. Let me know if you'd prefer similar "reports" as own issues in the future, or if this comment serves it's purpose perfectly fine! |
0.2 release on Ubuntu 20.04.3:
Edit: Taking it back - apparently the deb encounters the same issue from time to time... Is there a way to have the server log more verbosely to debug this more? |
I’ve tried audapolis-linux-x64-0.2.1-1.pacman on Arch Linux, and it seems to work fairly well (though the launcher entry seems to generate without an icon, see below), though I’ll point out that Also, the package is seemingly installed under a package name that includes the version: $ pacman -Qi audapolis
error: local database is inconsistent: name mismatch on package audapolis-0.2.1
error: local database is inconsistent: version mismatch on package audapolis-0.2.1
error: package 'audapolis' was not found
$ pacman -Qi audapolis-0.2.1
error: local database is inconsistent: name mismatch on package audapolis-0.2.1
error: local database is inconsistent: version mismatch on package audapolis-0.2.1
Name : audapolis-0.2.1
Version : 1-1
Description : None
Architecture : x86_64
URL : https://github.com/audapolis/audapolis#readme
Licenses : AGPL-3.0
… |
Also regarding the Pacman package, your packaging is quite unfortunate because the metadata files are placed near the tail end of the tar archive. I have the package here with the uncommon
Compare a distro-supplied package, where the metadata is in front:
This would not be a big deal since most packages are rather small, but your package is particularly large, so it really hurts interactive performance that Pacman needs to read through the entire thing to even as much as display a name and version. On first trying to install, I actually thought the package was broken because Pacman was just stuck for 15 seconds before showing the confirmation prompt. |
Running AppImage version 0.3.0_4 on Linux x86_64 (Fedora 40), Everything seems to work fine except the keyboard shortcuts (especially the clipboard). I opened a webm video file, made a few changes, exported as video with separate subtitle track. No issue. Apart from the shortcut issue, this seems to be really a great software. I'll certainly be using it soon! |
Currently we are building releases for different architectures, operating systems and distributions. We do not use all these platforms and mainly rely on our build system to produce correct outputs (😬)
Please help us test, especially on
The most important parts are:
The text was updated successfully, but these errors were encountered: