-
Notifications
You must be signed in to change notification settings - Fork 912
fix(appimage): move VFS plugins to AppDir #8217
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
Conversation
This allows the AppImage build to find and load the experimental VFS
plugins, and not crash with:
[ critical plugins /home/user/src/common/vfs.cpp:250 ]: Could not load plugin: not existent or bad metadata "nextclouddevsync_vfs_suffix"
[ fatal default /home/user/src/gui/folderman.cpp:326 ]: Could not load plugin
[1] 72936 IOT instruction (core dumped) ./nextclouddev-master-x86_64.AppImage
Fixes #7135
Fixes #7194
Fixes #7465
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
d6e8c27 to
c498cdb
Compare
|
Artifact containing the AppImage: nextcloud-appimage-pr-8217.zip SHA256 checksum: To test this change/fix you can download the above artifact file, unzip it, and run it. Please make sure to quit your existing Nextcloud app and backup your data. |
|
|
/backport to stable-3.16 |
|
I don't think this has worked. The issue this was supposed to address persists in the new release Nextcloud-3.17.1-x86_64.AppImage. |
|
@derspotter please open another issue including logs related to the loading of VFS plugins The 3.17.1 appimage contains |



This allows the AppImage build to find and load the experimental VFS plugins, and not crash with:
Fixes #7135
Fixes #7194
Fixes #7465