genode/repos/demo/src/app/launchpad
2014-12-19 13:58:46 +01:00
..
child_entry.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
launch_entry.h demo: support launchpad entries with mem >= 2048M 2014-12-19 13:58:46 +01:00
launcher.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
launchpad_window.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
launchpad_window.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
loadbar.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
main.cc Qt launchpad: use XML configuration 2014-08-18 13:27:23 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
section.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
status_entry.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
target.mk Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +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>