~ubuntu-branches/debian/sid/thunar/sid

« back to all changes in this revision

Viewing changes to docs/manual/nl/html/customizing-thunar.html

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-05-23 14:12:33 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20100523141233-ntplken25atdr214
Tags: 1.0.2-1
* New upstream release.
* debian/patches/04_fix-umask-handling.patch: dropped, included upstream.
* debian/control: build-dep on libstartup-notification0-dev (>= 0.4) as
  startup notification support is enabled in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Customizing Thunar</title><link rel="stylesheet" href="../thunar.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="Thunar File Manager"><link rel="up" href="index.html" title="Thunar File Manager"><link rel="prev" href="preferences.html" title="File Management Preferences"><link rel="next" href="advanced-topics.html" title="Advanced Topics"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Customizing Thunar</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="preferences.html">Terug</a>�</td><th width="60%" align="center">�</th><td width="20%" align="right">�<a accesskey="n" href="advanced-topics.html">Volgende</a></td></tr></table><hr></div><div class="sect1" lang="nl"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="customizing-thunar"></a>Customizing Thunar</h2></div></div></div><p>
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Customizing Thunar</title><link rel="stylesheet" href="../thunar.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Thunar Bestand Manager"><link rel="up" href="index.html" title="Thunar Bestand Manager"><link rel="prev" href="preferences.html" title="File Management Preferences"><link rel="next" href="advanced-topics.html" title="Advanced Topics"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Customizing Thunar</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="preferences.html">Terug</a>�</td><th width="60%" align="center">�</th><td width="20%" align="right">�<a accesskey="n" href="advanced-topics.html">Volgende</a></td></tr></table><hr></div><div class="sect1" title="Customizing Thunar"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="customizing-thunar"></a>Customizing Thunar</h2></div></div></div><p>
2
2
      This chapter describes how to customize certain parts of the file manager to your own needs.
3
 
    </p><div class="sect2" lang="nl"><div class="titlepage"><div><div><h3 class="title"><a name="sendto"></a>The "Send To" Menu</h3></div></div></div><p>
 
3
    </p><div class="sect2" title='The "Send To" Menu'><div class="titlepage"><div><div><h3 class="title"><a name="sendto"></a>The "Send To" Menu</h3></div></div></div><p>
4
4
        Thunar includes a <span class="guilabel"><strong>Send To</strong></span> menu, which provides possible targets where files and folders can
5
5
        be sent to. To access the <span class="guilabel"><strong>Send To</strong></span> menu, choose
6
6
        <span class="guimenu"><strong>File</strong></span> &#8594; <span class="guimenuitem"><strong>Send To</strong></span> from the main menu, or right-click
50
50
        The <a class="ulink" href="http://thunar.xfce.org/pwiki/documentation/sendto_menu" target="_top">Thunar Project Wiki</a> contains
51
51
        additional examples of useful targets for the <span class="guilabel"><strong>Send To</strong></span> menu. Feel free to extend the Wiki page with
52
52
        new examples.
53
 
      </p></div><div class="sect2" lang="nl"><div class="titlepage"><div><div><h3 class="title"><a name="thumbnailers"></a>Thumbnailers</h3></div></div></div><p>
 
53
      </p></div><div class="sect2" title="Thumbnailers"><div class="titlepage"><div><div><h3 class="title"><a name="thumbnailers"></a>Thumbnailers</h3></div></div></div><p>
54
54
        Thunar uses small utilities to create thumbnails of certain file types and displays the thumbnails as preview of the
55
55
        file content. These small tools are called thumbnailers. Thunar ships with thumbnailers for image and font files, and
56
56
        makes use of the installed thumbnailers from GNOME automatically if it was installed with support for <code class="literal">gconf</code>.
67
67
        and use it. Therefore all you need to do is to install a description file for the thumbnailer (a <code class="filename">.desktop</code> file)
68
68
        in one of the <code class="filename">$XDG_DATA_DIRS/thumbnailers/</code> paths. For example, if you want to register the
69
69
        thumbnailer for your user account only, you can install the file into the folder <code class="filename">~/.local/share/thumbnailers/</code>. The <code class="filename">.desktop</code> for thumbnailers has the following format.
70
 
      </p><div class="sect3" lang="nl"><div class="titlepage"><div><div><h4 class="title"><a name="thumbnailer-desktop-file-format"></a>Thumbnailer Description File Format</h4></div></div></div><p>
 
70
      </p><div class="sect3" title="Thumbnailer Description File Format"><div class="titlepage"><div><div><h4 class="title"><a name="thumbnailer-desktop-file-format"></a>Thumbnailer Description File Format</h4></div></div></div><p>
71
71
          Thumbnailer description files utilize the <a class="ulink" href="http://standards.freedesktop.org/desktop-entry-spec/latest/" target="_top">Desktop
72
72
          Entry Format</a> with a special <code class="literal">Type</code> of <code class="literal">X-Thumbnailer</code> and special field
73
73
          <code class="literal">X-Thumbnailer-Exec</code> with new field codes. Basically, a thumbnailer description file has the following format.
104
104
          be useless.
105
105
        </p><p>
106
106
          The <code class="literal">MimeType</code> lists the MIME types - separated by semicolon - for which your thumbnailer is able to create previews.
107
 
        </p></div><div class="sect3" lang="nl"><div class="titlepage"><div><div><h4 class="title"><a name="eps-thumbnailer-example"></a>Example EPS Thumbnailer</h4></div></div></div><p>
 
107
        </p></div><div class="sect3" title="Example EPS Thumbnailer"><div class="titlepage"><div><div><h4 class="title"><a name="eps-thumbnailer-example"></a>Example EPS Thumbnailer</h4></div></div></div><p>
108
108
          This example demonstrates how to write and install a new thumbnailer for <code class="filename">.eps</code> files, which uses the
109
109
          <span class="command"><strong>convert</strong></span> utility that ships as part of ImageMagick. First, we start with a simple script that invokes
110
110
          <span class="command"><strong>convert</strong></span> to generate a thumbnail at the requested size.
164
164
          thumbnailers. Otherwise you might need to completely restart Thunar to apply the changes, using
165
165
        </p><pre class="screen">$ Thunar -q</pre><p>
166
166
          to terminate any running instance, and afterwards restart it from your launcher.
167
 
        </p></div><div class="sect3" lang="nl"><div class="titlepage"><div><div><h4 class="title"><a name="cleaning-up-thumbnails"></a>Cleaning up Thumbnails</h4></div></div></div><p>
 
167
        </p></div><div class="sect3" title="Cleaning up Thumbnails"><div class="titlepage"><div><div><h4 class="title"><a name="cleaning-up-thumbnails"></a>Cleaning up Thumbnails</h4></div></div></div><p>
168
168
          The generated thumbnails are stored in the folder <code class="filename">~/.thumbnails/</code> complying with the <a class="ulink" href="http://jens.triq.net/thumbnail-spec/index.html" target="_top">Thumbnail Management Standard</a>. While testing a new
169
169
          thumbnailer, it might help to clean up the thumbnail cache using
170
170
        </p><pre class="screen">$ rm -rf ~/.thumbnails/</pre><p>