Search Criteria
Package Details: usb-creator 0.4.0-3
Package Actions
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.33 |
First Submitted: | 2008-11-11 00:47 (UTC) |
Last Updated: | 2024-12-03 11:55 (UTC) |
Dependencies (17)
- cdrkit (cdrtools)
- dosfstools (dosfstools-gitAUR)
- gobject-introspection
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- kde-dev-scripts
- libisoburn (libisoburn-gitAUR)
- mtools (mtools-svnAUR)
- parted (parted-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-dbus
- python-gobject
- python-pyqt6
- syslinux
- udisks2
- python-build (make)
- python-distutils-extra (make)
- python-installer (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 12 Next › Last »
aaronleao commented on 2018-08-02 02:04 (UTC)
erikzenker: About the error: ValueError: Namespace Unity not available I just commented the line 28 of the file /usr/lib/python3.6/site-packages/usbcreator/frontends/gtk/unitysupport.py. And work just fine.
farao commented on 2018-02-15 14:09 (UTC) (edited on 2018-02-15 14:12 (UTC) by farao)
So I installed this and got, like the others, the " ValueError: Namespace Unity not available" error. I looked a bit in the code and found the problem.
FIX:
change the line 28 in ..site-packages/usbcreator/frontends/gtk/unitysupport.py
from
except ImportError as e:
to
except (ImportError, ValueError) as e:
EXPLANATION:
In ..site-packages/usbcreator/frontends/gtk/unitysupport.py it checks if the Unity environment (the former Ubuntu desktop environment) is running and therefore calls require_versions('Unity', '7.0') in a try block that has an except block for exceptions of type "ImportError". BUT require_versions (..site-packages/gi/init.py:92) throws an exception of type ValueError.
THIS PACKAGE SHOULD BE UPDATED
I also looked up the current version of usbcreator from upstream (https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/usb-creator/trusty/view/head:/usbcreator/frontends/gtk/unitysupport.py) and there the require_versions check was completely deleted. Maybe it would help to just update this package to the current version of the code instead of wildly patching in it :-)
erikzenker commented on 2017-11-04 11:05 (UTC)
lynix commented on 2017-09-19 08:34 (UTC)
KinG-InFeT commented on 2016-01-22 10:34 (UTC)
dynaMIX commented on 2016-01-12 15:24 (UTC) (edited on 2016-01-12 15:27 (UTC) by dynaMIX)
xpt commented on 2015-10-19 04:34 (UTC)
carstene1ns commented on 2015-05-25 19:53 (UTC)
carstene1ns commented on 2014-09-21 17:49 (UTC)
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 12 Next › Last »