Skip to content

abrt/gnome-abrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

49de7d9 · Apr 8, 2025
May 4, 2023
Apr 4, 2025
Apr 8, 2025
Jan 29, 2020
Jan 29, 2020
Apr 4, 2025
Nov 25, 2024
Mar 25, 2013
Jan 29, 2020
Feb 15, 2025
Nov 30, 2015
Aug 13, 2012
Jul 23, 2021
Apr 4, 2025
Apr 4, 2025
May 4, 2023
Aug 21, 2020

Repository files navigation

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