Package Details: isoimagewriter 1.0.0-1

Git Clone URL: https://aur.archlinux.org/isoimagewriter.git (read-only, click to copy)
Package Base: isoimagewriter
Description: Tool to write a .iso file to a USB disk
Upstream URL: https://community.kde.org/ISOImageWriter
Licenses: GPL3
Submitter: z3ntu
Maintainer: z3ntu
Last Packager: z3ntu
Votes: 19
Popularity: 0.28
First Submitted: 2017-06-22 20:03 (UTC)
Last Updated: 2023-05-03 16:36 (UTC)

Pinned Comments

z3ntu commented on 2017-06-25 20:47 (UTC) (edited on 2023-03-05 11:41 (UTC) by z3ntu)

If you are having problems installing this package due to signature verification, please run the below before running makepkg:

gpg --recv-keys E0A3EB202F8E57528E13E72FD7574483BB57B18D

Latest Comments

pitt-2 commented on 2022-09-17 08:57 (UTC)

Hello, If you are having problems installing this package due to signature verification, please run the below before running makepkg: gpg --recv-keys 2D1D5B0588357787DE9EE225EC94D18F7F05997E unfortunately does not work. Error:==> Creating package: isoimagewriter 0.9-1 (Sat 17 Sep 2022 10:50:05 CEST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Receiving sources... -> isoimagewriter-0.9.tar.xz found -> isoimagewriter-0.9.tar.xz.sig found ==> Checking source files with sha512sums... isoimagewriter-0.9.tar.xz ... Skipped isoimagewriter-0.9.tar.xz.sig ... Skipped ==> Checking signatures of source files with gpg... isoimagewriter-0.9.tar.xz ... FAILED (Unknown public key D7574483BB57B18D) ==> ERROR: One or more PGP signatures could not be verified!

Isoimagewriter-git works so far

z3ntu commented on 2022-03-12 11:33 (UTC)

@ArtyIF Rebuild the package then

ArtyIF commented on 2022-03-12 07:27 (UTC)

Doesn't launch. In terminal outputs this error: isoimagewriter: error while loading shared libraries: libqgpgme.so.7: cannot open shared object file: No such file or directory. I checked the /usr/lib directory for libqgpgme, it can only find libqgpgme.so.15:

artyif@artyiflinux ~ % find /usr/lib | grep libqgpgme
/usr/lib/libqgpgme.so.15.0.0
/usr/lib/libqgpgme.so
find: ‘/usr/lib/mysql/plugin/auth_pam_tool_dir’: Permission denied
/usr/lib/libqgpgme.so.15

The program depends on an outdated version of a library?

z3ntu commented on 2017-06-25 20:47 (UTC) (edited on 2023-03-05 11:41 (UTC) by z3ntu)

If you are having problems installing this package due to signature verification, please run the below before running makepkg:

gpg --recv-keys E0A3EB202F8E57528E13E72FD7574483BB57B18D

AJSlye commented on 2017-06-25 16:06 (UTC)

Will not compile, I'm getting a signature error.

Megver83 commented on 2017-06-23 00:59 (UTC)

Hi, regarding the patch, why don't you better use sed? Could be something like: $ sed -e 's|add_subdirectory(signing-keys)|#add_subdirectory(signing-keys)|' -i CMakeList.txt