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   Dialogue answers
42       During the reporting process report-gtk might show a dialogue asking
43       for a decision to be made. Some of those dialogues provides an option
44       to remember the answer. If it is requested to remember the answer,
45       report-gtk saves the answer in
46       $XDG_CONFIG_HOME/abrt/settings/report-gtk.conf
47
48       If $XDG_CONFIG_HOME is not set, $HOME/.config is used instead.
49
50   Sensitive data search
51       See forbidden_words.conf(5), ignored_words.conf(5) and
52       ignored_elements.conf(5)
53
54   Reporting work flow configuration
55       These configuration files are placed in /usr/share/libreport/workflows.
56
57       Each file has XML formatting with the following DTD:
58
59           <!ELEMENT workflow    (name+,description+,priority?,events*)>
60           <!ELEMENT name        (#PCDATA)>
61           <!ATTLIST name         xml:lang CDATA #IMPLIED>
62           <!ELEMENT description (#PCDATA)>
63           <!ATTLIST description  xml:lang CDATA #IMPLIED>
64           <!ELEMENT priority =  (#PCDATA)>
65           <!ELEMENT events =    (event)+>
66           <!ELEMENT event =     (#PCDATA)>
67
68       name
69           User visible name
70
71       description
72           User visible description
73
74       priority
75           Priority of the workflow. Higher number means a more visible place
76           in UI. If not provided, 0 is used. The value is signed integer.
77
78       events
79           List of executed events
80
81       event
82           Name of event. If event is not applicable on the problem data or if
83           it is not defined then process continues with next event sibling.
84

EXAMPLES

86   Simple reporting work flow
87           <workflow>
88             <name xml:lang="en">Example</name>
89             <name xml:lang="cs">Příklad</name>
90             <description xml:lang="en">Example description</description>
91             <description xml:lang="cs">Příklad popisu</description>
92             <priority>10</priority>
93             <evetns>
94                <event>analyze_example</event>
95                <event>collect_example</event>
96                <event>report_example</event>
97             </events>
98           </workflow>
99

SEE ALSO

101       forbidden_words.conf(5), ignored_words.conf(5),
102       ignored_elements.conf(5)
103

AUTHORS

105       •   ABRT team
106
107
108
109LIBREPORT 2.15.2                  07/22/2021                     REPORT-GTK(1)
Impressum