File: mb-applet-launcher.1

package info (click to toggle)
matchbox-panel 0.9.3-8.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,364 kB
  • ctags: 754
  • sloc: ansic: 6,331; sh: 794; makefile: 166
file content (51 lines) | stat: -rw-r--r-- 1,613 bytes parent folder | download | duplicates (8)
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
.\" mb-applet-launcher.1
.\" Copyright 2004  Moray Allan
.TH mb-applet-launcher 1 "Jul 17 2004" ""
.SH NAME
mb-applet-launcher \- an application launcher panel applet
.SH SYNOPSIS
.B mb-applet-launcher
[\fIoptions\fR] [\fIaction\fR] \fIimage_file\fR \fIapplication\fR
.SH DESCRIPTION
.B mb-applet-launcher
is a panel applet which can be used to start a given application. The
applet displays the PNG or XPM file given on the command line as an icon,
and when the user clicks on the icon the application is started.

Matchbox is a base environment for the X Window System running on non-desktop
embedded platforms such as handhelds, set-top boxes, kiosks and anything else
for which screen space, input mechanisms or system resources are limited.
.\"
.SH OPTIONS
.TP
.BI \-display\  display
X display to connect to
.TP
.BI \-\-title\  title
.TP
.BI \-\-no\-animation
Disable any animations
.TP
.B \-\-start, \-s
Start application immediately
.TP
The default action is to iconize/uniconize the selected application. Other actions can be specified as command-line options:
.TP
.B \-\-kill, \-k
Destroy the application
.TP
.B \-\-respawn, \-l
Respawn multiple instances of the application
.TP
.B \-\-message, \-m
Display output from the application as a message from the panel
.TP
Alternatively, a valid \.desktop file can be given:
.TP
.BI \-\-desktop\  \.desktop_file
Any actions given with this option will have no effect. Similar behaviour can be achieved by including a `SingleInstance=True' key pair in the \.desktop file.
.\"
.SH AUTHOR
.B mb-applet-launcher
was written by Matthew Allum <mallum@o-hand.com>.