Skip to content
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

Cannot launch AppImage with comma in filename #889

Open
probonopd opened this issue Dec 9, 2018 · 1 comment
Open

Cannot launch AppImage with comma in filename #889

probonopd opened this issue Dec 9, 2018 · 1 comment
Labels

Comments

@probonopd
Copy link
Member

me@host:~$ '/home/me/Downloads/Name,Test.AppImage'
fuse: unknown option `Test.AppImage'

Cannot mount AppImage, please check your FUSE setup.
You might still be able to extract the contents of this AppImage 
if you run it with the --appimage-extract option. 
See https://github.com/AppImage/AppImageKit/wiki/FUSE 
for more information
open dir error: No such file or directory
@probonopd probonopd added the bug label Dec 9, 2018
@TheAssassin
Copy link
Member

That's what happens when you don't sanitize/escape your parameters before handing them to a called program.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants