• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

capplets/H03-May-2022-65,68754,396

font-viewer/H03-May-2022-5,0663,737

help/H03-May-2022-432,465381,954

its/H07-Aug-2021-3729

libslab/H03-May-2022-7,8195,649

libwindow-settings/H03-May-2022-2,3111,787

m4/H07-Aug-2021-11,51210,522

man/H03-May-2022-1,297987

po/H03-May-2022-717,374552,115

shell/H03-May-2022-1,2851,100

typing-break/H03-May-2022-3,6252,709

ABOUT-NLSH A D07-Aug-202191.8 KiB1,3801,341

AUTHORSH A D07-Aug-2021160 86

COPYINGH A D07-Aug-202117.7 KiB340281

ChangeLogH A D07-Aug-202176.3 KiB1,5511,399

INSTALLH A D07-Aug-202115.4 KiB369287

Makefile.amH A D07-Aug-20211.5 KiB7557

Makefile.inH A D03-May-202230.8 KiB988880

NEWSH A D07-Aug-202123.4 KiB558494

READMEH A D07-Aug-20211.4 KiB5236

TODOH A D07-Aug-20211.9 KiB10977

aclocal.m4H A D07-Aug-202181.5 KiB2,2712,036

autogen.shH A D07-Aug-2021533 2918

compileH A D07-Aug-20217.2 KiB349259

config.guessH A D07-Aug-202143.1 KiB1,4871,294

config.h.inH A D07-Aug-20212.9 KiB11477

config.rpathH A D07-Aug-202118.1 KiB685588

config.subH A D07-Aug-202130.7 KiB1,7911,636

configureH A D07-Aug-2021672.7 KiB22,13618,704

configure.acH A D07-Aug-202110.2 KiB330260

depcompH A D07-Aug-202123 KiB792502

gla11y.mkH A D07-Aug-2021526 2014

install-shH A D07-Aug-202115.3 KiB530346

ltmain.shH A D07-Aug-2021316.6 KiB11,1507,980

missingH A D07-Aug-20216.7 KiB216143

org.mate.control-center.gschema.xml.inH A D07-Aug-20212.9 KiB4847

org.mate.control-center.keybinding.gschema.xml.inH A D07-Aug-2021760 2019

README

1MATE Control Center
2====================
3
4About -
5
6The control center is MATE's main interface for configuration of various
7aspects of your desktop.
8
9Installation -
10
11./autogen.sh
12make
13make install
14
15How to report bugs -
16
17Bugs should be reported to the MATE bug tracking system under github:
18	https://github.com/mate-desktop/mate-control-center/issues
19
20In the report please include the following information -
21
22	Operating system and version
23	For Linux, version of the C and glib libraries
24	How to reproduce the bug if possible
25	If the bug was a crash, include the exact text that was printed out
26	A stacktrace where possible [see below]
27
28How to get a stack trace -
29
30If the crash is reproducible, it is possible to get a stack trace and
31attach it to the bug report. The following steps are used to obtain a
32stack trace -
33
34	Run the program in gdb [the GNU debugger] or any other debugger
35		ie. gdb mate-keyboard-properties
36	Start the program
37		ie. (gdb) run
38	Reproduce the crash and the program will exit to the gdb prompt
39	Get the back trace
40		ie. (gdb) bt full
41
42Once you have the backtrace, copy and paste this either into the
43'Comments' field or attach a file with it included.
44
45
46Patches -
47
48Patches should be submitted to github as pull requests:
49	https://github.com/mate-desktop/mate-control-center/pulls
50	https://help.github.com/articles/fork-a-repo
51	https://help.github.com/articles/using-pull-requests
52