Intelligent-Quads / iq_tutorials

MIT License
460 stars 252 forks source link

QGroundControl.AppImage related issue. #54

Closed davitdavtyan closed 9 months ago

davitdavtyan commented 9 months ago

Just to put this here if anyone else will face with the issue.

When I tried as per described ./QGroundControl.AppImage to run Ground control faced with following errors:

fusermount: mount failed: Operation not permitted

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

The solution is to extract first by running

  1. ./QGroundControl.AppImage --appimage-extract
  2. cd squashfs-root
  3. ./QGroundControl

Hope this will safe time for someone.

davitdavtyan commented 9 months ago

Closing as the resolution is described.