Go to file
Florian Müllner 71d503dc6e st/theme-node-transition: Guard against 0-sized offscreen box
We know beforehand that setting up the framebuffers will fail in
that case, so we can avoid cluttering the log with warnings.

(Although the warning would likely indicate a stylesheet bug)

https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/289

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2326>
2022-08-04 18:12:31 +00:00
.gitlab/issue_templates
.gitlab-ci
.settings
data status/power: Merge with system indicator 2022-08-03 12:41:05 +00:00
docs/reference
js status/power: Merge with system indicator 2022-08-03 12:41:05 +00:00
lint
man
meson
po Update Bulgarian translation 2022-08-03 14:59:56 +00:00
src st/theme-node-transition: Guard against 0-sized offscreen box 2022-08-04 18:12:31 +00:00
subprojects js: Use async D-Bus wrappers 2022-08-01 18:51:14 +00:00
tests
tools
.eslintrc.yml
.gitignore Add small gnome-shell-extension-prefs script 2020-04-28 00:06:19 +02:00
.gitlab-ci.yml ci: Bump mutter image 2022-08-02 15:56:38 +00:00
.gitmodules git: Always use libgnome-volume-control submodule from GNOME group 2022-08-04 18:31:16 +02:00
.jscheckignore init: Set console log domain 2021-09-01 14:55:47 +00:00
config.h.meson
COPYING
gnome-shell.doap
HACKING.md
meson_options.txt
meson.build build: Port to gcr4 2022-08-02 16:13:54 +00:00
NEWS Bump version to 43.alpha 2022-07-10 14:18:49 +02:00
README.md

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.