Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dcore:sce-ondemand_command [2016/08/27 05:52] – nitram | dcore:sce-ondemand_command [2016/08/31 05:42] (current) – nitram | ||
---|---|---|---|
Line 1: | Line 1: | ||
===== dCore sce-ondemand Command ===== | ===== dCore sce-ondemand Command ===== | ||
- | The sce-ondemand command is used to manage OnDemand SCE(s). Adding an SCE to OnDemand creates an application entry in the (supported) Window Manager' | + | The sce-ondemand command is used to manage OnDemand SCE(s). Adding an SCE to OnDemand creates an application entry in the (supported) Window Manager' |
- | < | + | < |
+ | #!/bin/sh | ||
+ | ondemand -e firefox.sce | ||
+ | </ | ||
This command loads and launches the SCE through a desktop file, found in / | This command loads and launches the SCE through a desktop file, found in / | ||
Line 14: | Line 17: | ||
If creating SCEs from list files (see sce-import -l command) it may be easiest to name the list file, and subsequent created SCE name, after the main executable to ensure it launches properly from an OnDemand menu. | If creating SCEs from list files (see sce-import -l command) it may be easiest to name the list file, and subsequent created SCE name, after the main executable to ensure it launches properly from an OnDemand menu. | ||
+ | |||
+ | The '' | ||
+ | < | ||
+ | ondemand firefox | ||
+ | </ | ||
+ | |||
+ | The easiest way to add an application to OnDemand is during the import process, review '' | ||
+ | |||
+ | As OnDemand is in dCore' | ||
+ | < | ||
+ | tc@box:~$ echo $PATH | ||
+ | / | ||
+ | </ | ||
Usage options from the '' | Usage options from the '' |