Go to file
Florian Müllner 941419e165 appDisplay: Fix dead error handling
gjs includes an override to turn GSettings' asserts into exceptions,
but we'll have to catch that instead of checking for a null return
value.

Spotted by coverity in CID 351268.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1950>
2021-08-13 15:16:54 +02:00
.gitlab/issue_templates
.gitlab-ci ci: Fallback to HEAD when checking out branch 2021-07-18 21:45:46 +00:00
.settings
data theme: Adjust focus ring for entries 2021-08-11 16:13:39 +00:00
docs/reference
js appDisplay: Fix dead error handling 2021-08-13 15:16:54 +02:00
lint
man
meson build: Fix manpage generation at dist time 2021-05-25 18:45:53 +00:00
po Update Portuguese translation 2021-08-13 10:08:22 +00:00
src st/scroll-bar: Remove pointless condition 2021-08-13 15:16:54 +02:00
subprojects Update links to use HEAD instead of master 2021-07-18 21:45:46 +00:00
tests
tools
.eslintrc.yml
.gitignore
.gitlab-ci.yml ci: Update mutter image 2021-08-12 21:01:01 +02:00
.gitmodules
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
meson.build st/settings: Add new disable-show-password setting 2021-07-30 14:17:07 +00:00
NEWS Tag release 40.1 2021-05-13 16:46:39 +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.