Hi To copy from Gambas3.6 (Iconview + Directory) with gb.qt a filemanager (Dolphin, Pcmanfm, Nautilus) works well. But gb.gtk gb.gtk3 or no work. code: sName_Paste = ivwDesktop.Current.Text sPath_Source = Directory & sName_Paste clsClipboard.Copy(sPath_Source, "text/uri-list") How I can fix it. Thanks and Regards Herberth Guzman