skins2(Linux): fix some drag&drop issues
On Linux, drag&drop provides a null-terminated character string, consisting of one or more filenames. When there are more than one filename, either CR LF (e.g Nautilus) or just LF (e.g Konqueror) are used as the sub delimiter. This patch ensures that drag&drop now works for both cases. In addition, if more than one item are selected, only the first item is launched instead of all of them.
Showing
Please register or sign in to comment