Go to file
Jonas Dreßler c494597a91 screencastService: Signal errors via the internal dbus interface
Make sure gnome-shell gets notified of errors that happen during screen
recording using the screencastService, so that it can properly notify the
user about the error and tear down its state, too.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2752>
2023-04-26 13:35:57 +02:00
.gitlab/issue_templates
.gitlab-ci
.settings Clean out some eclipse artefacts 2019-02-13 04:39:26 +01:00
data screencastService: Signal errors via the internal dbus interface 2023-04-26 13:35:57 +02:00
docs/reference docs: Remove invalid XInclude 2023-04-24 10:55:40 +08:00
js screencastService: Signal errors via the internal dbus interface 2023-04-26 13:35:57 +02:00
lint lint: Transition to gjs' object spacing rule 2022-07-18 21:54:22 +00:00
man
meson build: Use meson's gnome.post_install() 2021-12-23 15:52:21 +00:00
po
src
subprojects Bump version to 44.1 2023-04-24 10:26:56 +02:00
tests
tools/build
.eslintrc.yml
.gitignore
.gitlab-ci.yml ci: Update JS tooling 2023-04-21 18:28:32 +00:00
.gitmodules git: Always use libgnome-volume-control submodule from GNOME group 2022-08-04 18:31:16 +02:00
.jscheckignore
config.h.meson
COPYING
gnome-shell.doap
HACKING.md *: Fix spelling mistakes found by codespell 2020-08-21 18:25:09 +00:00
meson_options.txt
meson.build Bump version to 44.1 2023-04-24 10:26:56 +02:00
NEWS Bump version to 44.1 2023-04-24 10:26:56 +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. If a merge request fixes an existing issue, it is good practice to append the full issue URL to each commit message. Try to always prefix commit subjects with a relevant topic, such as panel: or status/network:, and it's always better to write too much in the commit message body than too little.

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.