mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
js: Add support for parental controls filtering to the desktop
Filter the apps shown on the desktop and in search results according to whether they are blacklisted by the user’s parental controls. This supports dynamically updating the filter during the user’s session. This adds an optional dependency on libmalcontent. If that’s unavailable, no parental controls filtering will occur. Signed-off-by: Philip Withnall <withnall@endlessm.com> https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/465
This commit is contained in:
parent
b82039e324
commit
3e5b90dbba
4 changed files with 178 additions and 4 deletions
|
|
@ -23,6 +23,7 @@
|
|||
<file>misc/modemManager.js</file>
|
||||
<file>misc/objectManager.js</file>
|
||||
<file>misc/params.js</file>
|
||||
<file>misc/parentalControlsManager.js</file>
|
||||
<file>misc/permissionStore.js</file>
|
||||
<file>misc/smartcardManager.js</file>
|
||||
<file>misc/systemActions.js</file>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue