Bug 1287264

Summary: DEBUG:root:UI file does not exist: './src/gnome_abrt/oops.glade'
Product: [Fedora] Fedora Reporter: Jiri Prajzner <jprajzne>
Component: gnome-abrtAssignee: Jakub Filak <jfilak>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 23CC: jberan, jfilak, mhabrnal
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1298267 (view as bug list) Environment:
Last Closed: 2016-01-14 15:06:56 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:
Embargoed:
Bug Depends On:    
Bug Blocks: 1298267    

Description Jiri Prajzner 2015-12-01 20:47:14 UTC
Description of problem:
While runing gnome-abrt with verbose option, it reports missing oops.glade file

Version-Release number of selected component (if applicable):
gnome-abrt-1.2.0-5.fc23.x86_64

How reproducible:
Always

Steps to Reproduce:
1. run gnome-abrt -v in terminal
2.
3.

Actual results:
gnome-abrt -v
/usr/bin/gnome-abrt:37: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk
DEBUG:root:UI file does not exist: './src/gnome_abrt/oops.glade'

Expected results:
Clean execution without missing files

Additional info:
The file exists on my system: -rw-r--r--. 1 root root 44058 Aug 17 10:35 /usr/share/gnome-abrt/ui/oops.glade

Comment 1 Jakub Filak 2016-01-14 15:06: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