-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Description
Short story:
in the copyPath function when trying to copy a "pipe file" I get this error:
FileSystemException: Cannot copy file to '/tmp/LXFGGC/default.realm.note', path = '<some_path_on_my_machine>/default.realm.note' (OS Error: Illegal seek, errno = 29)
calling ls -al
default.realm.note is:
prw-r--r-- 1 khaled khaled 0 Jul 21 11:13 default.realm.note
my os:
OS: EndeavourOS Linux x86_64
Kernel: 6.9.8-arch1-1
Request:
please just throw or handle it, I spent some precious time jumping between packages' source codes to find out that this is the issue :)