af5aff3251
Commit 799bbdb50
split out the public Fdo notification service, so
that any app with permission to talk to org.freedesktop.Notifications
will in fact be limited to that service.
To a somewhat lesser extent this applies to the org.gnome.ScreenSaver
service as well, which some applications still use instead of the
Inhibit portal.
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3452
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1520>
12 lines
294 B
XML
12 lines
294 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/ScreenSaver/js">
|
|
<file>main.js</file>
|
|
<file>screenSaverService.js</file>
|
|
<file>dbusService.js</file>
|
|
|
|
<file>misc/config.js</file>
|
|
<file>misc/fileUtils.js</file>
|
|
</gresource>
|
|
</gresources>
|