slitaz-tools view tazdrop/README @ rev 558

tazdrop: add support for *.ico
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 18 05:03:13 2011 +0200 (2011-04-18)
parents
children 4f0319001c55
line source
1 SliTaz Drag N' Drop tool
2 ================================================================================
5 TazDrop is as small window wich can run in a corder of screen on as an expanded
6 panel and let you Drag N' Drop any kind of content and get an action on it.
7 You drop an URL if it il a site it will open a browser to this location, if
8 the URL is a file (tarball, iso, PDF, etc) it will downloaded it. It also handle
9 email addresse, SliTaz Packages (drop one on TazDrop it will install it) and
10 if you drop a folder it will create an tar.bz2 archive of it. You can even
11 drop one of it's options, try to drop: --notes
13 Note: This tool is sepatated from tazboxes since it's run pemanently and have
14 quiet a few lines of code.
17 Auto start the DND window
18 -------------------------
19 To start TazDrop with your Window manager you have to put thes line in your
20 autostart script (For Openbox: ~/.config/openbox/autostart.sh)
22 # TazDrop Drag N' Drop handler
23 tazdrop --dnd &
26 Skip task bar in Openbox
27 ------------------------
28 To not show the apps in the panel (lxpanel, tint2) you must add these
29 settings to your Openbox rc.xml ater <applications> at the bottom of
30 the file:
32 <application name="tazdrop">
33 <focus>no</focus>
34 <skip_taskbar>yes</skip_taskbar>
35 </application>
38 Misc notes
39 ----------
41 * Dropped folder will be archived in tar.bz2
42 * Text content is wrote to $HOME/.cache/tazdrop.notes
43 * Applications are logically configurable as wel as the tool
44 behavour
47 ================================================================================