-
-
Notifications
You must be signed in to change notification settings - Fork 584
Crash on newest AppImageKit used on Wi-Fi connection #1126
Copy link
Copy link
Closed
Description
We use appimage-builder in docker to build AppImages and build them like this: Install appimagetool. However our qgroundcontrol become to crash on Wi-Fi connection after 31 of Dec for some reason. Now we just downgraded appimagetool to 12th version and all works fine:
- RUN wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage -O /opt/appimagetool \
+ RUN wget https://github.com/AppImage/AppImageKit/releases/download/12/appimagetool-x86_64.AppImage -O /opt/appimagetool \
The last thing the AppImage says before crashing:
**(app:3456): GLib-GIO-ERROR : No GSettings schemas are installed on the system
Please fix if you have any idea why it could crash. @azubieta FYI ^^^
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels