Bug 1035854 - tuna -l throws traceback when not able to connect to DISPLAY
Summary: tuna -l throws traceback when not able to connect to DISPLAY
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: tuna
Version: 22
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Oros
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1035853
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-28 16:12 UTC by Jiri Kastner
Modified: 2019-01-09 12:33 UTC (History)
2 users (show)

Fixed In Version: tuna-0.12.fc22
Doc Type: Bug Fix
Doc Text:
Clone Of: 1035853
Environment:
Last Closed: 2015-09-08 09:25:27 UTC
Type: Bug


Attachments (Terms of Use)
fix (662 bytes, patch)
2013-11-29 12:48 UTC, Petr Oros
no flags Details | Diff

Description Jiri Kastner 2013-11-28 16:12:37 UTC
+++ This bug was initially created as a clone of Bug #1035853 +++

Description of problem:
attempt to list config files in command line, ends with traceback due unavailable display. not 'tracebacking' when display is available, but output is text only, no gui appeared. seems nonsense to import pygtk stuff in list_config, when gui is not needed.

Version-Release number of selected component (if applicable):
0.11.1

How reproducible:
alway

Steps to Reproduce:
1. install tuna
2. unset DISPLAY
3. run tuna -l
4. check output

Actual results:
[root@mrg-qe-15 ~]# tuna -l

Traceback (most recent call last):
  File "/usr/bin/tuna", line 647, in <module>
    main()
  File "/usr/bin/tuna", line 488, in main
    list_config()
  File "/usr/bin/tuna", line 440, in list_config
    from tuna.config import Config
  File "/usr/lib/python2.7/site-packages/tuna/config.py", line 2, in <module>
    import sys, gtk, pygtk
  File "/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 64, in <module>
    _init()
  File "/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 52, in _init
    _gtk.init_check()
RuntimeError: could not open display


Expected results:

[root@mrg-qe-15 ~]# tuna -l
Preloaded config files:
example.conf

Additional info:

Comment 1 Petr Oros 2013-11-29 12:48:46 UTC
Created attachment 830637 [details]
fix

Comment 2 Anton Arapov 2014-02-02 15:50:45 UTC
Petr, was it send or fixed in upstream? Could you please add the link to the patch here?

Comment 4 Jaroslav Reznik 2015-03-03 17:08:12 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle.
Changing version to '22'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22


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