This is a small Gnome extension that adds the ability to reboot directly to the Windows when using grub. support Chinese and English.
此Gnome扩展允许您从重启菜单中一键重启到Windows。支持中文和英文。
Note
This project has only been tested on Arch Linux, but should work with all Linux distributions that use grub. If you encounter any issues while using it, please feel free to contact me. I am more than happy to help you troubleshoot.
此项目仅在Arch Linux上进行了测试,但应该适用于所有使用grub的Linux发行版。 如果您在使用中遇到任何问题,请随时联系我。很乐意帮助您解决问题。
A:Gnome may have all extensions disabled by default. Please find "Extensions" in your application library, enable extension functionality, and enable the "reboot2win" extension.
Gnome可能默认关闭了所有扩展,请在你的程序库中找到扩展
启用扩展功能,并启用reboot2win扩展。
Note
Now you can install this plugin directly from the Gnome Extensions website. Visit the plugin page on Gnome Extensions, and click the On
button to install it.
现在,您可以直接从Gnome Extensions网站上安装此插件。请访问Gnome Extensions 上的本插件页面,点击On
按钮即可安装。
You can clone the project from GitHub. 从GitHub克隆该存储库。
$ git clone https://github.com/Coooolfan/Reboot2Windows
If you want to build the plugin, run the following command:
要构建插件,请运行以下命令:
$ sh build.sh
If everything goes well, a zip file will be generated in the project folder.
如果一切顺利,这将在项目文件夹中生成一个zip文件。
To install the plugin, simply run the install.sh script with the following command:
要安装插件,只需运行install.sh脚本,并使用以下命令:
$ sh install.sh
Despite the roughness of this plugin, I am still very grateful to all the friends who have shared their experiences online.
Special thanks to the author of reboottouefi for open-sourcing the plugin at reboottouefi.
I would also like to express my gratitude to the friends within the archlinuxcn community who have generously contributed their time, helping me troubleshoot various issues during the plugin development process.