Needs an update to the paths.
install -Dm 644 "assets/assets-color/select-$resolution"/* "$pkgdir/usr/share/grub/themes/$name"
Should be
install -Dm 644 "assets/assets-select/select-$resolution"/* "$pkgdir/usr/share/grub/themes/$name"
Git Clone URL: | https://aur.archlinux.org/grub-themes-git.git (read-only, click to copy) |
---|---|
Package Base: | grub-themes-git |
Description: | Flat Design themes for Grub |
Upstream URL: | https://github.com/vinceliuice/grub2-themes |
Licenses: | GPL3 |
Conflicts: | grub-theme-stylish-whitesur-4k |
Provides: | grub-theme-stylish-whitesur-4k |
Submitter: | dctxmei |
Maintainer: | snogard |
Last Packager: | snogard |
Votes: | 14 |
Popularity: | 0.000000 |
First Submitted: | 2021-01-28 07:59 (UTC) |
Last Updated: | 2022-08-25 16:14 (UTC) |
Needs an update to the paths.
install -Dm 644 "assets/assets-color/select-$resolution"/* "$pkgdir/usr/share/grub/themes/$name"
Should be
install -Dm 644 "assets/assets-select/select-$resolution"/* "$pkgdir/usr/share/grub/themes/$name"
Needs an update to the paths.
install -Dm 644 "assets/assets-color/select-$resolution"/* "$pkgdir/usr/share/grub/themes/$name"
Should be
install -Dm 644 "assets/assets-select/select-$resolution"/* "$pkgdir/usr/share/grub/themes/$name"
Needs an update to the paths.
install -Dm 644 "assets/assets-color/select-$resolution"/* "$pkgdir/usr/share/grub/themes/$name"
Should be
install -Dm 644 "assets/assets-select/select-$resolution"/* "$pkgdir/usr/share/grub/themes/$name"
@dctxmei Solved! thank you.
@sian1468 Are you using the AUR software manager? Don't worry, you can just ignore it or write the package to /etc/pacman.conf
:
IgnorePkg = grub-theme-slaze-git
Then wait for the next update from the github repository.
Can you change pkgver from 20191216 to 20191206(latest git commit) ? It make update loop on my side.
@berturion @SolarAquarion Thanks for reminding, the wrong path of the configuration file has been fixed.
install: cannot stat 'assets/assets-tela/icons-1080p/*': No such file or directory
Hello, I have this error today on an update (sorry it is in french but I think you will see what is happening):
==> Extraction des sources…
-> Création d’une copie de travail du dépot grub-theme-tela git…
Clonage dans 'grub-theme-tela'...
fait.
==> Lancement de pkgver()…
==> Version mise à jour : grub-theme-tela-git 20191206-1
==> Les sources sont prêtes.
==> Création du paquet grub-theme-tela-git 20191206-1 (dim. 08 déc. 2019 09:51:09 +04)
==> Vérification des dépendances pour l’exécution…
==> Vérification des dépendances pour la compilation…
==> ATTENTION : Utilisation de l’arbre $srcdir/ existant
==> Lancement de pkgver()…
==> Suppression du répertoire $pkgdir/ existant…
==> Entre dans l’environnement fakeroot…
==> Lancement de package()…
install: impossible d'évaluer 'assets/assets-tela/icons-4k/*': Aucun fichier ou dossier de ce type
==> ERREUR : Une erreur s’est produite dans package().
Abandon…
Error making: grub-theme-tela-git
@dctxmei Thank you for maintaining those grub theme packages. They are very good. I can confirm installation is working now.
Pinned Comments
snogard commented on 2022-08-31 14:31 (UTC) (edited on 2023-06-04 14:12 (UTC) by snogard)
qifei9, this is the intended behaviour for 2 reasons:
often times /boot is a partition of its own with limited space available.
official arch packages install grub themes in the same folder (see PKGBUILD for breeze-grub and grub-theme-vimix as an example).
So if you want a theme to be seen by grub-mkconfig or grub customizer, you have to manually copy the theme folder yourself.
qifei9 commented on 2022-08-29 17:21 (UTC)
has to copy the theme from
/usr/share/grub/themes/
to/boot/grub/themes
, otherwisegrub-mkconfig
cannot find the theme.