Add Missing Menu Icons #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add missing menu icons for the following.
Power Menu
TreeView
Localboot Menu
Tools Menu
I'm yet to figure out how to apply these icons within in Ventoy configuration or GNU Grub configuration.
Most of these items can be resolved by using Plugin.menu_class . Ventoy. Simply naming the icon file names to the built-in class names.
assigned to @adouglas
changed the description
According to "
3541735796/INSTALL/grub/debug.cfg
" it is not possible to associate an icon for "Keyboard Layouts".However it appears there is a way according to "
13b2192a59/KBD/mkconfig.sh
" naming the icon file as "debug_krdlayout". All other keyboards are referenced as "debug_kbd".The menu plugin classes "debug_krdlayout" and "debug_kbd" are undocumented at Plugin.menu_class . Ventoy. Refer to source code
13b2192a59/KBD/mkconfig.sh
.Also "custom", "custom_sub" and "custom2" are undocumented. Refer to source code
82a8b59bc7/INSTALL/plugin/ventoy/ventoy_grub.cfg
.Missing icons to be added, 29.
I was not able to figure out what menu class name to use for Resolution Configuration sub menu items. As far as I can tell this is not possible at this time.
Commit
e35408a698
and2a26f4cc92
close this issue.