Go to file
Florian Müllner d3c6dd75bb Revert !1999
The changes introduce crashes, so back out until we
figure those out.

This reverts commits ceee53aa0a and 5d5bfe492c.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2022>
2021-11-04 14:08:05 +01:00
.gitlab/issue_templates
.gitlab-ci ci: Use backend-agnostic meson commands 2021-08-24 08:18:26 +00:00
.settings
data theme: Fix high-contrast switches 2021-10-14 14:12:10 +00:00
docs/reference
js Revert !1999 2021-11-04 14:08:05 +01:00
lint eslint: (Mostly) synchronize configuration with gjs 2021-08-24 08:13:19 +00:00
man
meson build: Check sassc errors when generating stylesheets 2021-09-07 12:47:42 +00:00
po Update German translation 2021-11-03 20:33:48 +00:00
src shell/app: Don't move all workspace windows to their startup workspace 2021-11-02 15:38:54 +01:00
subprojects extensions-tool/prefs: Log D-Bus errors 2021-11-02 15:39:08 +01:00
tests
tools
.eslintrc.yml init: Set console log domain 2021-09-01 14:55:47 +00:00
.gitignore
.gitlab-ci.yml ci: Install mutter again on coverity job 2021-10-08 16:17:04 +00:00
.gitmodules
.jscheckignore init: Set console log domain 2021-09-01 14:55:47 +00:00
config.h.meson main: Use mallinfo2 when available at build time 2021-07-07 14:44:30 +00:00
COPYING
gnome-shell.doap
HACKING.md
meson_options.txt build: Add option to turn off tests 2021-09-07 12:53:47 +00:00
meson.build Revert "st: Only use clutter_actor_invalidate_paint_volume() if the API exists" 2021-11-02 15:38:35 +01:00
NEWS Bump version to 41.0 2021-09-19 12:47:55 +02:00
README.md readme: Change "GNOME 3" to "GNOME" 2021-08-11 14:41:15 +00: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.

For more information about GNOME Shell, including instructions on how to build GNOME Shell from source and how to get involved with the project, see the project wiki.

Bugs should be reported to the GNOME bug tracking system. Please refer to the Schedule wiki page to see the supported versions.

Contributing

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

Commit messages should follow the GNOME commit message guidelines. We require an URL to either an issue or a merge request in each commit.

Default branch

The default development branch is main. If you still have a local checkout under the old name, use:

git checkout master
git branch -m master main
git fetch
git branch --unset-upstream
git branch -u origin/main
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main

License

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