~ubuntu-branches/ubuntu/trusty/recoll/trusty

« back to all changes in this revision

Viewing changes to doc/user/rcl.kicker-applet.html

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2008-11-13 21:18:15 UTC
  • mfrom: (1.1.7 upstream) (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20081113211815-2hxp996xj5hyjh08
Tags: 1.11.0-1
* New upstream release:
  + Remebers missing filters in first run (Closes: #500690)
* debian/control:
  + Added libimage-exiftool-perl as Suggests (Closes: #502427)
  + Added Python as recommaded due to filters/rclpython script
    although, its not necessary as it will be installed only
    when Python is present
* debian/patches:
  + Refreshed patch for gcc 4.4 FTBFS (Closes: #505376)
* debian/copyright:
  + Updated for newly added filter and image files

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="HOME" title="Recoll user manual" href="index.html" />
9
9
<link rel="UP" title="Installation" href="rcl.install.html" />
10
10
<link rel="PREVIOUS" title="Configuration overview" href="rcl.install.config.html" />
11
 
<link rel="NEXT" title="Extending Recoll" href="rcl.extending.html" />
12
11
<link rel="STYLESHEET" type="text/css" href="docbook.css" />
13
12
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
14
13
</head>
24
23
<tr>
25
24
<td width="10%" align="left" valign="bottom"><a href="rcl.install.config.html"
26
25
accesskey="P">Prev</a></td>
27
 
<td width="80%" align="center" valign="bottom">Chapter 4. Installation</td>
28
 
<td width="10%" align="right" valign="bottom"><a href="rcl.extending.html"
29
 
accesskey="N">Next</a></td>
 
26
<td width="80%" align="center" valign="bottom">Chapter 5. Installation</td>
 
27
<td width="10%" align="right" valign="bottom">&nbsp;</td>
30
28
</tr>
31
29
</table>
32
30
 
34
32
</div>
35
33
 
36
34
<div class="SECT1">
37
 
<h1 class="SECT1"><a id="RCL.KICKER-APPLET" name="RCL.KICKER-APPLET">4.5. The KDE Kicker
 
35
<h1 class="SECT1"><a id="RCL.KICKER-APPLET" name="RCL.KICKER-APPLET">5.5. The KDE Kicker
38
36
Recoll applet</a></h1>
39
37
 
40
38
<p>The <b class="APPLICATION">Recoll</b> source tree contains the source code to the <tt
43
41
class="APPLICATION">Recoll</b> launcher to the KDE panel.</p>
44
42
 
45
43
<p>The applet is not automatically built with the main <b class="APPLICATION">Recoll</b>
46
 
programs. To build it, you need to unpack the <b class="APPLICATION">Recoll</b> source
47
 
code, then go to the <tt class="FILENAME">kde/recoll_applet/</tt> directory, and type the
48
 
usual <kbd class="USERINPUT">configure;make;make install</kbd>.</p>
 
44
programs, nor is it included with the main source distribution (because the KDE build
 
45
boilerplate makes it relatively big). You can download its source from the recoll.org
 
46
download page. Use the omnipotent <kbd class="USERINPUT">configure;make;make
 
47
install</kbd> incantation to build and install.</p>
49
48
 
50
49
<p>You can then add the applet to the panel by right-clicking the panel and choosing the
51
50
<span class="GUILABEL">Add applet</span> entry.</p>
52
51
 
53
52
<p>The <tt class="LITERAL">recoll_applet</tt> has a small text window where you can type
54
53
a <b class="APPLICATION">Recoll</b> query (in query language form), and an icon which can
55
 
be used to restrict the search to certain types of files.</p>
 
54
be used to restrict the search to certain types of files. It is quite primitive, and
 
55
launches a new recoll GUI instance every time (even if it is already running). You may
 
56
find it useful anyway.</p>
56
57
</div>
57
58
 
58
59
<div class="NAVFOOTER">
64
65
accesskey="P">Prev</a></td>
65
66
<td width="34%" align="center" valign="top"><a href="index.html"
66
67
accesskey="H">Home</a></td>
67
 
<td width="33%" align="right" valign="top"><a href="rcl.extending.html"
68
 
accesskey="N">Next</a></td>
 
68
<td width="33%" align="right" valign="top">&nbsp;</td>
69
69
</tr>
70
70
 
71
71
<tr>
72
72
<td width="33%" align="left" valign="top">Configuration overview</td>
73
73
<td width="34%" align="center" valign="top"><a href="rcl.install.html"
74
74
accesskey="U">Up</a></td>
75
 
<td width="33%" align="right" valign="top">Extending <b
76
 
class="APPLICATION">Recoll</b></td>
 
75
<td width="33%" align="right" valign="top">&nbsp;</td>
77
76
</tr>
78
77
</table>
79
78
</div>