@@ -6,12 +6,12 @@ Plugin to "Launch" linux applications and scripts
6
6
7
7
### How to launch a script/application
8
8
9
- 1 . Build launcher plugin. It create /usr/lib/wpeframework /plugins/libWPEFrameworkLauncher .so and /root/etc/WPEFramework /plugins/Launcher.json
9
+ 1 . Build launcher plugin. It create /usr/lib/thunder /plugins/libThunderLauncher .so and /root/etc/Thunder /plugins/Launcher.json
10
10
11
11
Generated Launcher.json contains,
12
12
```
13
13
{
14
- "locator":"libWPEFrameworkLauncher .so",
14
+ "locator":"libThunderLauncher .so",
15
15
"classname":"Launcher",
16
16
"precondition":[
17
17
"Platform"
@@ -25,7 +25,7 @@ Plugin to "Launch" linux applications and scripts
25
25
E.g. to run command < ` du -a /etc ` >
26
26
```
27
27
{
28
- "locator":"libWPEFrameworkLauncher .so",
28
+ "locator":"libThunderLauncher .so",
29
29
"classname":"Launcher",
30
30
"precondition":[
31
31
"Platform"
@@ -42,7 +42,7 @@ Plugin to "Launch" linux applications and scripts
42
42
E.g. to run < ` du -a /etc -h ` >
43
43
```
44
44
{
45
- "locator":"libWPEFrameworkLauncher .so",
45
+ "locator":"libThunderLauncher .so",
46
46
"classname":"Launcher",
47
47
"precondition":[
48
48
"Platform"
@@ -139,7 +139,7 @@ Note:
139
139
140
140
```
141
141
{
142
- "locator":"libWPEFrameworkLauncher .so",
142
+ "locator":"libThunderLauncher .so",
143
143
"classname":"Launcher",
144
144
"precondition":[
145
145
"Platform"
162
162
163
163
3 . Create testapp3.json by copying Launcher.json (cp Launcher.json testapp3.json) and update with proper commands and options/values
164
164
165
- 4 . Run WPEFramework
165
+ 4 . Run Thunder
166
166
0 commit comments