Hide Forgot
+++ This bug was initially created as a clone of Bug #1287264 +++ 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
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