A fork of Gnome-control-center with some tweaks
Find a file
Robert Ancell 8d704b2a0c ci: Drop libXxf86misc-devel from the CI images
It's not a dependency of G-C-C and there doesn't seem to be a ppc64le package
in Fedora anymore.
2019-12-18 10:18:23 +13:00
.gitlab/issue_templates docs: Document the Communication Guidelines 2019-04-02 09:06:00 -03:00
build-aux ci: Drop libXxf86misc-devel from the CI images 2019-12-18 10:18:23 +13:00
data/icons flatpak: Use the Nightly variant of the application icon 2019-10-14 20:25:39 +00:00
docs docs: Fix markdown formatting 2019-07-22 20:23:19 +00:00
gettext/its build: Fix translation context missing from keyboard entries 2018-01-24 20:43:34 +01:00
man project: Update meson files 2018-05-03 00:45:29 -03:00
panels search: Preserve row switch state while dragging 2019-12-15 21:31:46 +00:00
po Update Friulian translation 2019-12-16 15:47:43 +00:00
search-provider search-provider: Replace ifdefs with #pragma once 2019-11-27 21:56:10 +00:00
shell shell: Show the submenu icon hint for the applications panel 2019-11-28 11:20:41 +13:00
subprojects project: Update subprojects 2019-06-16 01:01:36 +00:00
tests info: No need to put TM and (R) as exponents 2019-11-05 16:38:49 +01:00
.gitignore project: Update gitignore 2018-05-12 20:56:04 -03:00
.gitlab-ci.yml ci: Fix build of docker images 2019-12-03 12:33:39 +00:00
.gitmodules build: Add libhandy-0.0 dependency 2018-11-26 15:36:34 +01:00
COPYING build: Update COPYING with new mailing address 2012-08-22 15:33:18 +01:00
gnome-control-center.doap project: Add Benjamin as the maintainer of Display 2018-10-04 11:12:02 -03:00
meson.build build: Bump minimum version of libgudev 2019-12-17 03:18:30 +00:00
meson_options.txt info: Use new helper to fetch GL/GLES renderers 2019-11-06 09:27:10 +13:00
NEWS 3.35.2 2019-11-25 11:57:43 -03:00
README.md docs: Document the Communication Guidelines 2019-04-02 09:06:00 -03:00

Build Status Coverage report License

GNOME Settings

GNOME Settings is GNOME's main interface for configuration of various aspects of your desktop.

Contributing

See docs/CONTRIBUTING.md for details on the contribution process, and docs/HACKING.md for the coding style guidelines.

Reporting Bugs

Before reporting any bugs or opening feature requests, read the communication guidelines.

Bugs should be reported to the GNOME bug tracking system under the product gnome-control-center. It is available at GitLab Issues.

In the report please include the following information:

  • Operating system and version
  • For Linux, version of the C library
  • Exact error message
  • Steps to reproduce the bug
  • If the bug is a visual defect, attach a screenshot
  • If the bug is a crash, attach a backtrace if possible [see below]

How to get a backtrace

If the crash is reproducible, follow the steps to obtain a backtrace:

Install debug symbols for gnome-control-center.

Run the program in gdb [the GNU debugger] or any other debugger.

gdb gnome-control-center

Start the program.

(gdb) run

Reproduce the crash and when the program exits to (gdb) prompt, get the backtrace.

(gdb) bt full

Once you have the backtrace, copy and paste it into the 'Comments' field or attach it as a file to the bug report.

Testing Unstable Settings

It is quite easy to test and give feedback about the development version of GNOME Settings. Just access https://gitlab.gnome.org/GNOME/gnome-control-center/environments, get the latest version, download it, double-click the file, install and run.

Note that GNOME Settings Flatpak will only work if you are running the latest GNOME version in your host system.