setconf is in makedepends.
Search Criteria
Package Details: unetbootin 702-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/unetbootin.git (read-only, click to copy) |
---|---|
Package Base: | unetbootin |
Description: | Create bootable Live USB drives |
Upstream URL: | https://unetbootin.github.io |
Keywords: | boot flash image usb writer |
Licenses: | GPL3 |
Submitter: | Barthalion |
Maintainer: | gmy |
Last Packager: | gmy |
Votes: | 99 |
Popularity: | 0.31 |
First Submitted: | 2018-01-05 16:40 (UTC) |
Last Updated: | 2023-08-14 15:10 (UTC) |
Dependencies (8)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- mtools (mtools-svnAUR)
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7-zip-fullAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- syslinux
- qt5-tools (make)
- setconf (make)
- polkit (polkit-gitAUR, polkit-consolekitAUR) (optional) – run unetbootin directly from menu
Required by (0)
Sources (3)
micwoj92 commented on 2024-04-13 22:11 (UTC)
felipec commented on 2024-04-13 18:20 (UTC)
I had to manually install setconf:
PKGBUILD: line 30: setconf: command not found
gmy commented on 2023-08-14 15:11 (UTC)
@dbedrenko, the error does not look to be relevant to this package.
dbedrenko commented on 2023-03-20 21:10 (UTC) (edited on 2023-03-20 21:11 (UTC) by dbedrenko)
I'm getting this; anyone else?
(2/2) checking package integrity [########################################################################################] 100%
error: syslinux: signature from "Anatol Pomozov (Arch Linux developer account) <anatolik@archlinux.org>" is unknown trust
:: File /var/cache/pacman/pkg/syslinux-6.04.pre2.r11.gbf6db5b4-3-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]
error: setconf: signature from "Evangelos Foutras <foutrelis@archlinux.org>" is unknown trust
:: File /var/cache/pacman/pkg/setconf-0.7.7-2-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.
-> error installing repo packages
Tried doing the usual find /var/cache/pacman/pkg/ -iname "*.part" -exec rm {} \;
and pacman-key --refresh-keys
to no avail.
xyproto commented on 2021-03-07 18:20 (UTC)
multibootusb-git can be a nice alternative to unetbootin
gardenappl commented on 2020-09-29 18:35 (UTC)
Just FYI, the Qt5 fork of Unetbootin has finally been merged into the Git repository. So at some point you'll have to update your dependencies.
gardenappl commented on 2020-08-02 21:02 (UTC)
For those of you who want to avoid Qt4, I made this package: https://aur.archlinux.org/packages/unetbootin-qt5-git/
It's based on a fork by Chemrat: https://github.com/Chemrat/unetbootin
The last commit on that fork is from 2017, but unfortunately the Unetbootin guys still haven't merged it: https://github.com/unetbootin/unetbootin/pull/137
es_18 commented on 2018-11-06 22:30 (UTC)
If you get something like this:
X Error: BadAccess (attempt to access private resource denied) 10
Extension: 130 (MIT-SHM)
Minor opcode: 1 (X_ShmAttach)
Resource id: 0x147
X Error: BadShmSeg (invalid shared segment parameter) 128
Extension: 130 (MIT-SHM)
Minor opcode: 5 (X_ShmCreatePixmap)
Resource id: 0x600000c
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 62 (X_CopyArea)
Resource id: 0x600000d
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 62 (X_CopyArea)
Resource id: 0x600000d
Then try this:
Any of these work for me:
sudo QT_X11_NO_MITSHM=1 unetbootin.elf
sudo QT_GRAPHICSSYSTEM=native unetbootin.elf
su -c 'QT_X11_NO_MITSHM=1 unetbootin.elf'
su -c 'QT_GRAPHICSSYSTEM=native unetbootin.elf'
Source: dx from the bug below https://bugs.archlinux.org/task/42030
Pinned Comments