A fork of Gnome-control-center with some tweaks
Find a file
Jens Granseuer 1c5d2a43bd be extra careful when generating pixbufs (should mean we just get no
2007-06-15  Jens Granseuer  <jensgr@gmx.net>

	* appearance-desktop.c: (wp_props_load_wallpaper),
	(wp_scale_type_changed), (wp_shade_type_changed):
	* gnome-wp-utils.c: (gnome_wp_pixbuf_tile): be extra careful when
	generating pixbufs (should mean we just get no thumbs instead of
	assertion failures, bug #403160)

svn path=/trunk/; revision=7728
2007-06-15 17:57:49 +00:00
capplets be extra careful when generating pixbufs (should mean we just get no 2007-06-15 17:57:49 +00:00
gnome-settings-daemon don't leak the GError 2007-06-15 16:31:15 +00:00
help Updated Spanish translation 2007-04-23 21:27:30 +00:00
libbackground Patch by: Erich Schubert <erich@debian.org> 2007-04-16 18:45:54 +00:00
libwindow-settings Patch by: Loic Minier <lool+gnome@via.ecp.fr> 2007-03-05 16:57:03 +00:00
po Updated Spanish translation 2007-06-15 09:30:53 +00:00
schemas remove the dpi default value since g-s-d and the capplet ignore it anyway 2007-05-04 21:48:01 +00:00
shell Removed superfluous X-SuSE-translate tag. 2007-05-22 10:33:28 +00:00
typing-break NULL-terminate the options array. fixed. 2007-06-08 11:56:47 +00:00
vfs-methods update for changes in thumbnailer API 2007-06-06 16:26:09 +00:00
AUTHORS New and better than ever in a new home 1998-12-08 20:47:55 +00:00
autogen.sh updated for 2.17.3. 2006-12-04 21:28:40 +00:00
ChangeLog revert last commit. gnome-theme-package.xml is created by intltool, not 2007-06-12 15:56:53 +00:00
configure.in revert last commit. gnome-theme-package.xml is created by intltool, not 2007-06-12 15:56:53 +00:00
COPYING add 2002-04-19 19:24:22 +00:00
MAINTAINERS Add myself, remove Chris Lahey 2007-01-21 12:32:29 +00:00
Makefile.am don't try to distribute removed files... 2007-06-02 11:26:19 +00:00
NEWS prepare for 2.19.3. 2007-06-04 16:49:58 +00:00
README remove obsolete list of dependencies, and update references to cvs (closes 2007-03-11 20:05:46 +00:00
TODO update TODO list 2002-04-10 02:04:23 +00:00

GNOME Control Center  
====================

About -

The control center is GNOME's main interface for configuration of various
aspects of your desktop.

Installation -

See the file 'INSTALL'

How to report bugs -

Bugs should be reported to the GNOME bug tracking system under the product
control-center. It is available at http://bugzilla.gnome.org. 

In the report please include the following information -

	Operating system and version
	For Linux, version of the C library
	How to reproduce the bug if possible
	If the bug was a crash, include the exact text that was printed out
	A stacktrace where possible [see below]

How to get a stack trace -

If the crash is reproducible, it is possible to get a stack trace and 
attach it to the bug report. The following steps are used to obtain a 
stack trace -
	
	Run the program in gdb [the GNU debugger] or any other debugger
		ie. gdb gnome-keyboard-properties
	Start the program
		ie. (gdb) run
	Reproduce the crash and the program will exit to the gdb prompt
	Get the back trace
		ie. (gdb) bt full

Once you have the backtrace, copy and paste this either into the 
'Comments' field or attach a file with it included.


Patches -

Patches should be submitted to bugzilla.gnome.org or emailed to the 
gnomecc-list@gnome.org list. If using bugzilla, attach
the patch to a new bug report [or preferably, check to see if there is
already a bug report that corresponds to your patch]. Bug reports 
containing patches should include the 'PATCH' keyword.

Patches should be created using the unified diff form.
	ie. svn diff file-to-be-patched.c > patch.diff