FAQ:How do I change and add startup scripts: Difference between revisions

From Yocto Project
Jump to navigationJump to search
(Just another question from Chris Tapp)
 
No edit summary
Line 1: Line 1:
'''Q:''' How do I change and add startup scripts?
'''Q:''' How do I change and add startup scripts?


'''A:'''
'''A:''' Edit meta/recipes-sato/matchbox-sato/matchbox-session-sato/session. Of course, if you have your own meta-layer, append the matchbox-session-sato_0.1.bb recipe.
 
Disable 'matchbox-desktop' and 'matchbox-panel', however, do not disable 'exec matchbox-window-manager ...'
 
Don't forget to run your app as a background process


[[Category:FAQ]] [[Category:FAQ-open]]
[[Category:FAQ]] [[Category:FAQ-open]]

Revision as of 23:35, 29 March 2012

Q: How do I change and add startup scripts?

A: Edit meta/recipes-sato/matchbox-sato/matchbox-session-sato/session. Of course, if you have your own meta-layer, append the matchbox-session-sato_0.1.bb recipe.

Disable 'matchbox-desktop' and 'matchbox-panel', however, do not disable 'exec matchbox-window-manager ...'

Don't forget to run your app as a background process