genode/repos/demo/src/app/launchpad
Norman Feske 954aff7002 demo: avoid using deprecated APIs
Issue #1987
Issue #3125
2019-01-30 13:49:54 +01:00
..
README Assign cap quotas in run scripts and recipes 2017-05-31 13:16:06 +02:00
child_entry.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
launch_entry.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
launcher.cc Capability quota accounting and trading 2017-05-31 13:16:06 +02:00
launchpad_window.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
launchpad_window.h demo: avoid using deprecated APIs 2019-01-30 13:49:54 +01:00
loadbar.h demo: avoid using deprecated APIs 2019-01-30 13:49:54 +01:00
main.cc demo: avoid using deprecated APIs 2019-01-30 13:49:54 +01:00
section.h os: reworked nitpicker_gfx/text_painter.h 2018-04-10 11:09:18 +02:00
status_entry.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
target.mk Deprecate Genode::config() 2017-01-13 13:06:54 +01:00

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" caps="50"/>
!  <launcher name="liquid_fb"    ram_quota="10M" caps="50"/>
!  <launcher name="hello"        ram_quota="1M"  caps="50"/>
!</config>