crash on start at get_system_font

Bug #1393857 reported by Nelson Hoover
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
CLI Companion
Fix Released
Medium
Unassigned

Bug Description

I installed CLI Companion on Lubuntu 14.04 by downloading the deb.

When I try to start it, I just get the following error output:

Using locale in system
Traceback (most recent call last):
  File "/usr/bin/clicompanion", line 65, in <module>
    from clicompanionlib.view import run
  File "/usr/lib/python2.7/dist-packages/clicompanionlib/view.py", line 53, in <module>
    import clicompanionlib.tabs as cc_tabs
  File "/usr/lib/python2.7/dist-packages/clicompanionlib/tabs.py", line 44, in <module>
    import clicompanionlib.preferences as cc_pref
  File "/usr/lib/python2.7/dist-packages/clicompanionlib/preferences.py", line 46, in <module>
    import clicompanionlib.config as cc_config
  File "/usr/lib/python2.7/dist-packages/clicompanionlib/config.py", line 54, in <module>
    "font": (cc_utils.get_system_font(), 'font'),
  File "/usr/lib/python2.7/dist-packages/clicompanionlib/utils.py", line 221, in get_system_font
    system_font = value.get_string()
AttributeError: 'NoneType' object has no attribute 'get_string'

Revision history for this message
Marek Bardoński (bdfhjk) wrote :

This is fixed in upstream repo.

Changed in clicompanion:
status: New → Fix Committed
importance: Undecided → Medium
Changed in clicompanion:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.