-
Notifications
You must be signed in to change notification settings - Fork 8
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
Mounting on linux systems with KDE #34
Labels
Comments
infeo
added a commit
that referenced
this issue
Jan 18, 2021
infeo
changed the title
Mounting on linux systems using KDE
Mounting on linux systems with KDE
Jan 19, 2021
https://bugs.kde.org/show_bug.cgi?id=75324 is now fixed. Can we re-enable mounting |
If we implement a new mounter which uses kio-fuse, then mounting on KDE can be re-enabled. The gio/gvfs mounter are not applicable anymore for KDE, see the discussion in the KDE issue. |
I see. Well not a high prio issue, since FUSE is included in basically every Linux nowadays. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Even if gio or gvfs is installed on the regarding system, if one uses KDE as the desktop environment a filesystem cannot be mounted. By calling
mount()
, the following stacktrace is shown:The adapter uses the gio tool to mount the (local) network location, but for KDE it relied on the quite old and unmainted KIO-GIO package, which seems to lost functionality in newer KDE versions.
The problem of mounting network locations with KDE persisted for a long time, see https://bugs.kde.org/show_bug.cgi?id=75324. Since beginning of this year there exists a new approach with KIO-FUSE, but it is not included in the standard packages sources yet (and does not look 100% stable).
Remark
This is the upstream issue for cryptomator/cryptomator#1381
The text was updated successfully, but these errors were encountered: