Package Details: aqemu 0.9.4-2

Git Clone URL: https://aur.archlinux.org/aqemu.git (read-only, click to copy)
Package Base: aqemu
Description: QEMU GUI written in Qt5
Upstream URL: https://github.com/tobimensch/aqemu
Keywords: frontend qemu virtualization
Licenses: GPL2
Submitter: None
Maintainer: fordprefect
Last Packager: fordprefect
Votes: 123
Popularity: 0.000002
First Submitted: 2008-10-17 11:02 (UTC)
Last Updated: 2020-05-27 07:38 (UTC)

Pinned Comments

fordprefect commented on 2020-05-04 19:33 (UTC)

Please consider supporting upstream to keep this project alive.

Latest Comments

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

schmoemi commented on 2015-03-14 01:12 (UTC)

I changed the PKGBUILD accordingly. Thanks for the hint, @edr

edr commented on 2015-03-13 19:04 (UTC)

This package does not build anymore because it has no package() function. The following change fixed it for me. --- PKGBUILD.orig 2015-03-13 19:14:17.836184468 +0100 +++ PKGBUILD 2015-03-13 19:57:17.332821325 +0100 @@ -20,5 +20,9 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr/ -DQT_QMAKE_EXECUTABLE=qmake4 make - make DESTDIR=$pkgdir install } + +package() { + cd $srcdir/$pkgname-$pkgver + make DESTDIR=$pkgdir install +}

schmoemi commented on 2015-03-06 01:25 (UTC)

Maybe, as the version was released before ages. It is not outdated though as there haven't been newer releases since.

Kurisutian commented on 2014-05-22 12:06 (UTC)

Something seems to be wrong with the package. I cannot see any symbols or anything when starting aqemu. I get this message before that: Sender: int main( int argc, char *argv[] ) Message: Cannot Load AQEMU Icon Theme! File "/usr/local/share/aqemu//oxygen_icons.rcc" Not Found! Also created Windows VMs won't start claiming there would be not enough RAM to create a ramdisk. But I have 32GB in my computer and 8 GB reserved for the machine. So something seems to be off here. ;-)

SanskritFritz commented on 2013-03-14 20:07 (UTC)

Since there is no qemu-kvm anymore, aqemu does not work for me. There is no qemu binary and I cannot pursuede aqemu to find the correct executables.

mrbit commented on 2013-03-01 14:41 (UTC)

please update to qt4 add cmake -DQT_QMAKE_EXECUTABLE=qmake4 thanks

SanskritFritz commented on 2013-03-01 13:33 (UTC)

Please replace the qt dependency with qt4.

schmoemi commented on 2012-02-29 22:14 (UTC)

Patch added to fix that compile bug

malevolent commented on 2012-02-15 10:41 (UTC)

as seen on comments on the bug tracker: Open file aqemu-0.8.2/Embedded_Display/vncview.cpp and comment lines 30-31 like this: Before: #define error(parent, message, caption) \ critical(parent, caption, message) After: /*#define error(parent, message, caption) \ critical(parent, caption, message)*/ Or use AUR package from Git ;)

schmoemi commented on 2012-01-29 03:15 (UTC)

This is a known bug, unfortunately: http://sourceforge.net/tracker/?func=detail&aid=3429937&group_id=229794&atid=1078458