今天使用rEFInd的主题时发现,无论如何改配置文件都没有用,主题无法使用。

于是看了一下主题配置文件:

# Minimal refind theme# Hide user interface elements for personal preference or to increase
# security:
#  banner      - the rEFInd title banner (built-in or loaded via "banner")
#  label       - boot option text label in the menu
#  singleuser  - remove the submenu options to boot Mac OS X in single-user
#                or verbose modes; affects ONLY MacOS X
#  safemode    - remove the submenu option to boot Mac OS X in "safe mode"
#  hwtest      - the submenu option to run Apple's hardware test
#  arrows      - scroll arrows on the OS selection tag line
#  hints       - brief command summary in the menu
#  editor      - the options editor (+, F2, or Insert on boot options menu)
#  all         - all of the above
# Default is none of these (all elements active)
#
hideui singleuser,hints,arrows,label,badges# Set the name of a subdirectory in which icons are stored. Icons must
# have the same names they have in the standard directory. The directory
# name is specified relative to the main rEFInd binary's directory. If
# an icon can't be found in the specified directory, an attempt is made
# to load it from the default directory; thus, you can replace just some
# icons in your own directory and rely on the default for others.
# Default is "icons".
#
icons_dir themes/rEFInd-minimal/icons# Use a custom title banner instead of the rEFInd icon and name. The file
# path is relative to the directory where refind.efi is located. The color
# in the top left corner of the image is used as the background color
# for the menu screens. Currently uncompressed BMP images with color
# depths of 24, 8, 4 or 1 bits are supported, as well as PNG images.
#
banner themes/rEFInd-minimal/background.png# Tells rEFInd whether to display banner images pixel-for-pixel (noscale)
# or to scale banner images to fill the screen (fillscreen). The former is
# the default.
#
banner_scale fillscreen# Custom images for the selection background. There is a big one (144 x 144)
# for the OS icons, and a small one (64 x 64) for the function icons in the
# second row. If only a small image is given, that one is also used for
# the big icons by stretching it in the middle. If only a big one is given,
# the built-in default will be used for the small icons.
#
# Like the banner option above, these options take a filename of an
# uncompressed BMP image file with a color depth of 24, 8, 4, or 1 bits,
# or a PNG image. The PNG format is required if you need transparency
# support (to let you "see through" to a full-screen banner).
#
selection_big   themes/rEFInd-minimal/selection_big.png
selection_small themes/rEFInd-minimal/selection_small.png# Which non-bootloader tools to show on the tools line, and in what
# order to display them:
#  shell           - the EFI shell (requires external program; see rEFInd
#                    documentation for details)
#  gptsync         - the (dangerous) gptsync.efi utility (requires external
#                    program; see rEFInd documentation for details)
#  apple_recovery  - boots the Apple Recovery HD partition, if present
#  mok_tool        - makes available the Machine Owner Key (MOK) maintenance
#                    tool, MokManager.efi, used on Secure Boot systems
#  about           - an "about this program" option
#  exit            - a tag to exit from rEFInd
#  shutdown        - shuts down the computer (a bug causes this to reboot
#                    EFI systems)
#  reboot          - a tag to reboot the computer
#  firmware        - a tag to reboot the computer into the firmware's
#                    user interface (ignored on older computers)
# Default is shell,apple_recovery,mok_tool,about,shutdown,reboot,firmware
#
showtools shutdown

可以看到   主题文件默认引用的是

icons_dir themes/rEFInd-minimal/icons

在这个目录下,也就是/boot/....../refind/themes/rEFInd-minimal这个目录,但是从github下载的文件默认是rEFInd-minimal-master

所以导致了即使在refind.conf中添加了theme.conf文件也会无法显示主题,修改方法是:

修改rEFInd-minimal-master目录为rEFInd-minimal,

或者修改theme.conf的引用目录。

rEfind主题应用失败相关推荐

  1. wordpress模板WP主题安装失败的解决办法

    还记得我刚开始建立比尔云的时候,想要换什么样的主题直接在后台下载就行了.或者就到一些wordpress主题网站下载一些喜欢的然后在博客后台上传,也可 以用FTP上传模板就可以了.可是前段时间,我发现我 ...

  2. rEFind配置忽略项以及主题~win/deepin/arch -- update-grub:未找到命令

    Intro 关于安装的办法看这里[Succeed]rEFind安装之在Deepin上的一番折腾怀疑联想Could not prepare Boot variable: No space left on ...

  3. 【Hexo】记录NexT主题美化及域名配置(图示详解)

    本篇主要记录一下更换NexT主题,及后来美化,配置域名的过程. 我的 Hexo博客:http://yzhblog.work/- 1.更换主题为 NexT 更换主题其实很简单,就是两步: git clo ...

  4. QQ 简洁模式切换失败解决方法

    Google play 版 QQ 简洁模式切换失败解决方法 play 版 QQ (v8.2.11) 在切换简洁模式时,提示切换失败,或者开启/关闭失败 尝试多次发现这个提示是在开关或者切换时转圈加载一 ...

  5. ios 开发 微信分享失败_一个失落的孩子如何在失败的情况下从失败变成了iOS开发人员...

    ios 开发 微信分享失败 by Jordan LaGrone 乔丹·拉格隆(Jordan LaGrone) 一个失落的孩子如何在失败的情况下从失败变成了iOS开发人员 (How a lost kid ...

  6. 组件库自定义主题换肤实现方案

    概述 douluo-ui 组件库 是基于 element-ui 实现的,那么实现换肤分两步:一是 element-ui 的换肤方案:二是 douluo-ui组件库 的换肤方案 element-ui 的 ...

  7. React+antd在线上动态更换皮肤主题

    开始 因为项目里一个更换皮肤的功能,虽然antd官网给出了更改主题的方法,但那是静态的,没办法在线上更换,然后发现网上在这方面的资料也并不多,这个业务难道不是应该很普遍吗?然后我就花了一些时间去解决了 ...

  8. react实现线上主题动态切换功能

    demo 框架选择: create-react-app + mobx + webpack5 + antdesign 说明 由于最近公司有多个主题的共存性,所以需要实现线上主题切换的功能,所以本文主要描 ...

  9. AsyncHttpClient关于失败响应和网络超时的响应的处理

    安卓平台的开源网络通信框架android-async-http是当前比较流行的网络通信框架.它简洁易用,功能强大.这段时间在使用过程中遇到网络超时的情况,需要对超时做出响应处理.为了厘清处理流程,只好 ...

最新文章

  1. Matrix 矩阵
  2. [恢]hdu 2077
  3. 图形处理(五)基于旋转不变量的网格变形-Siggraph 2007
  4. mysql format不要逗号,mysql格式化小数
  5. [转]详解HTTP包
  6. JS事件及其兼容用法
  7. LinearLayout和RelativeLayout 区别
  8. CRM呼叫中心和社交媒体集成的UI错误信息显示机制
  9. 电源开关上的 | 和 O 究竟代表了什么?
  10. WWW软件全球使用排名
  11. Taro+react开发(88):taro条件渲染
  12. 虚拟机Ubuntu20.04.2LTS卸载python3.8出现tty1-tty6循环登录,无法进入图形化界面,乱码(亲测)
  13. 数据密集型应用系统设计--数据复制
  14. 周六讲的题~C组木有Java组有的
  15. Gitee 管理UE4项目
  16. moxa串口卡Linux驱动,moxa多串口驱动下载
  17. Google Earth Engine——使用climata和Python从USGS获取流数据
  18. 如何度量两幅图像的相似度--结构相似度 SSIM 原理及代码
  19. 对比分析偏差率的五个常见疑问
  20. java 键盘 映射 控制游戏_如何运用JAVA程序设计进行键盘控制游戏

热门文章

  1. sentry mysql_sentry 环境安装
  2. 小小知识点(二十一)如何修改PPT母版上无法直接点击修改的文字
  3. okhttp3使用总结
  4. [灯火阑珊] 关于cmd命令里的findstr匹配多个关键词
  5. RTFNet:用于城市场景语义分割的RGB和红外融合网络
  6. 微博短网址 php,一个php短网址的生成代码(仿微博短网址)
  7. 微信小程序|Springboot+Vue+Node开发实现医疗预约挂号系统
  8. CC2530设置发射功率
  9. Fortify Access Control
  10. python2爬去多玩图库