Skip to content

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

Merged
merged 1 commit into from
May 6, 2025

Conversation

nilsding
Copy link
Member

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

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 <[email protected]>
@mgallien mgallien force-pushed the bugfix/bundle-vfs-plugins-in-appimage branch from d6e8c27 to c498cdb Compare May 6, 2025 07:45
@mgallien mgallien merged commit 595ffc7 into master May 6, 2025
12 of 15 checks passed
@mgallien mgallien deleted the bugfix/bundle-vfs-plugins-in-appimage branch May 6, 2025 07:45
Copy link

github-actions bot commented May 6, 2025

Artifact containing the AppImage: nextcloud-appimage-pr-8217.zip

SHA256 checksum: b1719f7fbc6e51cdd29f8bda87953e1c46104172530e682f287967844f734910

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.

Copy link

sonarqubecloud bot commented May 6, 2025

@nilsding
Copy link
Member Author

/backport to stable-3.16

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