slitaz-tools diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tazdrop/README	Mon Apr 18 05:03:13 2011 +0200
     1.3 @@ -0,0 +1,47 @@
     1.4 +SliTaz Drag N' Drop tool
     1.5 +================================================================================
     1.6 +
     1.7 +
     1.8 +TazDrop is as small window wich can run in a corder of screen on as an expanded
     1.9 +panel and let you Drag N' Drop any kind of content and get an action on it.
    1.10 +You drop an URL if it il a site it will open a browser to this location, if
    1.11 +the URL is a file (tarball, iso, PDF, etc) it will downloaded it. It also handle
    1.12 +email addresse, SliTaz Packages (drop one on TazDrop it will install it) and
    1.13 +if you drop a folder it will create an tar.bz2 archive of it. You can even
    1.14 +drop one of it's options, try to drop: --notes
    1.15 +
    1.16 +Note: This tool is sepatated from tazboxes since it's run pemanently and have
    1.17 +quiet a few lines of code.
    1.18 +
    1.19 +
    1.20 +Auto start the DND window
    1.21 +-------------------------
    1.22 +To start TazDrop with your Window manager you have to put thes line in your
    1.23 +autostart script (For Openbox: ~/.config/openbox/autostart.sh)
    1.24 +
    1.25 +# TazDrop Drag N' Drop handler
    1.26 +tazdrop --dnd &
    1.27 +
    1.28 +
    1.29 +Skip task bar in Openbox
    1.30 +------------------------
    1.31 +To not show the apps in the panel (lxpanel, tint2) you must add these
    1.32 +settings to your Openbox rc.xml ater <applications> at the bottom of
    1.33 +the file:
    1.34 +
    1.35 +  <application name="tazdrop">
    1.36 +    <focus>no</focus>
    1.37 +    <skip_taskbar>yes</skip_taskbar>
    1.38 +  </application>
    1.39 +
    1.40 +
    1.41 +Misc notes
    1.42 +----------
    1.43 +
    1.44 +	* Dropped folder will be archived in tar.bz2
    1.45 +	* Text content is wrote to $HOME/.cache/tazdrop.notes
    1.46 +	* Applications are logically configurable as wel as the tool
    1.47 +	  behavour
    1.48 +
    1.49 +
    1.50 +================================================================================