Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:iconmenuinfo [2012/01/21 12:23] – merged menu entries and icon section and added details nomer | wiki:iconmenuinfo [2015/08/18 22:44] (current) – [Menu Entries and Icons] opera10 gordon64 | ||
---|---|---|---|
Line 13: | Line 13: | ||
For the full specifications see [[http:// | For the full specifications see [[http:// | ||
| | ||
- | These are added to the submenu " | + | These are added to the submenu " |
^Name=^ | ^Name=^ | ||
- | followed, on the same line, by the name you want to appear in the menu, and | + | followed, on the same line, by the name you want to appear in the menu. |
+ | Note: The default wbar setup provided in TinyCore 4.1 will not keep any spaces in the the value of " | ||
+ | |||
+ | You'll also need this line: | ||
^Exec=^ | ^Exec=^ | ||
followed, on the same line, by the executable to be run when the item is clicked. | followed, on the same line, by the executable to be run when the item is clicked. | ||
Line 31: | Line 34: | ||
^/ | ^/ | ||
+ | so for opera, example line becomes | ||
+ | |||
+ | ^X-FullPathIcon=/ | ||
Line 40: | Line 46: | ||
===== .info files ===== | ===== .info files ===== | ||
- | They are named like the extension, with .info added, for example kmaps.tce.info. Use all parts, even if your extension does not match; in that case, put n/a for example to the unneeded field. Please do not forget a proper description of your software! | + | They are named like the extension, with .info added, for example kmaps.tce.info. Use all parts, even if your extension does not match; in that case, put n/a for example to the unneeded field. Please do not forget a proper description of your software! |
- | + | ||
- | http:// | + | |
+ | [[http:// | ||
+ | At Tiny Core version 5, .info files should include 12 sections: | ||
+ | -Title | ||
+ | -Description | ||
+ | -Version | ||
+ | -Author | ||
+ | -Original-site | ||
+ | -Copying-policy | ||
+ | -Size | ||
+ | -Extension-by | ||
+ | -Tags | ||
+ | -Comments | ||
+ | -Change-log | ||
+ | -Current | ||
===== .dep files: dependency handling ===== | ===== .dep files: dependency handling ===== | ||
- | Tinycore | + | Tiny Core handles dependencies only when using '' |
+ | |||
+ | The dependency file is named by appending .dep to the extension | ||
- | For dependencies, | + | Dependency lists are recursively resolved |
- | The format is one extension per line with **no empty lines**. For example, an extension.tcz.dep might have: | + | The list file format is one extension per line with //no empty lines//. For example, an extension.tcz.dep might have: |
- | ^a.tcz | + | < |
- | b.tcz^ | + | b.tcz</ |
- | where a.tcz.dep might contain | + | where a.tcz.dep might contain |
- | ^c.tcz^ | + | < |
+ | Please see also [[wiki: |