clipboard: Do not copy texture
I think copying a texture is not a good idea because it can be much larger than the original image file. Also, it does not really make sense for SVGs. Further, the complete image will often not be available as texture with tiled rendering because it's too large.
Would gdk::FileList
as used in drag-and-drop be enough?