mirror of
https://github.com/amiwm/amiwm.git
synced 2026-04-14 11:04:18 +00:00
[launcher] launcher install fixes.
* install it! * install the other .info icons too! * add some basic documentation.
This commit is contained in:
16
MODULES.md
16
MODULES.md
@@ -90,3 +90,19 @@ This is an april fools joke module, but at least it's a starting
|
||||
point for building out an icon on the desktop!
|
||||
|
||||
Module "Filesystem" "/path/to/open"
|
||||
|
||||
## Launcher module
|
||||
|
||||
This is a simple prototype launcher program that will place an
|
||||
icon on the current workbench screen so it can be double clicked
|
||||
to run.
|
||||
|
||||
The module must be placed after the Screen definition you wish
|
||||
for it to show up in.
|
||||
|
||||
The format is:
|
||||
|
||||
Module "Launcher" "(<label>) (<icon>) (<command and args>)"
|
||||
|
||||
The icon is one of the .info icons in the amiwm IconDir.
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ DISTFILES = README README.modules INSTALL LICENSE amiwm.1 \
|
||||
configure configure.in Makefile.in install-sh smakefile scoptions \
|
||||
*.[chly] system.amiwmrc def_*.info *.map \
|
||||
Background Background_resize Background_resize_norepeat \
|
||||
Background_stretch Xresources.amiwm.in Amilogo.?m \
|
||||
Background_stretch Launcher Xresources.amiwm.in Amilogo.?m \
|
||||
Xsession*.in Xinitrc.in amiwm-init libami/Makefile.in libami/*.[chly] \
|
||||
|
||||
PACKAGENAME = amiwm
|
||||
@@ -121,6 +121,9 @@ install : $(PROGS) $(MODULES) Xsession Xsession2 Xinitrc amiwm-init
|
||||
fi; \
|
||||
done
|
||||
$(INSTALL) -m 644 $(srcdir)/system.amiwmrc $(AMIWM_HOME)/system.amiwmrc
|
||||
$(INSTALL) -m 644 $(srcdir)/def_disk.info $(AMIWM_HOME)/def_tool.info
|
||||
$(INSTALL) -m 644 $(srcdir)/def_drawer.info $(AMIWM_HOME)/def_drawer.info
|
||||
$(INSTALL) -m 644 $(srcdir)/def_project.info $(AMIWM_HOME)/def_project.info
|
||||
$(INSTALL) -m 644 $(srcdir)/def_tool.info $(AMIWM_HOME)/def_tool.info
|
||||
$(INSTALL) -m 644 $(srcdir)/system.map $(AMIWM_HOME)/system.map
|
||||
$(INSTALL) -m 644 $(srcdir)/magicwb.map $(AMIWM_HOME)/magicwb.map
|
||||
|
||||
Reference in New Issue
Block a user