A fork of Gnome-control-center with some tweaks
Find a file
Mpho Jele 311268c4f7 user-accounts: Show the back button when window leaflet folds
Currently the back button is only shown when viewing a user from the
"other users" list.
These changes show the back button when the window AdwLeaflet is
folded or when the selected is from the "other users" list but never
when the window is not folded and the selected user is the current
user.

Fixes: #1719
2022-07-24 15:29:46 +00:00
.gitlab/issue_templates Switch to 'main' everywhere 2022-04-26 14:43:01 -03:00
build-aux flatpak: update and fix openldap build 2022-03-29 12:47:49 +00:00
data/icons icon: Remove circle outside of drawing area 2022-01-01 18:26:49 +00:00
docs Switch to 'main' everywhere 2022-04-26 14:43:01 -03:00
gettext/its build: Fix translation context missing from keyboard entries 2018-01-24 20:43:34 +01:00
man Updating "info" to "info-overview" in man page 2020-03-15 08:07:51 +00:00
panels user-accounts: Show the back button when window leaflet folds 2022-07-24 15:29:46 +00:00
po Update Georgian translation 2022-07-24 05:21:02 +00:00
search-provider Rename app-id to org.gnome.Settings 2022-01-21 13:08:50 +00:00
shell firmware-security: Hide the panel when using a VM 2022-07-21 13:21:12 +01:00
subprojects subprojects: revert accidental libgvc downgrade 2022-07-07 14:18:17 +00:00
tests info-overview: Replace llvmpipe with “Software Rendering” 2022-03-23 09:36:24 +00:00
.gitignore project: Update gitignore 2018-05-12 20:56:04 -03:00
.gitlab-ci.yml Switch to 'main' everywhere 2022-04-26 14:43:01 -03:00
.gitmodules Switch to GTK4 & libadwaita 2021-12-14 22:34:21 -03:00
COPYING build: Update COPYING with new mailing address 2012-08-22 15:33:18 +01:00
gnome-control-center.doap Introduce the Multitasking panel 2021-08-13 18:17:36 +00:00
meson.build Post-release version bump 2022-07-09 15:20:47 -03:00
meson_options.txt info-overview: add build option to control distributor logo 2022-05-10 23:16:40 +00:00
NEWS 43.alpha 2022-07-09 15:13:14 -03:00
README.md Switch to 'main' everywhere 2022-04-26 14:43:01 -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.