Utilities to configure the MATE desktop
Go to file
monsta b5e3b0252f Bump version to 1.10.2 2015-10-05 14:25:54 +03:00
.tx Add transifex configuration file 2013-03-03 13:41:29 +01:00
capplets appearance: Fix segmentation fault on closing 2015-10-05 14:22:34 +03:00
font-viewer Revert "Add back support for Glib 2.32" 2014-12-16 13:11:43 +01:00
help Help: fix merge conflicts 2015-10-02 11:59:21 +03:00
libslab libslab: do not reap child when launching desktop items 2015-05-04 14:46:17 +02:00
libwindow-settings Drop support for glib < 2.36 2014-05-20 19:05:38 +02:00
man Add remaining man pages, closes #46 2014-06-06 15:11:39 +02:00
po Sync translations with transifex 2015-09-03 17:36:05 +02:00
shell Use MATE's own .directory files in matecc 2015-03-19 09:41:23 +01:00
typing-break typing-break: use mate_gdk_spawn_command_line_on_screen always 2015-01-13 12:02:15 +01: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 Add empty ChangeLog to allow build from git 2013-03-28 00:35:38 +01:00
Makefile.am removed obsolete configure option 2014-12-01 14:51:18 +03:00
NEWS Bump version to 1.10.2 2015-10-05 14:25:54 +03: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 forgot to update autogen.sh 2013-08-01 13:42:37 +02:00
configure.ac Bump version to 1.10.2 2015-10-05 14:25:54 +03:00
mate-control-center.convert Add mateconf-gsettings-data-convert file 2012-12-25 18:37:17 -06:00
org.mate.control-center.gschema.xml.in.in Change background and themes links to point to mate-desktop.org. Fixes #85 and #87. 2014-02-24 17:44:33 +00: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