Skip Navigation
Linux 101 stuff. Questions are encouraged, noobs are welcome! @lemmy.world

Unable to hide 'tools' in rEFInd

I want to hide the about tag in rEFInd. So, I did according to the info in config and website, which is to add a showtools line with no options.

And, nothing happens. I still see About, Shutdown, Reboot, Firmware tools in the rEFInd screen

 This is my rEFInd config containing showtools 👇
    
# Default is shell,memtest,gdisk,apple_recovery,windows_recovery,mok_tool,about,hidden_tags,shutdown,reboot,firmware,fwupdate
# To completely disable scanning for all tools, provide a showtools line
# with no options.
#
#showtools shell, bootorder, gdisk, memtest, mok_tool, apple_recovery, windows_recovery, about, hidden_tags, reboot, exit, firmware, fwupdate
showtools

  

Eventhough the previous showtools line is a just a comment, I removed it too. And still nothing happens.

Does anybody have any idea?

I only want Shutdown, Reboot.


SOLVED

It seems like a rEFInd problem in latest version.

https://lemmy.frozeninferno.xyz/comment/16257252

Looks like I have to edit and rebuild it myself. Unfortunately, I'm not really that familiar with building packages myself.

Guess, I have to wait it out.

2 comments
  • I am in no way an expert nor a proficient user of ReFind, but I looked at my own configuration and noticed that in the main configuration, the showtools line is commented out. However, when I looked at the configuration file of the theme I was using, there's a showtools line:

     undefined
        
    # Minimal dark refind theme v.0.2
    
    # Set the name of a subdirectory in which icons are stored.
    icons_dir themes/darkmini/icons
    
    # Your background!
    #banner themes/darkmini/bg/ubuntu_two.png
    banner themes/darkmini/bg/background.png
    
    # Custom images for the selection background.
    selection_big   themes/darkmini/selection_big.png
    selection_small themes/darkmini/selection_small.png
    
    # Tools
    showtools shutdown,reboot,firmware
    
      

    I suppose then that if you're using a ReFind theme, it might be overriding your base configuration.


    Now, this is but an extra, so feel free to ignore this. This is how it looks like (mine has a different background image and list of OS'es):

    I suppose you would want a more minimal look like this:

    And here's the theme in question, https://github.com/LightAir/darkmini

    I hope that helps somehow. Best of luck!


    EDIT:

    Changed the image to better reflect how my ReFind looks like given the theme and configuration. Added an additional screenshot. Added explanatory text and separation between my main response and additional info.