1MAKE_SERVICES(1) GNUstep System Manual MAKE_SERVICES(1)
2
3
4
6 make_services - generate GNUstep services info
7
8
10 make_services [--test filename ] [--verbose|--quiet]
11
13 make_services builds a validated cache of service information for use
14 by programs that want to access the GNUstep services facility. Addi‐
15 tionally, it builds a list of applications and service bundles found in
16 the standard directories. This cache is usually stored in the file
17 named .GNUstepServices in the user's GNUstep directory.
18
19 Most commonly, make_services is called from within the GNUstep.sh or
20 GNUstep.csh script to update the service information everytime the
21 GNUstep environmet is set up, i.e. in a login script. But of course it
22 is possible to run make_services from the command line whenever you
23 wish, for example after having installed a new application or service.
24
25 The Services menu in an application's mainmenu is usually updated auto‐
26 matically. However, it may be neccessary to close an open or torn off
27 menu for the changes to appear. Also, the workspace manager may have
28 to be closed and restarted for file association changes to take effect.
29
31 --test filename
32 check that property list filename contains a valid service
33 information.
34
35 --quiet
36 suppress warnings (not recommended but useful in login scripts).
37
38 --verbose
39 give verbose output.
40
41 --help show small help screen.
42
44 Simply rebuild the cache of service information:
45
46 make_services
47
48 Check whether the file ServiceInfo.plist contains a valid service
49 description:
50
51 make_services --test ServiceInfo.plist
52
54 Giving both --quiet and --verbose on the command line will result in
55 verbose output, ignoring the --quiet argument.
56
58 GNUstep(7), gopen(1)
59
61 Work on make_services started November 1998.
62
63 This manual page was first written October 2003.
64
66 make_services was written by Richard Frith-Macdonald <richard@brain‐
67 storm.co.uk>.
68
69 This man page was written by Martin Brecher <martin@mb-itconsult‐
70 ing.com>.
71
72
73
74GNUstep October 2003 MAKE_SERVICES(1)