[Bug 1165200] Re: usb-creator-gtk fails to run on lubuntu13.04 beta 2
Jonathan Marsden
1165200 at bugs.launchpad.net
Thu Jun 6 20:49:16 UTC 2013
Looks to me like Yuri's suggested fix works because usb-creator-gtk does
from gi.repository import GUdev
so it needs GUdev to be installed and visible to Python, and (by
default) it is not.
Without spending time verifying this, I'd say the "fix" is probably just
to make sure that the usb-creator-gtk package Recommends: the other
packages it needs, including python-gudev and gir1.2-gudev-1.0 .
That should be a one line edit to debian/control in the source package.
I might even have a go in an Lubuntu Raring VM later.
Those saying that installing these two packages does not fix it for
them, please provide full details of the commands you ran to install
them, and what happens when you then try to use usb-creator-gtk -- what
error messages do you see, at what stage of using it?
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to usb-creator in Ubuntu.
https://bugs.launchpad.net/bugs/1165200
Title:
usb-creator-gtk fails to run on lubuntu13.04 beta 2
Status in “usb-creator” package in Ubuntu:
Confirmed
Bug description:
usb-creator-gtk version: 0.2.47
systems: lubuntu desktop 13.04 beta 2 (live session and also after installing)
Error message:
ERROR:root:Could not find any typelib for GUdev
Traceback (most recent call last):
File "/usr/bin/usb-creator-gtk", line 30, in <module>
from usbcreator.backends.fastboot import FastbootBackend
File "/usr/lib/python3/dist-packages/usbcreator/backends/fastboot/__init__.py", line 1, in <module>
from usbcreator.backends.fastboot.backend import FastbootBackend
File "/usr/lib/python3/dist-packages/usbcreator/backends/fastboot/backend.py", line 3, in <module>
from gi.repository import GUdev
ImportError: cannot import name GUdev
ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: usb-creator-gtk 0.2.47
ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
Uname: Linux 3.8.0-16-generic i686
ApportVersion: 2.9.2-0ubuntu5
Architecture: i386
Date: Fri Apr 5 19:32:32 2013
MarkForUpload: True
ProcEnviron:
TERM=xterm
PATH=(custom, no user)
XDG_RUNTIME_DIR=<set>
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: usb-creator
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1165200/+subscriptions
More information about the foundations-bugs
mailing list