@@ -6,12 +6,12 @@ Plugin to "Launch" linux applications and scripts
66
77### How to launch a script/application
88
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
1010
1111 Generated Launcher.json contains,
1212 ```
1313 {
14- "locator":"libWPEFrameworkLauncher .so",
14+ "locator":"libThunderLauncher .so",
1515 "classname":"Launcher",
1616 "precondition":[
1717 "Platform"
@@ -25,7 +25,7 @@ Plugin to "Launch" linux applications and scripts
2525 E.g. to run command < ` du -a /etc ` >
2626 ```
2727 {
28- "locator":"libWPEFrameworkLauncher .so",
28+ "locator":"libThunderLauncher .so",
2929 "classname":"Launcher",
3030 "precondition":[
3131 "Platform"
@@ -42,7 +42,7 @@ Plugin to "Launch" linux applications and scripts
4242 E.g. to run < ` du -a /etc -h ` >
4343 ```
4444 {
45- "locator":"libWPEFrameworkLauncher .so",
45+ "locator":"libThunderLauncher .so",
4646 "classname":"Launcher",
4747 "precondition":[
4848 "Platform"
@@ -139,7 +139,7 @@ Note:
139139
140140 ```
141141 {
142- "locator":"libWPEFrameworkLauncher .so",
142+ "locator":"libThunderLauncher .so",
143143 "classname":"Launcher",
144144 "precondition":[
145145 "Platform"
162162
1631633 . Create testapp3.json by copying Launcher.json (cp Launcher.json testapp3.json) and update with proper commands and options/values
164164
165- 4 . Run WPEFramework
165+ 4 . Run Thunder
166166
0 commit comments