Search Criteria
Package Details: grub2-theme-preview 2.9.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/grub2-theme-preview.git (read-only, click to copy) |
|---|---|
| Package Base: | grub2-theme-preview |
| Description: | Preview a full GRUB 2.x theme (or just a background image) using KVM/QEMU |
| Upstream URL: | https://github.com/hartwork/grub2-theme-preview |
| Keywords: | grub grub-theme grub2 preview theme |
| Licenses: | GPL |
| Submitter: | American_Jesus |
| Maintainer: | harshnj |
| Last Packager: | harshnj |
| Votes: | 21 |
| Popularity: | 0.63 |
| First Submitted: | 2016-12-30 19:35 (UTC) |
| Last Updated: | 2025-12-19 08:25 (UTC) |
Dependencies (8)
- edk2-ovmf
- grub (grub-coreosAUR, grub-xen-gitAUR, grub-luks-keyfileAUR, grub-gitAUR, grub-grubenv-btrfsAUR, grub-libzfsAUR, grub-improved-luks2-gitAUR, grub-blscfgAUR, grub-argon2-gitAUR, grub-silentAUR)
- libisoburn (libisoburn-gitAUR)
- mtools (mtools-svnAUR)
- python
- python-setuptools
- qemu (qemu-gitAUR, qemu-headless-gitAUR, qemu-base, qemu-desktop, qemu-full)
- git (git-gitAUR, git-glAUR) (make)
Required by (1)
- grub-theme-creator (optional)
Latest Comments
harshnj commented on 2025-12-19 08:26 (UTC)
I am maintaining the package now
Thanks
cz3dtc commented on 2025-05-10 11:03 (UTC)
install KDIALOG
https://pastebin.com/ZTcKv5cr
or
sh -c "theme=\$(kdialog --combobox 'Vyberte téma Grubu' /boot/grub/themes/*) && grub2-theme-preview --no-kvm --grub-cfg=/boot/grub/grub.cfg \"\$theme\""
American_Jesus commented on 2021-11-28 20:55 (UTC)
Disowned package, fell free to maintain
empr commented on 2021-07-24 23:35 (UTC) (edited on 2021-07-24 23:35 (UTC) by empr)
It gave me the error "grub-mkrescue failed to create the rescue image" because there has been a regression in mtools, which is used by grub-mkrescue
https://bugs.archlinux.org/index.php?do=details&task_id=71547
A workaround is to roll back mtools to a previous version:
sudo pacman -U https://archive.archlinux.org/packages/m/mtools/mtools-1%3A4.0.31-1-x86_64.pkg.tar.zstAmerican_Jesus commented on 2021-03-26 15:19 (UTC)
@omano have you tried to run a QEMU VM with KVM? Could be some setting related to your system. Any way that's an upstream issue, report it there.
omano commented on 2021-03-26 15:02 (UTC)
For others struggling like me for two days trying to have this work, try the "--no-kvm" parameter, for me it instantly started to open qemu and showed the grub theme preview, without this parameter it simply never opens anything. Example command:
grub2-theme-preview "/home/myuser/Downloads/xxx-theme-master/XXX theme/" --resolution 1680x1050 --no-kvm
American_Jesus commented on 2021-03-17 12:29 (UTC)
@petsam there was a missing dependency, now should be fixed.
petsam commented on 2021-03-16 15:09 (UTC)
It fails in fakeroot running the package() function with this error:
Any ideas?
Lucki commented on 2020-07-07 23:13 (UTC)
This PKGBUILD uses git to download the sources but there's no git to download them: