| Summary: | DEBUG:root:UI file does not exist: './src/gnome_abrt/oops.glade' | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Jiri Prajzner <jprajzne> |
| Component: | gnome-abrt | Assignee: | Jakub Filak <jfilak> |
| Status: | CLOSED NOTABUG | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.2 | CC: | extras-qa, jberan, jfilak, mhabrnal |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1287264 | Environment: | |
| Last Closed: | 2016-01-14 15:07:47 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1287264 | ||
| Bug Blocks: | |||
|
Description
Jiri Prajzner
2016-01-13 16:02:56 UTC
Thank you for the report. gnome-abrt tries to load the file from two directories [1]. If none of those directories contain the file, gnome-abrt exits with an error. If the file is not found in a checked directory the debug message is printed out. In your case './src/gnome_abrt/oops.glade' does not exist because you are running a production version. Please feel free to report any further bugs you find and re-open this bug report if needed. https://github.com/abrt/gnome-abrt/blob/master/src/gnome_abrt/views.py#L295 |