A fork of Gnome-control-center with some tweaks
Find a file
Robert Mader 375bbc333c display: Always show refresh rate
Refresh rates are an important information for users, even if they
can't change them.
This is especially true for cases where knowledge of the refresh
rate may influence the decission about the resolution to use.
Consider the example where a display may support `3840x2160@60Hz`
and `2560x1440@144Hz`. When choosing `3840x2160` as resolution,
the refresh rate will likely get hidden, making the user unaware
of the fact that they will maybe not get what they want (potentially
144Hz).

So follow the example of e.g. the sound panel where input and output
devices are listed in dropdowns, even if they are the only options
selectable.

Note: while this is a design change, for a big group of users this
won't actually change the default experience as Mutter until recently
had a bug to duplicate 60Hz modes in many cases. So most laptop users
already saw the refresh rate panel in previous Gnome versions,
dispite it having little use.

See also:
fb9564b87b
2022-01-18 23:48:42 +01:00
.gitlab/issue_templates docs: Document the Communication Guidelines 2019-04-02 09:06:00 -03:00
build-aux flatpak: Update dependencies to GTK4 2021-12-14 22:34:21 -03:00
data/icons icon: Remove circle outside of drawing area 2022-01-01 18:26:49 +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 Updating "info" to "info-overview" in man page 2020-03-15 08:07:51 +00:00
panels display: Always show refresh rate 2022-01-18 23:48:42 +01:00
po Update Ukrainian translation 2022-01-18 21:24:58 +00:00
search-provider search-provider: Don't escape result description as markup 2021-12-22 23:55:15 +01:00
shell online-accounts: Port to GTK4 2022-01-17 19:42:10 -03:00
subprojects Switch to GTK4 & libadwaita 2021-12-14 22:34:21 -03:00
tests meson: drop unused argument for i18n.merge_file() 2022-01-07 17:22:43 +00:00
.gitignore project: Update gitignore 2018-05-12 20:56:04 -03:00
.gitlab-ci.yml ci: Rebuild image to get newer gnome-bluetooth 2022-01-18 16:25:25 +01: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 build: Bump g-s-d req for new GSettings key 2022-01-10 19:44:24 +01:00
meson_options.txt Drop Cheese dependency 2021-12-14 22:34:21 -03:00
NEWS 41.0 2021-09-17 17:41:09 -03:00
README.md docs: Fix pipeline badge in README.md 2020-08-07 00:02:57 +00: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.