Package Details: woeusb-ng 0.2.12-3

Git Clone URL: https://aur.archlinux.org/woeusb-ng.git (read-only, click to copy)
Package Base: woeusb-ng
Description: Simple tool that enable you to create your own usb stick with Windows installer.
Upstream URL: https://github.com/WoeUSB/WoeUSB-ng
Keywords: Windows WoeUSB WoeUSB-ng
Licenses: GPL3
Conflicts: woeusb, woeusb-git
Provides: woeusb
Submitter: Waxy
Maintainer: barbuk
Last Packager: barbuk
Votes: 183
Popularity: 2.07
First Submitted: 2020-07-24 20:28 (UTC)
Last Updated: 2023-06-10 12:07 (UTC)

Latest Comments

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

ZeroDot1 commented on 2021-03-17 20:25 (UTC)

Please replace p7zip with 7zip see: https://aur.archlinux.org/packages/7-zip

ZorinArch commented on 2021-02-07 09:06 (UTC)

Hi, Please add Categories=Utility; to WoeUSB-ng.desktop

tioguda commented on 2021-02-06 18:10 (UTC)

You forgot to add com.github.woeusb.woeusb-ng.policy as a source, and you need to correct the path for it.

gregmuellegger commented on 2020-12-23 12:00 (UTC)

On run, it reported that termcolor is missing:

Module termcolor is not installed, text coloring disabled
WoeUSB v@@WOEUSB_VERSION@@
==============================
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/WoeUSB/core.py", line 707, in run
    main(source_fs_mountpoint, target_fs_mountpoint, source_media, target_media, install_mode, temp_directory,
  File "/usr/lib/python3.9/site-packages/WoeUSB/core.py", line 159, in main
    if mount_source_filesystem(source_media, source_fs_mountpoint):
  File "/usr/lib/python3.9/site-packages/WoeUSB/core.py", line 390, in mount_source_filesystem
    utils.print_with_color("Mounting source filesystem...", "green")
  File "/usr/lib/python3.9/site-packages/WoeUSB/utils.py", line 281, in print_with_color
    termcolor.cprint(text, color)
NameError: name 'termcolor' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/woeusb", line 27, in <module>
    WoeUSB.core.run()
  File "/usr/lib/python3.9/site-packages/WoeUSB/core.py", line 712, in run
    utils.print_with_color(error, "red")
  File "/usr/lib/python3.9/site-packages/WoeUSB/utils.py", line 281, in print_with_color
    termcolor.cprint(text, color)
NameError: name 'termcolor' is not defined

After installing ´community/python-termcolor` it worked as expected. So maybe this lists is missing a hard dependency specification?

Or its a bug in the code as the first message indicates that termcolor is optional.

hashworks commented on 2020-12-23 11:03 (UTC)

Won't build in a chroot env:

==> Starting package()...
running install
error: [Errno 13] Permission denied: '/usr/local/bin/woeusbgui'

Waxy commented on 2020-11-10 20:44 (UTC)

Thank you.

xiretza commented on 2020-11-10 19:52 (UTC)

You need to update .SRCINFO.

Waxy commented on 2020-11-10 18:53 (UTC)

I've updated the url, but url on the page is still the same, I hope that it will update the displayed link soon.

fredboy commented on 2020-11-09 08:30 (UTC) (edited on 2020-11-09 08:31 (UTC) by fredboy)

Please, fix upstream link, it points to "https://aur.archlinux.org/packages/woeusb-ng/github.com/WoeUSB/WoeUSB-ng" when you click it.

xiretza commented on 2020-10-19 12:09 (UTC) (edited on 2020-10-19 12:17 (UTC) by xiretza)

Why does this package clone the git repo, then check out the tag, instead of downloading the release tarball (https://github.com/WoeUSB/WoeUSB-ng/archive/v0.2.5.tar.gz)?

Edit: also, the patch file needs to be in sources=, must be referenced as "$srcdir/AUR.patch", and patching should happen in prepare(). Please test-build your packages in a clean chroot to make sure they at least aren't grossly incorrect.