A fork of Gnome-control-center with some tweaks
- Remove the "Networks" title from CcSharingNetworks and only use the titles from the AdwPreferencesGroups - Remove the margins from CcSharingNetworks, since AdwPreferencesGroup already has margins - Remove unused `spacing` properties - Replace the Media Sharing GtkGrid with a GtkBox, like in the File Sharing dialog, and separate the networks and folders section into their own AdwPreferencesGroups - Remove an unnecessary GtkListBox. It was added[1] in order to make the "Require Password" and "Password" rows to have the boxed-list style. Since the dialogs from Sharing panel started to use AdwPreferencesPage/Group[2], this GtkListBox is no longer necessary. [1] |
||
---|---|---|
.gitlab/issue_templates | ||
.gitlab-ci | ||
build-aux | ||
data/icons | ||
docs | ||
gettext/its | ||
man | ||
panels | ||
po | ||
search-provider | ||
shell | ||
subprojects | ||
tests | ||
.clang-format | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
COPYING | ||
gnome-control-center.doap | ||
meson.build | ||
meson_options.txt | ||
NEWS | ||
README.md |
GNOME Settings
GNOME Settings is GNOME's main interface for configuration of various aspects of your desktop.
If you are looking for usage tips and instructions, you can find it at the User Documentation (translated in various languages).
Reporting Issues
Before reporting any bugs or opening feature requests, read the communication guidelines.
Report issues to the GNOME issue tracking system.
Feature Requests
For feature requests or conceptual changes, please start a topic on GNOME Discourse.
Contributing
See docs/CONTRIBUTING.md
for details on the contribution process, and docs/CODING_STYLE.md
for the coding style guidelines.
Visit the Settings development wiki for more information.