[dolphin] [Bug 473733] Dolphin unable to copy or move files "The file or folder Message recipient disconnected from message bus without replying does not exist."
Jonathan E. Snow
bugzilla_noreply at kde.org
Fri Sep 1 00:08:02 BST 2023
https://bugs.kde.org/show_bug.cgi?id=473733
--- Comment #2 from Jonathan E. Snow <jesiphone2020 at gmail.com> ---
This issue is caused by CONFIG_FUSE_FS=m compiled into the kernel. Changing the
config to CONFIG_FUSE_FS=y is a workaround but doesn't fix the issue. Why
should kde require static fuse filesystem to be able to transfer files? Anyway
please mark this bug as WORKAROUND
This doesn't work:
vanaert jesnow # zgrep -i fuse /proc/config.gz
CONFIG_FUSE_FS=m
CONFIG_FUSE_DAX=y
this works:
vanaert jesnow # zgrep -i fuse /proc/config.gz
CONFIG_FUSE_FS=y
CONFIG_FUSE_DAX=y
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list