Welcome to the Tiny Core Linux Wiki at tinycorelinux.net!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

wiki:ondemand [2013/11/02 09:40] – created Onyarianwiki:ondemand [2022/09/21 17:10] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====How to put programs in ondemand menu for dCore (and Core also)====
 +as dCore is even more of a kit than Core, we have:
 +
 +1. **loadsce**
 +
 +When used by itself it presents a menu of available, and currently unloaded sces.
 +So in a sense it provides a CLI "ondemand".
 +
 +2. **ondemand**
 +
 +The ondemand CLI code is still there. Its use from the command line is as follows:
 +
 +<code>ondemand -l</code>
 +
 +Will list all sces on the system.
 +
 +<code>ondemand -c</code>
 +
 +Will display current on demand sces.
 +
 +<code>ondemand firefox</code>
 +
 +Will create the firefox ondemand item and its menu item will be available with supported window managers.
 +And would be shown with ondemand -c
 +
 +<code>ondemand -r firefox</code>
 +
 +Will remove the firefox  ondemand item and the menu item will no longer display.
 +
 +<code>ondemand -e firefox.sce</code>
 +
 +will attempt to run the ondemand item, if a single executable is specified by freedesktop item.
 +
 +These ondemand flags are and have been available with native Core since the introduction of ondemand.
  
Print/export
QR Code
QR Code wiki:ondemand (generated for current page)