Package Details: usb-creator 0.4.0-3

Git Clone URL: https://aur.archlinux.org/usb-creator.git (read-only, click to copy)
Package Base: usb-creator
Description: Create bootable USB from a LiveCD or disc image ISO
Upstream URL: https://git.launchpad.net/~usb-creator-hackers/usb-creator/+git/main
Keywords: boot disc image livecd ubuntu
Licenses: GPL3
Submitter: menollo
Maintainer: envolution
Last Packager: envolution
Votes: 373
Popularity: 1.54
First Submitted: 2008-11-11 00:47 (UTC)
Last Updated: 2024-12-03 11:55 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »

milasch commented on 2012-06-07 15:03 (UTC)

Could you help, how can I overcome this? I use gnome 3.4.2. ERROR:root:Could not find any typelib for Unity WARNING:root:can not import unity GI cannot import name Unity DEBUG:root:UDisksBackend ERROR:root:DBus exception: Traceback (most recent call last): File "/usr/bin/usb-creator-gtk", line 61, in <module> show_all=options.show_all) File "/usr/lib/python2.7/site-packages/usbcreator/backends/udisks/backend.py", line 30, in __init__ '/com/ubuntu/USBCreator') File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 241, in get_object follow_name_owner_changes=follow_name_owner_changes) File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 248, in __init__ self._named_service = conn.activate_name_owner(bus_name) File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 180, in activate_name_owner self.start_service_by_name(bus_name) File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 278, in start_service_by_name 'su', (bus_name, flags))) File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking message, timeout) DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1

adaptee commented on 2012-06-05 12:46 (UTC)

Well, Let me repeat it again: I will only follow the version shipped in the official release of Ubuntu(12.04 at the moment). As for the building failure, looks like python-distuils-extra has been moved into [community] and renamed. It is easy to fix.

a172 commented on 2012-04-19 19:50 (UTC)

Found my problem. I had python-gobject installed, not python2-gobject.

a172 commented on 2012-04-18 20:03 (UTC)

I'm getting the same errors for the GTK frontend as indianahorst. I do have all the dependencies installed (including the optional dependencies for GTK). I did not try the KDE frontend. I am running fluxbox, NOT gnome. I'm guessing that we are missing another dependency?

QuimaxW commented on 2012-03-24 16:27 (UTC)

I received the same error, however, per the instructions after install, installing these: pygtk python2-gobject took care of it. :)

adaptee commented on 2012-03-18 17:39 (UTC)

@indianahorst Did you read the information about optional dependenies and install the ones you needed?

indianahorst commented on 2012-03-18 17:07 (UTC)

Doesn't work: $ usb-creator-gtk Traceback (most recent call last): File "/usr/bin/usb-creator-gtk", line 25, in <module> from usbcreator.frontends.gtk import GtkFrontend File "/usr/lib/python2.7/site-packages/usbcreator/frontends/gtk/__init__.py", line 1, in <module> from frontend import GtkFrontend File "/usr/lib/python2.7/site-packages/usbcreator/frontends/gtk/frontend.py", line 20, in <module> from gi.repository import GObject ImportError: No module named gi.repository usb-creator-kde doesn't work too: $ usb-creator-kde Traceback (most recent call last): File "/usr/bin/usb-creator-kde", line 24, in <module> from PyKDE4.kdecore import KCmdLineArgs, KCmdLineOptions, i18n, ki18n ImportError: No module named PyKDE4.kdecore Could you please fix this? Thank you!

<deleted-account> commented on 2012-02-11 19:19 (UTC)

When trying to use this on the image "ubuntu-11.10-desktop-i386.iso", I got the following error... USBCreatorProcessException: mount: Could not find any loop device. Maybe this kernel does not know about the loop device? (If so, recompile or `modprobe loop'.) "modprobe loop" gave me the following error... libkmod: index_mm_open: No such file or directory libkmod: kmod_search_moddep: could not open moddep file '/lib/modules/3.2.4-1-ARCH/modules.dep.bin'