Go to file
Bruce Leidl fdacdf5cc8 sync adjustment to current active workspace
In case the workspace context has changed
2024-05-06 18:28:49 -04:00
.gitlab/issue_templates gitlab: Replace wiki reference in issue templates 2024-02-29 16:59:10 +00:00
.gitlab-ci docs: Move HACKING 2024-01-27 22:23:10 +01:00
.settings Clean out some eclipse artefacts 2019-02-13 04:39:26 +01:00
data Replace window realm frame decorations with nicer label decorations 2024-05-06 18:25:56 -04:00
docs docs: Split commit message conventions from README 2024-01-27 22:23:24 +01:00
js sync adjustment to current active workspace 2024-05-06 18:28:49 -04:00
lint lint: Remove legacy config 2023-08-09 15:10:38 +00:00
man doc: Replace wiki reference in man page 2024-02-29 16:59:10 +00:00
meson theme: Include both dark and light variant in resource 2023-05-25 17:10:53 +02:00
po Update Kabyle translation 2024-03-15 12:20:54 +00:00
src Replace window realm frame decorations with nicer label decorations 2024-05-06 18:25:56 -04:00
subprojects Citadel changes to gnome-shell 2024-04-05 11:14:25 -04:00
tests messageTray: Only take params in Notification constructor 2024-03-03 01:33:16 +00:00
tools/toolbox tools/toolbox: Expose --reconfigure meson flag 2024-02-12 13:48:00 +00:00
.editorconfig Add .editorconfig 2024-01-25 16:53:36 +00:00
.eslintrc.yml js: Port to modules 2023-08-06 13:02:49 +02:00
.gitignore ci: Simplify run-eslint script 2023-08-09 15:10:38 +00:00
.gitlab-ci.yml ci: Rebase image to F40 2024-02-25 22:06:46 +00:00
.gitmodules git: Always use libgnome-volume-control submodule from GNOME group 2022-08-04 18:31:16 +02:00
.jscheckignore ci: Don't ignore init.js 2023-04-21 18:28:32 +00:00
config.h.meson shell: Add device monitor for cameras 2023-07-29 13:55:15 +03:00
COPYING Changed obsolete FSF postal address. 2014-01-08 04:35:14 +07:00
gnome-shell.doap doap: Replace outdated wiki references 2024-02-29 16:59:10 +00:00
meson_options.txt shell: Add device monitor for cameras 2023-07-29 13:55:15 +03:00
meson.build remove merge conflict section 2024-04-05 11:14:39 -04:00
NEWS Bump version to 46.0 2024-03-16 01:56:52 +01:00
README.md docs: List additional docs and API references in README 2024-01-27 22:23:24 +01:00

GNOME Shell

GNOME Shell provides core user interface functions for the GNOME desktop, like switching to windows and launching applications. GNOME Shell takes advantage of the capabilities of modern graphics hardware and introduces innovative user interface concepts to provide a visually attractive and easy to use experience.

All interactions with the project should follow the Code of Conduct.

Supported versions

Upstream gnome-shell only supports the most recent stable release series, the previous stable release series, and the current development release series. Any older stable release series are no longer supported, although they may still receive backported security updates in long-term support distributions. Such support is up to the distributions, though.

Please refer to the schedule to see when a new version will be released.

Reporting bugs

Bugs should be reported to the issue tracking system.

The GNOME handbook has useful information for creating effective issue reports.

If you are using extensions, please confirm that an issue still happens without extensions. To properly disable extensions you can use the extensions-app and then restart your session. Disabling extensions without a restart is not sufficient to rule out extensions as the cause of a bug. If an issue can only be reproduced with a certain extension, please file an issue report against that extension first.

Please note that the issue tracker is meant to be used for actionable issues only.

For support questions, feedback on changes or general discussions, you can use:

Feature requests

gnome-shell is a core compoment of the GNOME desktop experience. As such, any changes in behavior or appearance only happen in accordance with the GNOME design team.

For major changes, it is best to start a discussion on discourse and reach out on the #gnome-design matrix room, and only involve the issue tracker once agreement has been reached.

In particular mockups must be approved by the design team to be considered for implementation.

For enhancements that are limited in scope and well-defined, it is acceptable to directly open a feature request.

When in doubt, it is better to ask before opening an issue.

Contributing

To contribute, open merge requests at https://gitlab.gnome.org/GNOME/gnome-shell.

It can be useful to first look at the GNOME handbook.

If a change likely requires discussion beyond code review, it is probably better to open an issue first, or follow the process for feature requests. Otherwise, creating a separate issue is not required.

The following guidelines will help your change to be successfully merged:

  • Keep the change as small as possible. If you can split it into multiple merge requests, please do so.
  • Use multiple commits. This makes it easier to review and helps to diagnose bugs in the future.
  • Use clear commit messages following the conventions.
  • Pay attention to the CI results. Merge requests cannot be merged until the CI passes.

Documentation

API Reference

  • Meta: Display server and window manager
  • St: Shell toolkit
  • Clutter: OpenGL based scene graph
  • Shell: Non-ui shell objects and utilities
  • See the mutter page for additional documentation

License

GNOME Shell is distributed under the terms of the GNU General Public License, version 2 or later. See the COPYING file for details.