diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-11 20:00:10 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 20:00:10 +0200 |
commit | 278ae6e65a69e4a0b985cd723cf8f03a37281bbb (patch) | |
tree | e21a189dc80ac95e08e23ce153b6af33f3963438 /desktop/thunar-thumbnailers/README | |
parent | 80f23ff56bd1d6e6e8cf7a92082478bd75c46d22 (diff) | |
download | slackbuilds-278ae6e65a69e4a0b985cd723cf8f03a37281bbb.tar.gz |
desktop/thunar-thumbnailers: Added to 12.0 repository
Diffstat (limited to 'desktop/thunar-thumbnailers/README')
-rw-r--r-- | desktop/thunar-thumbnailers/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/desktop/thunar-thumbnailers/README b/desktop/thunar-thumbnailers/README new file mode 100644 index 0000000000..e0876ec70d --- /dev/null +++ b/desktop/thunar-thumbnailers/README @@ -0,0 +1,14 @@ +The thunar-thumbnailers project provides additional thumbnailers for use by +the Thunar file manager. Thumbnailers are little utilities that run in the +background to generate previews for certain file types. + +After installing this package, each user will need to execute the following +command: + /usr/libexec/thunar-vfs-update-thumbnailers-cache-1 + +Optional dependencies are dcraw (for raw image support) and ffmpegthumbnailer +(for video file support). Both dcraw and ffmpegthumbnailer are available at +SlackBuilds.org. If you wish to enable support for either or both of these, +you will need to edit the build script to do so - the required lines are +commented out. If you choose to compile with dcraw (--enable-raw), you'll also +need raw-thumbnailer, for which a script is present at slackbuilds.org. |