@berturion Thanks for the hint, fixed.
Search Criteria
Package Details: grub-theme-vimix-whitesur-4k-git 2021.12.05.r21.gfa74d1b-1
Package Actions
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-vimix-whitesur-4k |
Provides: | grub-theme-vimix-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) |
Dependencies (2)
- grub (grub-linux-defaultAUR, grub-coreosAUR, grub-blscfgAUR, grub-xen-gitAUR, grub-luks-keyfileAUR, grub-silentAUR, grub-gitAUR, grub-improved-luks2-gitAUR, grub-grubenv-btrfsAUR, grub-libzfsAUR)
- git (git-gitAUR, git-glAUR) (make)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3
dctxmei commented on 2019-10-27 18:57 (UTC)
berturion commented on 2019-10-27 10:00 (UTC)
Hello, Since last update, I can not install it, the message is:
install: impossible d'évaluer 'assets/assets-white/icons/*': Aucun fichier ou dossier de ce type
dctxmei commented on 2019-08-11 23:15 (UTC)
@dkasak Thank you for your suggestion, it has been corrected.
dkasak commented on 2019-08-01 09:20 (UTC)
May I suggest installing this to /usr/share/grub
instead of /boot/grub
? This is how the grub-theme-vimix
package does it.
nicoulaj commented on 2019-02-19 15:28 (UTC)
This package fetches sources from git master, it should be named "-git". The non-git version should use the tag at https://github.com/vinceliuice/grub2-themes/releases/tag/1.2.
Also, package()
should not print this message with wrong path, it is done in install script.
den4i commented on 2018-06-15 03:35 (UTC)
there is error: /home/denis/.cache/yay/grub-themes-vimix/PKGBUILD: line 21: cd: grub2-themes/grub-themes-vimix: No such file or directory
in upstream repo folder was renamed to grub-theme-vimix. without s in the end
berocs commented on 2018-04-03 17:44 (UTC) (edited on 2018-04-03 17:44 (UTC) by berocs)
The PKGBUILD tells you to add the line GRUB_THEME="/boot/grub/themes/StylishDark/theme.txt"
to your /etc/default/grub, when instead it should be GRUB_THEME="/boot/grub/themes/Vimix/theme.txt"
.
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.