Utilities to configure the MATE desktop
Go to file
Pablo Barciela 2b951ba92a Travis CI: arch build: add autoconf-archive 2020-03-01 14:54:47 +01:00
.github update issue_template 2017-07-18 15:07:39 +02:00
.tx tx: update transifex config 2019-03-13 13:44:03 +01:00
capplets default-applications: drop messenger selection widgets 2020-02-17 09:41:49 +01:00
font-viewer fv: thumbnailer: add font/collection to the supported mimetypes 2019-09-10 17:13:20 +02:00
help tx: sync with transifex 2019-09-20 10:44:40 +02:00
libslab icons: Force uniform size on icons (#505) 2019-10-02 19:02:00 +02:00
libwindow-settings Remove dead store detected by clang 2019-04-12 10:46:34 +02:00
man man: fix title of mate-window-properties page 2017-12-14 12:57:49 +03:00
po tx: sync with transifex 2019-09-20 10:44:40 +02:00
shell shell: Fix typo in keyword name 2020-02-13 13:25:57 +03:00
typing-break typing-break: replace deprecated gdk_error_trap functions 2018-11-19 18:44:13 +01:00
.build.yml Travis CI: arch build: add autoconf-archive 2020-03-01 14:54:47 +01:00
.travis.yml travis: update config for new travis validation 2020-02-22 12:29:28 +01:00
AUTHORS
COPYING
ChangeLog
Makefile.am disable deprecation warnings for distcheck 2018-12-19 14:05:12 +01:00
NEWS release 1.22.2 2019-09-20 10:50:29 +02:00
README add installation instructions 2019-03-13 12:45:30 +01:00
TODO
autogen.sh
configure.ac release 1.22.2 2019-09-20 10:50:29 +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 resource for transifex 2019-09-20 10:29:01 +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