GNOME, a case of open source global software development Daniel M. German Department of Computer Science University of Victoria
[email protected] Abstract an “office suite” [6]. The GNOME Project was founded by Miguel de Icaza in 1996 as a loosely coupled group of de- The GNOME Project is an open source project which velopers, scattered all over the world. The project currently main goal is to create a GUI desktop for Unix systems, and involves around five hundred developers. The first version encompases close to two million lines of code. It is com- (0.10) was posted in 1997. Version 1.0 was released in posed by a group of more than 500 different contributors, March 1999, a point in which it was integrated into Red Hat distributed across the world Some companies employ sev- Linux as its default desktop. Version 2.0 is the latest stable eral of these contributors with the hope of accelerating the version, released in 2002, and development of Version 2.2 development of the project, but many other contributors are is on its way. GNOME is composed of a large collection of volunteers. The project is divided into several dozen mod- programs and libraries, comprising almost two million lines ules, ranging from libraries (such as GUI, CORBA, XML, of code [2, 3]. etc) to core applications (such as email client, graphical editor, word processor, spreadsheet, etc). This paper de- 2. Infrastructure scribes the organization and management of the project and describes the infrastructure needed by a contributor, how One of the main requirements for distributed develop- contributors work as independently together, but still with a ment is agreement on a common toolkit for software devel- common goal.