~neon/project-neon/printer-applet

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" ?>
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
"dtd/kdex.dtd" [
<!ENTITY % addindex "IGNORE">
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
]>

<article id="printer-applet" lang="&language;">
<title>Printer Applet</title>
<articleinfo>

<authorgroup>
<author><firstname>Jonathan</firstname> <surname>Riddell</surname> <email>jriddell@ubuntu.com</email></author>

<!-- TRANS:ROLES_OF_TRANSLATORS -->
</authorgroup>

<date>2011-12-04</date>
<releaseinfo>&kde; 4.8</releaseinfo>

<keywordset>
<keyword>KDE</keyword>
<keyword>Printer</keyword>
</keywordset>
</articleinfo>
<para>Printer Applet is a system tray utility.  It shows current print jobs,
shows printer warnings and errors and shows when printers that have
been plugged in for the first time are being auto-configured.</para>

<para>It replaces kjobviewer from &kde; 3.</para>

<para>It is a &kde; port of system-config-printer's applet.py by Tim Waugh from Red Hat.</para>

<para>Printer Applet is displayed in the system tray when a print 
job is launched. Click on the printer icon in the system tray and you will 
see a dialog with running print jobs.</para>

<para>In this dialog you are able to manage your print jobs. 
Use the menu items to refresh the job list, show completed jobs 
and the printer status.</para>

<para>A &RMB; click on a job shows a context menu with options to cancel, hold, release 
and print a job.</para>

<!---
No connection to the selected printer -> notification 

RMB in the systray: Quit - Hide? How to enable it again, if hidden?

How can I disable the printer-applet?

Create a file named "printer-applet.desktop" in ~/.config/autostart with the following content:
Code: Select all
[Desktop Entry]
Hidden=true
-->
</article>