- Notifications
You must be signed in to change notification settings - Fork22
ABRT oopses list designed according tohttps://live.gnome.org/Design/Apps/Oops
License
abrt/gnome-abrt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A utility for viewing problems that have occurred with the system.
gnome-abrt is a graphical user interface which allows users to analyze andreport application crashes, system failures and other problems.
The tool was developed according toOops!
gnome-abrt is part ofthe ABRT project.
- IRC Channel: #abrt on FreeNode
- Mailing List
- Bug Reports and RFEs
- Contributing to gnome-abrt
Build dependencies can be installed using:
# dnf builddep --spec gnome-abrt.spec
When you have all dependencies installed run the following commands:
$ meson build --prefix=/usr$ ninja -C build
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 inpylintrc.
Disable a particular pylint message in the source code by adding comment in thefollowing form:
#pylint: disable=<message code>
A run target is provided for running gnome-abrt with built changes:
$ ninja -C build run
If you need an rpm package, run:
$ ninja -C build rpm
About
ABRT oopses list designed according tohttps://live.gnome.org/Design/Apps/Oops