Missing dependencies

Bug #1184559 reported by Davide Alberelli
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
bumblebee-config-gui
New
Undecided
Unassigned

Bug Description

Hi!
I'm using Kubuntu.
After installing the software and trying to launch it it gives me this error:

bumblebee-config
ERROR:root:Could not find any typelib for Gtk
ERROR:root:Could not find any typelib for Gdk
Traceback (most recent call last):
  File "/usr/bin/bumblebee-config", line 10, in <module>
    from bumblebee_config.bumblebee_main_window import BumblebeeMainWindow
  File "/usr/lib/python2.7/dist-packages/bumblebee_config/bumblebee_main_window.py", line 8, in <module>
    from gi.repository import Gtk, Gdk, GObject
ImportError: cannot import name Gtk

Clearly there's a problem with dependencies not installed.
The dependency needed is the package gir1.2-gtk-3.0.

After this the program starts.

Revision history for this message
Pavak Paul (pavakatubuntu) wrote :

run this from terminal: gksudo bumblebee-config

Revision history for this message
Davide Alberelli (dadexix86) wrote :

There's no gksudo in Kubuntu, and gksu is not a dependence.
Howevere, after installing gksudo, the result is the same:

gksudo bumblebee-config
ERROR:root:Could not find any typelib for Gdk
Traceback (most recent call last):
  File "/usr/bin/bumblebee-config", line 10, in <module>
    from bumblebee_config.bumblebee_main_window import BumblebeeMainWindow
  File "/usr/lib/python2.7/dist-packages/bumblebee_config/bumblebee_main_window.py", line 8, in <module>
    from gi.repository import Gtk, Gdk, GObject
ImportError: cannot import name Gtk

You really need to insert the packages gksu and gir1.2-gtk-3.0 as dependencies of this package ;)

summary: - Dependencies not met
+ Missing dependencies
description: updated
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.