Overview
The Direct Save Protocol (XDS) builds on top of the XDND protocol to allow users to save a file by simply dragging it to a file manager window, thereby avoiding the necessity of having a directory browser in each application's Save File dialog.
Mailinglist
Discussion of this specification should occur on xdg.
Current status
The specification is now stable and not expected to change in incompatible ways. The last change was in 1999. All the ROX applications and those using the JX framework have supported XDS since 1999.
Full specification
- http://www.newplanetsoftware.com/xds/ (dead link as of May 2018)
- local copy
Current implementors
- The Gimp: The Gimp has support in the CVS version.
- ROX-Lib: Provides a Python module to save using the protocol.
- ROX-Filer: Graphical file manager allows dragging to filer windows to save.
- JX Application Framework: C++ widget library.
- Thunar: Xfce File Manager allows dragging to folder windows to save.
Links to other specifications
- XDND is the drag-and-drop specification shared between GTK+ and Qt. XDS builds on this.