Utilities to configure the MATE desktop
Go to file
Wu Xiaotian 235e8ed2e1 migrate from intltool to gettext 2019-11-07 13:20:17 +01:00
.github Create FUNDING.yml 2019-05-31 13:46:47 +01:00
.tx tx: add m-c-c user-guide to transifex config 2018-10-04 16:42:32 +02:00
capplets migrate from intltool to gettext 2019-11-07 13:20:17 +01:00
font-viewer migrate from intltool to gettext 2019-11-07 13:20:17 +01:00
help tx: sync with transifex 2019-08-13 14:13:14 +02:00
its migrate from intltool to gettext 2019-11-07 13:20:17 +01:00
libslab icons: Force uniform size on icons (#505) 2019-10-01 09:11:14 +01:00
libwindow-settings Remove trailing whitespaces 2019-06-18 10:07:19 +02:00
man man: fix title of mate-window-properties page 2017-12-14 12:57:49 +03:00
po migrate from intltool to gettext 2019-11-07 13:20:17 +01:00
shell migrate from intltool to gettext 2019-11-07 13:20:17 +01:00
typing-break Remove trailing whitespaces 2019-06-18 10:07:19 +02:00
.travis.yml Travis CI: don't build mate-menus from tarball 2019-10-14 13:23:19 +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 Add empty ChangeLog to allow build from git 2013-03-28 00:35:38 +01:00
Makefile.am migrate from intltool to gettext 2019-11-07 13:20:17 +01:00
NEWS release 1.23.2 2019-08-13 14:17:52 +02:00
README add installation instructions 2019-03-10 18:07:20 +01: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 migrate from intltool to gettext 2019-11-07 13:20:17 +01:00
gla11y.mk gla11y: use version 0.3 which already defaults to using python3 2019-07-27 09:38:52 +02:00
makepot tx: add m-c-c user-guide to transifex config 2018-10-04 16:42:32 +02:00
mate-control-center.pot tx: update transifex resource 2019-08-13 13:55:15 +02:00
org.mate.control-center.gschema.xml.in Rework gsettings schema building 2015-09-08 11:51:41 +02:00
org.mate.control-center.keybinding.gschema.xml.in Rework gsettings schema building 2015-09-08 11:51:41 +02:00

README

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

About -

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

Installation -

./autogen.sh
make
make 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