genode/repos/demo/src/app/launchpad
Alexander Boettcher f36c0f150f demo: support launchpad entries with mem >= 2048M
Fixes #1325
2014-12-19 13:58:46 +01:00
..
README
child_entry.h
launch_entry.h demo: support launchpad entries with mem >= 2048M 2014-12-19 13:58:46 +01:00
launcher.cc
launchpad_window.cc
launchpad_window.h
loadbar.h
main.cc Qt launchpad: use XML configuration 2014-08-18 13:27:23 +02:00
section.h
status_entry.h
target.mk

README

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>