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

..03-May-2022-

.circleci/H02-Jan-2021-6655

.github/H02-Jan-2021-2210

debian/H02-Jan-2021-953669

panels/H02-Jan-2021-289,419223,910

po/H02-Jan-2021-140137

shell/H02-Jan-2021-5,1363,568

.gitignoreH A D02-Jan-2021650 4846

AUTHORSH A D02-Jan-202136 21

COPYINGH A D02-Jan-202117.7 KiB341281

ChangeLogH A D02-Jan-20216.1 MiB182,942126,849

MAINTAINERSH A D02-Jan-20210

NEWSH A D02-Jan-20210

READMEH A D02-Jan-20211.3 KiB4029

README.mdH A D02-Jan-2021590 84

TODOH A D02-Jan-20210

cinnamon-control-center.potH A D02-Jan-202152.6 KiB2,3081,819

generate_additional_files.pyH A D03-May-20222.9 KiB8772

makepotH A D02-Jan-2021388 117

meson.buildH A D02-Jan-20216 KiB186148

README

1Cinnamon Control Center
2====================
3
4In the report please include the following information -
5
6	Operating system and version
7	For Linux, version of the C library
8	How to reproduce the bug if possible
9	If the bug was a crash, include the exact text that was printed out
10	A stacktrace where possible [see below]
11
12How to get a stack trace -
13
14If the crash is reproducible, it is possible to get a stack trace and
15attach it to the bug report. The following steps are used to obtain a
16stack trace -
17
18	Run the program in gdb [the GNU debugger] or any other debugger
19		ie. gdb gnome-keyboard-properties
20	Start the program
21		ie. (gdb) run
22	Reproduce the crash and the program will exit to the gdb prompt
23	Get the back trace
24		ie. (gdb) bt full
25
26Once you have the backtrace, copy and paste this either into the
27'Comments' field or attach a file with it included.
28
29
30Patches -
31
32Patches should be submitted to bugzilla.gnome.org or emailed to the
33gnomecc-list@gnome.org list. If using bugzilla, attach
34the patch to a new bug report [or preferably, check to see if there is
35already a bug report that corresponds to your patch]. Bug reports
36containing patches should include the 'PATCH' keyword.
37
38Patches should be created using the unified diff form.
39	ie. svn diff file-to-be-patched.c > patch.diff
40

README.md

1Settings need to be unified and consistent. At the moment configuration is split between an incomplete Cinnamon Settings and a heavily patched Gnome Control Center.
2
3One of these two tools need to be removed from the default installation and discontinued in the scope of the Cinnamon project. The other one needs to be able to load all modules, whether they're GNOME modules or Cinnamon settings modules.
4
5This git repository attempts to use Gnome Control Center as the start point for a unified control center.
6
7Similar efforts might take place with Cinnamon Settings as a starting point.
8