GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MAKE_SERVICES(1) GNUstep System Manual MAKE_SERVICES(1)

make_services - generate GNUstep services info

make_services [--test filename ] [--verbose|--quiet]

make_services builds a validated cache of service information for use by programs that want to access the GNUstep services facility. Additionally, it builds a list of applications and service bundles found in the standard directories. This cache is usually stored in the file named .GNUstepServices in the user's GNUstep directory.

Most commonly, make_services is called from within the GNUstep.sh or GNUstep.csh script to update the service information every time the GNUstep environmet is set up, i.e. in a login script. But of course it is possible to run make_services from the command line whenever you wish, for example after having installed a new application or service.

The Services menu in an application's mainmenu is usually updated automatically. However, it may be necessary to close an open or torn off menu for the changes to appear. Also, the workspace manager may have to be closed and restarted for file association changes to take effect.

--test filename
check that property list filename contains a valid service information.
--quiet
suppress warnings (not recommended but useful in login scripts).
--verbose
give verbose output.
--help
show small help screen.

Simply rebuild the cache of service information:

make_services

Check whether the file ServiceInfo.plist contains a valid service description:

make_services --test ServiceInfo.plist

Giving both --quiet and --verbose on the command line will result in verbose output, ignoring the --quiet argument.

GNUstep(7), gopen(1)

Work on make_services started November 1998.

This manual page was first written October 2003.

make_services was written by Richard Frith-Macdonald <richard@brainstorm.co.uk>.

This man page was written by Martin Brecher <martin@mb-itconsulting.com>.

October 2003 GNUstep

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.