You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**This plugin is not available on the Gnome Extensions website!**
34
-
35
-
#### Q: Why is this plugin not available on the Gnome Extensions store?
36
-
37
-
A: This plugin does not comply with the Gnome Extensions development guidelines as it calls local script files.
15
+

38
16
39
-
#### Q: Why wasn't this plugin developed according to the guidelines?
40
17
41
-
A: I apologize, but over the past three days, I have tried every method I could think of to embed the script file into the extension.js file, but all attempts have failed. This includes, but is not limited to, extensive use of escape characters and a lack of documentation on subprocess functions. If you have relevant development experience and can create a version of this plugin that meets the development guidelines, I would greatly appreciate it.
18
+
#### Q: I installed the plugin, but the menu is not appearing. What should I do? / 我安装了插件后没有出现该菜单?
42
19
43
-
#### Q: How is the plugin currently implemented?
20
+
A:Gnome may have all extensions disabled by default. Please find "Extensions" in your application library, enable extension functionality, and enable the "reboot2win" extension.
44
21
45
-
A: When you run the installation script (install.sh), the plugin will generate a shell program in your user directory. Subsequently, when you execute the plugin, that script will be invoked.
#### Q: I installed the plugin, but the menu is not appearing. What should I do?
24
+
#Installation / 安装
48
25
49
-
A: Gnome may have all extensions disabled by default. Please find "Extensions" in your application library, enable extension functionality, and enable the "reboot2win" extension.
If everything goes well, a zip file will be generated in the project folder.
79
46
80
-
`$ sh build.sh`
47
+
如果一切顺利,这将在项目文件夹中生成一个zip文件。
81
48
82
-
If all goes well this will generate a zip file in the project folder.
49
+
### Install / 安装插件
83
50
84
-
### Install the extension
51
+
To install the plugin, simply run the install.sh script with the following command:
85
52
86
-
To install the extension just run the **install.sh** script with the following command:
53
+
要安装插件,只需运行install.sh脚本,并使用以下命令:
87
54
88
55
`$ sh install.sh`
89
56
@@ -97,3 +64,6 @@ Special thanks to the author of reboottouefi for open-sourcing the plugin at [re
97
64
98
65
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.
0 commit comments