Ventoy Forums
how to disable themes - Printable Version

+- Ventoy Forums (https://forums.ventoy.net)
+-- Forum: Ventoy General Use —— Ventoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=1)
+--- Forum: Ventoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=2)
+--- Thread: how to disable themes (/showthread.php?tid=25)



how to disable themes - arniworx - 05-14-2020

hi!
thanks for this great tool.
i've noticed that it runs a lot smoother, when i disable the theme (comment in grub.cfg)
is there an "official" way to disable theming?
a "ventoy.json" with the follwing content:
Code:
{
    "theme": {
        "file": ""
    }
}
brings up the default theme...so that's not the right way ;-)
thx


RE: how to disable themes - longpanda - 05-14-2020

(05-14-2020, 11:39 AM)arniworx Wrote: hi!
thanks for this great tool.
i've noticed that it runs a lot smoother, when i disable the theme (comment in grub.cfg)
is there an "official" way to disable theming?
a "ventoy.json" with the follwing content:
Code:
{
    "theme": {
        "file": ""
    }
}
brings up the default theme...so that's not the right way ;-)
thx



There is no such official way to do that in current release.  Indeed I have received some report about this problem.

In current release, when the boot menu was shown,  you can press c to enter a shell and run  terminal_output console  and  press ESC to return to a text menu.

Maybe in the future release, I will add a hotkey to switch between graphic menu and text menu.