Removed nautilus clipboard file hack

This prevents remote to properly paste text
This commit is contained in:
Armin Novak 2021-03-10 11:40:36 +01:00 committed by akallabeth
parent df785f7b77
commit 1fa0b80f7f

View File

@ -2825,8 +2825,6 @@ xfClipboard* xf_clipboard_new(xfContext* xfc)
clientFormat = &clipboard->clientFormats[n++];
clientFormat->atom = XInternAtom(xfc->display, "UTF8_STRING", False);
clientFormat->formatId = CF_UNICODETEXT;
/* This line for nautilus based file managers, beacuse they use UTF8_STRING for file-list */
clientFormat->formatName = _strdup("FileGroupDescriptorW");
clientFormat = &clipboard->clientFormats[n++];
clientFormat->atom = XA_STRING;