Utilities to configure the MATE desktop
Go to file
raveit 27712ac80f fix wrong fsf address in COPYING 2012-11-14 00:12:17 +01:00
capplets default-applications: remove old mateconf keys declarations 2012-11-04 12:19:56 +01:00
distro/archlinux prepare for 1.2 release 2012-02-29 01:03:41 +01:00
font-viewer font-viewer: replace mateconf schema with thumbnailer file 2012-10-13 11:08:11 +02:00
help moving from https://github.com/perberos/mate-desktop-environment 2011-12-01 21:51:44 -03:00
libslab migrate libslab to gsettings 2012-10-22 16:31:17 +02:00
libwindow-settings migrate windows capplet to gsettings 2012-10-23 19:04:01 +02:00
m4 removing autogenerated files 2012-01-26 17:37:04 -03:00
po update POTFILES.in 2012-10-22 16:32:06 +02:00
shell migrate control-center to gsettings 2012-10-22 16:39:08 +02:00
typing-break migrate typing-break to gsettings 2012-10-22 16:38:29 +02:00
AUTHORS prepare for 1.2 release 2012-02-29 01:03:41 +01:00
COPYING fix wrong fsf address in COPYING 2012-11-14 00:12:17 +01:00
ChangeLog Preparing for 1.4 release. 2012-07-05 14:24:18 -04:00
Makefile.am migrate keybindings applet to gsettings 2012-10-27 16:41:01 +02:00
NEWS migrate keybindings applet to gsettings 2012-10-27 16:41:01 +02:00
README update README 2012-10-27 16:44:58 +02:00
TODO re-coding default applications 2012-05-13 07:46:32 -03:00
autogen.sh prepare for 1.2 release 2012-02-29 01:03:41 +01:00
configure.ac migrate keybindings applet to gsettings 2012-10-27 16:41:01 +02:00
org.mate.control-center.gschema.xml.in.in update gsettings schema 2012-10-22 16:37:53 +02:00
org.mate.control-center.keybinding.gschema.xml.in.in migrate keybindings applet to gsettings 2012-10-27 16:41:01 +02:00

README

MATE Control Center
====================

About -

The control center is MATE'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 MATE bug tracking system under github:
	https://github.com/mate-desktop/mate-control-center/issues

In the report please include the following information -

	Operating system and version
	For Linux, version of the C and glib libraries
	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 mate-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 github as pull requests:
	https://github.com/mate-desktop/mate-control-center/pulls
	https://help.github.com/articles/fork-a-repo
	https://help.github.com/articles/using-pull-requests