mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
quickSettings: Add background apps menu
Sandboxed apps that run without a window are detected by the new background monitoring service, introduced by xdg-desktop-portal. We have an opportunity to improve the predictability of the desktop and ensure that application state in transparently reported to users by showing these apps, and allowing them to closed. Add a new background apps menu to the quick settings, that is always added at the bottom of the popover, and has a slightly custom, flat style applied to it. Show background-running apps in this menu, and allow closing them by first attempting to execute the 'quit' action through D-Bus, and if that fails, sending SIGKILL to the process. See https://gitlab.gnome.org/Teams/Design/os-mockups/-/issues/191 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2624>
This commit is contained in:
parent
055694de9d
commit
7604dd1103
9 changed files with 324 additions and 0 deletions
|
|
@ -135,6 +135,7 @@
|
|||
|
||||
<file>ui/status/accessibility.js</file>
|
||||
<file>ui/status/autoRotate.js</file>
|
||||
<file>ui/status/backgroundApps.js</file>
|
||||
<file>ui/status/brightness.js</file>
|
||||
<file>ui/status/darkMode.js</file>
|
||||
<file>ui/status/dwellClick.js</file>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue