mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Aug. 30 2006,21:22 |
|
Oh...i see. Well, drag and drop is typically a feature of your desktop environment. In Windows that would be Windows Explorer. Linux has desktop environments available to it -- such as KDE, Gnome, and Xfce -- which allow drag and drop between applications (I'm not sure if Xfce does this). However, DSL is a tiny distro, which means tiny applications and the lack of a lot of stuff that by some peoples' standards is considered unnecessary. There is no "desktop environment" in DSL, but rather the choice of two window managers. I won't go into the differences between desktop environments and window managers here, apart from saying that window managers tend to focus mainly on the manipulation of program windows and desktop environments add a lot more user-friendly features to control the desktop's behavior beyond simply managing windows.
In DSL manipulating files is left up to the shell (Bash) and the two included file managers (Emelfm and Midnight Commander). If you want to copy or create a file while remaining in a familiar "mouse click" environment I'd suggest opening Emelfm and using that to manage your files. Emelfm displays buttons with which to do the common actions such as copying, deleting, and creating files. If you want to copy from one directory to another, have your source directory displayed in one panel and the target directory displayed in the other. Select the file you want to copy from the source directory, and click the "copy" button to copy it to the target directory (or press F5). The F5 shortcut is also available in midnight commander, although I wouldn't immediately recommend mc to someone who has been depending on drag and drop.
If you have plans to explore the true power of Linux in the future, beyond simply using it as a GUI replacement for Windows, I recommend learning as much about the shell as you have time to learn. Bash is a very powerful tool, and even though it may seem archaic to some, it can give the user the power to do much more than he could ever accomplish in windows.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|