Package Details: grub-theme-tela-color-ultrawide2k-git 2021.12.05.r21.gfa74d1b-1

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-tela-color-ultrawide2k
Provides: grub-theme-tela-color-ultrawide2k
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)

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:

  1. often times /boot is a partition of its own with limited space available.

  2. 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, otherwise grub-mkconfig cannot find the theme.

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

FirstAirBender commented on 2021-01-26 08:43 (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"

FirstAirBender commented on 2021-01-26 08:42 (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"

FirstAirBender commented on 2021-01-26 08:41 (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"

sian1468 commented on 2019-12-18 11:49 (UTC)

@dctxmei Solved! thank you.

dctxmei commented on 2019-12-18 11:06 (UTC)

@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.

sian1468 commented on 2019-12-18 10:00 (UTC)

Can you change pkgver from 20191216 to 20191206(latest git commit) ? It make update loop on my side.

dctxmei commented on 2019-12-16 08:00 (UTC)

@berturion @SolarAquarion Thanks for reminding, the wrong path of the configuration file has been fixed.

SolarAquarion commented on 2019-12-12 15:36 (UTC)

install: cannot stat 'assets/assets-tela/icons-1080p/*': No such file or directory

berturion commented on 2019-12-08 05:53 (UTC)

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

berturion commented on 2019-10-31 20:56 (UTC)

@dctxmei Thank you for maintaining those grub theme packages. They are very good. I can confirm installation is working now.