You are not logged in.
Hello, when I try to copy files from CIFS shares Thunar gives me this error:
Error when getting information for file descriptor.
Numerical result out of range.
I can move, open or remove files from Thunar. cp from terminal works without issue.
Last edited by darkrocket (2020-09-16 13:41:57)
Offline
This is caused by a regression in glib2: https://gitlab.gnome.org/GNOME/glib/-/issues/2205
Until the fix gets downstreamed, rolling back glib2 should fix it:
sudo pacman -U https://archive.archlinux.org/packages/g/glib2/glib2-2.64.5-1-x86_64.pkg.tar.zst
Last edited by pavelow (2020-09-16 13:26:24)
Offline
This is caused by a regression in glib2: https://gitlab.gnome.org/GNOME/glib/-/issues/2205
Until the fix gets downstreamed, rolling back glib2 should fix it:
sudo pacman -U https://archive.archlinux.org/packages/g/glib2/glib2-2.64.5-1-x86_64.pkg.tar.zst
Hello, thank you for your help. Downgrading glib2 fixed the issue.
Offline