No description
Find a file
Alessandro Bono 258ad57b87 gdm/util: Cleanup CredentialManager on successful verification
CredentialManagers emit a user-authenticated signal with a token
upon a successful authentication. This marks the service as preempting
and will be used for the next login/unlock request. However, the
preempting service is not cleaned after a successful verification.
As a consequence, it will be picked on a second unlock request.

This doesn't happen after a succesful login request because there
is a transition from the gnome-shell process owened by GDM to the
one owned by the user.

Clean the preempting service on a successful verification, like we
do when the PAM conversation stops.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3291>
2024-06-13 21:56:36 +00:00
.gitlab/issue_templates gitlab: Replace wiki reference in issue templates 2024-02-29 16:59:10 +00:00
.gitlab-ci ci/toolbox: Install glib debuginfo package 2024-06-10 12:53:58 +02:00
.settings Clean out some eclipse artefacts 2019-02-13 04:39:26 +01:00
data data: App icon for captive portal 2024-06-05 15:36:58 +00:00
docs docs: Add instructions for running a full session under valgrind 2024-05-21 12:14:37 +00:00
js gdm/util: Cleanup CredentialManager on successful verification 2024-06-13 21:56:36 +00: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 Portuguese translation 2024-05-28 09:13:00 +00:00
src cleanup: Adapt to removed ClutterColor 2024-06-13 18:29:13 +00:00
subprojects extensions-app: Substitute gettext package in metainfo 2024-06-13 18:34:56 +00:00
tests tests: Remove assertArraysEqual() 2024-05-21 13:42:29 +00:00
tools/toolbox tools/toolbox: Include subprojects in meson-build --dist 2024-05-21 13:42:28 +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: Also store gvc subproject in artifacts 2024-06-13 19:25:50 +02:00
.jscheckignore ci: Don't ignore init.js 2023-04-21 18:28:32 +00:00
config.h.meson shell/app: Remove some dead code 2024-06-13 18:21:01 +00: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.build shell/app: Remove some dead code 2024-06-13 18:21:01 +00:00
meson_options.txt shell: Add device monitor for cameras 2023-07-29 13:55:15 +03:00
NEWS Bump version to 46.1 2024-04-21 14:24:51 +02:00
README.md docs: Fix typo in link to meta-docs 2024-05-28 17:31: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.

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.

There's also a small guide for newcomers with a few more basic tips and tricks.

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.