Skip to content

Cant load documents - fuse2 error - missing dependency? #1823

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

Closed
NotGovernor opened this issue Sep 13, 2022 · 4 comments
Closed

Cant load documents - fuse2 error - missing dependency? #1823

NotGovernor opened this issue Sep 13, 2022 · 4 comments
Labels
bug integration: office Integration with Office/Collabora/CODE/OnlyOffice/etc

Comments

@NotGovernor
Copy link

Fresh install. Latest docker image. Latest Ubuntu server version. All clean installs.

NextCloud installation all working well.

Browse to files and inside the default Documents folder I choose the Welcome to Nextcloud Hub.docx file. It shows the loading page and I see the following error in the console for the docker.

Best guess: Has the image moved on to a version of linux that has fuse3 in it and not fuse2 so this is breaking now?

app_1  | IP - - [13/Sep/2022:23:36:04 +0000] "PROPFIND /remote.php/dav/files/USER/Documents/Welcome%20to%20Nextcloud%20Hub.docx HTTP/1.1" 207 1417 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36"
app_1  | dlopen(): error loading libfuse.so.2
app_1  |
app_1  | AppImages require FUSE to run.
app_1  | You might still be able to extract the contents of this AppImage
app_1  | if you run it with the --appimage-extract option.
app_1  | See https://github.com/AppImage/AppImageKit/wiki/FUSE
app_1  | for more information

Thanks for your assistance.

@projx
Copy link

projx commented Mar 11, 2023

Did you find a solution to this?

@martadinata666
Copy link

#1896

@kacperpaczos
Copy link

I have the same problem.
I will test my own Dockerfile for Nextcloud to try to resolve the issue.
Related information at this link:
https://github.com/AppImage/AppImageKit/wiki/FUSE

@joshtrichards joshtrichards added integration: office Integration with Office/Collabora/CODE/OnlyOffice/etc bug labels Oct 23, 2023
@joshtrichards
Copy link
Member

richdocumentscode does not require libfuse.so.2 (see Requirements). That warning is normal when running in the Docker container. When libfuse.so.2 isn't found, richdochmentscode falls back on extracting and running.

If the Collabora Online - Built-in CODE Server app isn't functioning for you, the lack of fuse is not the reason. I suggest checking:

https://github.com/CollaboraOnline/richdocumentscode
&
https://github.com/nextcloud/richdocuments

@joshtrichards joshtrichards closed this as not planned Won't fix, can't repro, duplicate, stale Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug integration: office Integration with Office/Collabora/CODE/OnlyOffice/etc
Projects
None yet
Development

No branches or pull requests

5 participants