<?xml version="1.0" encoding="UTF-8"?>
<gconfentryfile>
  <entrylist base="/apps/nautilus-actions/configurations/c6919e67-a1ee-4c55-be0d-27aada6f0713">
    <entry>
      <key>type</key>
      <value>
        <string>Action</string>
      </value>
    </entry>
    <entry>
      <key>items</key>
      <value>
        <list type="string">
          <value>
            <string>profile-main</string>
          </value>
        </list>
      </value>
    </entry>
    <entry>
      <key>label</key>
      <value>
        <string>Display checksum...</string>
      </value>
    </entry>
    <entry>
      <key>tooltip</key>
      <value>
        <string>Display checksums for the selected files and directories</string>
      </value>
    </entry>
    <entry>
      <key>icon</key>
      <value>
        <string>/usr/share/icons/gnome/24x24/stock/data/stock_sum.png</string>
      </value>
    </entry>
    <entry>
      <key>toolbar-label</key>
      <value>
        <string>Display checksum...</string>
      </value>
    </entry>
    <entry>
      <key>profile-main/desc-name</key>
      <value>
        <string>Main</string>
      </value>
    </entry>
    <entry>
      <key>profile-main/path</key>
      <value>
        <string>sh -c</string>
      </value>
    </entry>
    <entry>
      <key>profile-main/parameters</key>
      <value>
        <string>'method=$(zenity --list --text="Choose a checksum method to use:" --column=Method cksum sha1sum md5sum); [ -n "$method" ] &amp;&amp; cd "$0" &amp;&amp; for direntry in "$@"; do find "$direntry" -type f -exec $method "{}" ";"; done | zenity --title="$(echo $method | tr 'a-z' 'A-Z')S" --text-info --width=1000 --height=600' %d %m</string>
      </value>
    </entry>
    <entry>
      <key>profile-main/mimetypes</key>
      <value>
        <list type="string">
          <value>
            <string>*/*</string>
          </value>
        </list>
      </value>
    </entry>
    <entry>
      <key>profile-main/isdir</key>
      <value>
        <bool>true</bool>
      </value>
    </entry>
    <entry>
      <key>profile-main/accept-multiple-files</key>
      <value>
        <bool>true</bool>
      </value>
    </entry>
  </entrylist>
</gconfentryfile>

