CLI companion gives error code when ran
Bug #1035073 reported by
Matt Griff
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
CLI Companion |
Fix Released
|
High
|
David Caro |
Bug Description
I am using peppermint3. I used the terminal to get clicompanion from the PPA. It downloaded and is installed in my menu but, when I run it from the menu nothing happens. Typing 'clicompanion' in the terminal gave an error message:
File "/usr/lib/
import gconf
ImportError: No module named gconf
I posted this on the peppermint forums and other users have had the same problem. They have told me that this only started to happen recently.
Thanks,
Stoxe
Related branches
lp://staging/~dcaro/clicompanion/fix-1035073.2
- Duane Hinnen: Approve
-
Diff: 93 lines (+25/-18)3 files modifiedclicompanionlib/tabs.py (+0/-1)
clicompanionlib/utils.py (+5/-2)
setup.py (+20/-15)
Changed in clicompanion: | |
status: | Triaged → In Progress |
Changed in clicompanion: | |
status: | In Progress → Fix Committed |
Changed in clicompanion: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Hi Stoxe,
first of all thanks for reporting the bug. I wil take a look on it as soon as possible. I can suppose that you are not using gnome as your window manager, am I right?
I will try to make the code more portable, can you please tell me what manager are you using?
Right now I can tell that this module is not used any more inside this file, but it is used inside the utils.py file to check the default system font (get_system_font).
Thanks,
David