No description
Find a file
sshil 8b5ea5f9f3 now search or type @ for crash type and filter rows
problem row color code changed in ui
2024-10-23 09:35:53 +02:00
.github/workflows spec: Do not run Pylint as part of build 2023-05-04 15:50:48 +02:00
.tito Release version 1.4.3-1 2024-02-08 00:05:39 +01:00
data now search or type @ for crash type and filter rows 2024-10-23 09:35:53 +02:00
doc Drop Autotools support 2020-01-29 10:20:45 +01:00
icons Drop Autotools support 2020-01-29 10:20:45 +01:00
po Update translations 2024-08-12 09:06:08 +02:00
src now search or type @ for crash type and filter rows 2024-10-23 09:35:53 +02:00
test Recover from DBus errors while sending command line 2013-03-25 16:45:37 +01:00
.gitignore Add tito configuration 2020-01-29 10:20:45 +01:00
.packit.yml .packit.yml: Rename dist-git-branch key 2020-04-22 11:02:14 +02:00
CONTRIBUTING.md Update README and CONTRIBUTING 2015-11-30 15:48:02 +01:00
COPYING Changes necessary for packaging 2012-08-13 17:20:55 +02:00
gnome-abrt.spec Require gtk4 and libadwaita 2024-09-29 23:45:56 +02:00
meson.build multiple selection toggle button, headerbar, gtkstack, meson_version, closebutton 2024-09-29 23:45:56 +02:00
meson_options.txt spec: Do not run Pylint as part of build 2023-05-04 15:50:48 +02:00
pylintrc pylintrc: Don’t freak out when catching non-exceptions 2020-08-21 13:53:55 +03:00
README.md readme: Set prefix in build instructions 2021-07-23 14:39:43 +02:00

Translation status

gnome-abrt

A utility for viewing problems that have occurred with the system.

About

gnome-abrt is a graphical user interface which allows users to analyze and report application crashes, system failures and other problems.

The tool was developed according to Oops!

gnome-abrt is part of the ABRT project.

Development

Development dependencies

Build dependencies can be installed using:

# dnf builddep --spec gnome-abrt.spec

Building from sources

When you have all dependencies installed run the following commands:

$ meson build --prefix=/usr
$ ninja -C build

Checking

gnome-abrt uses pylint to validate source codes. If pylint prints out any issue, the test will fail. Run the test by:

$ ninja -C build test

Configure pylint in pylintrc.

Disable a particular pylint message in the source code by adding comment in the following form:

#pylint: disable=<message code>

Running

A run target is provided for running gnome-abrt with built changes:

$ ninja -C build run

Installing

If you need an rpm package, run:

$ ninja -C build rpm