Bug 1287264 - DEBUG:root:UI file does not exist: './src/gnome_abrt/oops.glade'
Summary: DEBUG:root:UI file does not exist: './src/gnome_abrt/oops.glade'
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-abrt
Version: 23
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Jakub Filak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1298267
TreeView+ depends on / blocked
 
Reported: 2015-12-01 20:47 UTC by Jiri Prajzner
Modified: 2016-12-01 00:50 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
: 1298267 (view as bug list)
Environment:
Last Closed: 2016-01-14 15:06:56 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.