Skip to content

Commit

Permalink
Add a workaround for issue flathub#6
Browse files Browse the repository at this point in the history
This should not be necessary, but until someone can tell me what is
going on here, at least this starts soundconverter again.

Revisit after kassoulet/soundconverter#60 has
been merged with a way to set a proper version number.

Fixes flathub#6
  • Loading branch information
jmaibaum committed Jan 9, 2022
1 parent ae67e86 commit 5b6127a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions org.soundconverter.SoundConverter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ finish-args:
- --filesystem=xdg-music
- --filesystem=/media
- --filesystem=/run/media
# Workaround for https://github.com/flathub/org.soundconverter.SoundConverter/issues/6
# Revisit after https://github.com/kassoulet/soundconverter/pull/60 has been merged
# with a way to set a proper version number
- --env=PYTHONPATH=/app/lib/python3.9/site-packages
cleanup:
- /lib/python*/site-packages/python_distutils_extra-*
modules:
Expand Down

0 comments on commit 5b6127a

Please sign in to comment.