genode/demo/src/app/launchpad
Norman Feske b3ccac63c3 launchpad: Support configuration of launch entries
This patch enables the recursive startup of launchpad instances, which
was not possible since the recent removal of launchpad's built-in
default configuration.
2013-11-25 09:45:30 +01:00
..
child_entry.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
launch_entry.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
launcher.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
launchpad_window.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
launchpad_window.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
loadbar.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
main.cc launchpad: Support configuration of launch entries 2013-11-25 09:45:30 +01:00
README launchpad: Update config syntax, remove defaults 2013-09-23 14:25:59 +02:00
section.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
status_entry.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
target.mk os: Move Genode::Config into 'config' library 2013-09-23 14:25:58 +02:00

Launchpad is a graphical application for interactively starting and
killing programs.

By default, launchpad displays a onfigured list of programs and their
respective default memory quotas. The user can tweak the memory quota for each
entry with mouse and then start a program by clicking on its name. The
following example configuration tells launchpad to display a list of three
launcher entries:

!<config>
!  <launcher name="sdl_pathfind" ram_quota="10M" />
!  <launcher name="liquid_fb"    ram_quota="10M" />
!  <launcher name="hello"        ram_quota="1M" />
!</config>