We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now that we are working on support for FreeBSD to use AppImages originally made for Linux, it would be nice to get the thumbnailer to run there, too.
Trying to compile this thumbnailer on FreeBSD leads to:
sed: 1: "configure": command c expects \ followed by text
Similar: https://stackoverflow.com/questions/4247068/sed-command-with-i-option-failing-on-mac-but-works-on-linux
find . -type file -exec sed -i -e "s|sed -e|sed -i'' -e|g" {} \;
results in a failure with another symptom.
Blocked by: AppImageCommunity/libappimage#149
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Now that we are working on support for FreeBSD to use AppImages originally made for Linux, it would be nice to get the thumbnailer to run there, too.
Trying to compile this thumbnailer on FreeBSD leads to:
Similar:
https://stackoverflow.com/questions/4247068/sed-command-with-i-option-failing-on-mac-but-works-on-linux
results in a failure with another symptom.
Blocked by:
AppImageCommunity/libappimage#149
The text was updated successfully, but these errors were encountered: