1REPORT-GTK(1)                  LIBREPORT MANUAL                  REPORT-GTK(1)
2
3
4

NAME

6       report-gtk - GUI tool to analyze and report ABRT problems
7

SYNOPSIS

9       report-gtk [-vpdx] [-e EVENT] [-g GUI_FILE] PROBLEM_DIR
10

DESCRIPTION

12       report-gtk is a graphical tool that reports application crashes and
13       other problems caught by abrtd daemon, or created by other programs
14       using libreport. report-gtk works with a single problem saved in
15       specified PROBLEM_DIR. In the expert mode it enables access to and
16       manipulation of problem data.
17

OPTIONS

19       -d, --delete
20           Remove PROBLEM_DIR after reporting
21
22       -e EVENT
23           Run only theset EVENTs on PROBLEM_DIR
24
25       -g FILE
26           Alternate GUI file
27
28       -p
29           Add program names to log
30
31       -v, --verbose
32           Be verbose
33
34       -V, --version
35           Display version and exit
36
37       -x, --expert
38           Enabled advanced features
39

CONFIGURATION

41   Reporting work flow configuration
42       These configuration files are placed in /usr/share/libreport/workflows.
43
44       Each file has XML formatting with the following DTD:
45
46           <!ELEMENT workflow    (name+,description+,events*)>
47           <!ELEMENT name        (#PCDATA)>
48           <!ATTLIST name         xml:lang CDATA #IMPLIED>
49           <!ELEMENT description (#PCDATA)>
50           <!ATTLIST description  xml:lang CDATA #IMPLIED>
51           <!ELEMENT events =    (event)+>
52           <!ELEMENT event =     (#PCDATA)>
53
54       name
55           User visible name
56
57       description
58           User visible description
59
60       events
61           List of executed events
62
63       event
64           Name of event. If event is not applicable on the problem data or if
65           it is not defined then process continues with next event sibling.
66

EXAMPLES

68   Simple reporting work flow
69           <workflow>
70             <name xml:lang="en">Example</name>
71             <name xml:lang="cs">Příklad</name>
72             <description xml:lang="en">Example description</description>
73             <description xml:lang="cs">Příklad popisu</description>
74             <evetns>
75                <event>analyze_example</event>
76                <event>collect_example</event>
77                <event>report_example</event>
78             </events>
79           </workflow>
80

AUTHORS

82       ·   ABRT team
83
84
85
86LIBREPORT 2.1.11.1                11/13/2018                     REPORT-GTK(1)
Impressum