-
Notifications
You must be signed in to change notification settings - Fork 1
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
SoundConverter has stopped working #6
Comments
Thanks for your report. So far, I have no clue why it's not found, as In the meantime, I found that setting explicitly setting flatpak run --env=PYTHONPATH=/app/lib/python3.9/site-packages org.soundconverter.SoundConverter I have no idea why this makes a difference, since |
FWIW, I have reported this upstream. Maybe someone from the project developers knows what's going on, see: https://bugs.launchpad.net/soundconverter/+bug/1956623 |
This should not be necessary, but until someone can tell me what is going on here, at least this starts soundconverter again. See flathub#6
I have installed soundconverter using flatpak, where are the python files that flatpak uses to run soundconverter so that I can try to find a solution? |
nevermind, found them in |
When trying the original version with the env option set, it starts but I get the following, not sure if it's normal?
I don't think I've run SC in flatpak through a terminal before, so the errors about tags might have always been there. As for the test build, I'm not used much to flatpak: do I have to uninstall the original version (from FlatHub) first or update it with that build? |
Usually this is available in package managers:
I don't know how this translates to flatpak |
I'm on Ubuntu and have the various gstreamer plugins packages installed (base, bad, good, ugly) from the repos but I guess flatpak can't use them, I would assume that SC is looking for them either in the package or from an independent one (or a runtime). |
@terzag :
If you have installed the main version on your system flatpak installation, you can install the test version alongside in your user installation. The command shown by flathubbot is meant for this scenario: The Given that you were able to launch the app via the |
It's is unrelated to this issue, and related to how GStreamer plugins are managed within flatpak runtimes (which I do not fully wrap my head around to be honest). These errors are present since I started working on the flatpak version of soundconverter and just never got around fixing. I didn't find these errors to cause any trouble though. Exporting to MP3 still works, and I cannot remember losing a single ID3 tag or having trouble playing back VBR MP3 generated by soundconverter. I have to admit though that I don't use MP3 extensively anymore, so it might still cause issues. I was always planning to look into this more seriously if somebody came up with an example file/configuration that does not work. So if you find something not working correctly, please file an issue. You cannot fix these errors installing GStreamer plugins though on your host, they are completely separate from your flatpak platform/runtime. |
Haven't used SC in a while, so I'm not sure when it stopped working but when I try to run it I get the following errors:
Might be related to an update to the GNOME runtime? I think I got one yesterday or so.
The text was updated successfully, but these errors were encountered: