Utilities to configure the MATE desktop
Go to file
raveit65 a6c9bf9cd8 release 1.24.2 2021-03-24 10:04:23 +01:00
.github Create FUNDING.yml 2019-05-31 13:46:47 +01:00
.tx tx: update config 2020-02-15 14:20:10 +01:00
capplets Default applications: Add flac/x-flac format (mime-type) for media 2020-10-04 12:27:06 +02:00
font-viewer Do not collect the translation for Icon 2020-03-02 21:49:19 +01:00
help tx: sync with transifex 2021-03-24 08:08:17 +01:00
its migrate from intltool to gettext 2019-11-07 13:20:17 +01:00
libslab Port libslab_handle_g_error to the built-in GLib logging framework 2020-03-27 14:51:02 +01:00
libwindow-settings build: use warning flags 2020-02-06 00:37:40 +01:00
man man: fix title of mate-window-properties page 2017-12-14 12:57:49 +03:00
po tx: sync with transifex 2021-03-24 08:08:17 +01:00
shell Do not collect the translation for Icon 2020-03-02 21:49:19 +01:00
typing-break build: use warning flags 2020-02-06 00:37:40 +01:00
.build.yml travis: add missing mate-desktop-devel require for fedora 2021-03-08 21:20:08 +01:00
.travis.yml travis: temporarily disable build for ArchLinux 2021-03-08 17:50:42 +01:00
AUTHORS
COPYING
ChangeLog Add empty ChangeLog to allow build from git 2013-03-28 00:35:38 +01:00
Makefile.am build: silent build warnings for distcheck 2020-04-19 15:00:09 +02:00
NEWS release 1.24.2 2021-03-24 10:04:23 +01:00
README add installation instructions 2019-03-10 18:07:20 +01:00
TODO
autogen.sh forgot to update autogen.sh 2013-08-01 13:42:37 +02:00
configure.ac release 1.24.2 2021-03-24 10:04:23 +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 fixes to makepot script 2019-11-07 13:29:53 +01:00
mate-control-center.pot tx: update resource 2020-08-15 14:28:26 +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