~ubuntu-branches/ubuntu/trusty/gtrayicon/trusty

« back to all changes in this revision

Viewing changes to debian/gtrayicon.1

  • Committer: Bazaar Package Importer
  • Author(s): Taylor LeMasurier-Wren
  • Date: 2009-05-21 02:40:58 UTC
  • Revision ID: james.westby@ubuntu.com-20090521024058-t2zet1msilsz6lcv
Tags: 1.1-1
Initial release (LP: #378550) (Closes: #529728)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" Man page for gtrayicon.
 
2
.\" Licensed under version 3 and later of the GNU General Public License.
 
3
.\" Written by Taylor LeMasurier-Wren
 
4
.TH gtrayicon 1
 
5
.SH NAME
 
6
gtrayicon - Generic tray icon for GNOME
 
7
 
 
8
.SH DESCRIPTION
 
9
Generic tray icon for GNOME is a small utility which allows to add a icon to the system tray that can be used to trigger customized enable/disable actions.
 
10
 
 
11
.SH OPTIONS
 
12
.TP
 
13
.BI --tooltip=string
 
14
string to appear as tooltip
 
15
.TP
 
16
.BI --activate=cmd
 
17
activate command
 
18
.TP
 
19
.BI --deactivate=cmd
 
20
deactivate command
 
21
.TP
 
22
.BI --activate-icon=icon-path
 
23
icon to show for 'activate' action
 
24
.TP
 
25
.BI --deactivate-icon=icon-path
 
26
icon to show for 'deactivate'
 
27
.TP
 
28
.BI --menu-file=menu-path
 
29
custom menu to display for right button
 
30
.TP
 
31
.BI --activated
 
32
start in 'activated' state (default: 'deactivated' state)
 
33
 
 
34
.SH EXAMPLE
 
35
Activate action: start webfs (web server) setting a pid file 
 
36
.br
 
37
Deactivate action: kill that webfs instance
 
38
 
 
39
.TP                 
 
40
gtrayicon \\
 
41
  \-\-activate="/usr/bin/webfsd \-k /tmp/pid.file \-r /var/www" \\
 
42
  \-\-deactivate="cat /tmp/pid.file | xargs \-ipid kill \-TERM pid"
 
43
 
 
44
.SH MENU
 
45
For an example on how to write a menu file,see 
 
46
.br
 
47
/usr/share/doc/gtrayicon/examples/sample.menu
 
48
 
 
49
.SH SEE ALSO
 
50
Website: http://gtrayicon.sourceforge.net/
 
51
 
 
52
.SH AUTHOR
 
53
Gtrayicon was written by Javier Valencia (javiervalencia80 at gmail.com)
 
54
This Man page was written by Taylor LeMasurier-Wren <ripps818@gmail.com>