mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Add a small service that exposes the Fdo notification API under the well-known name, and forwards any requests to the actual implementation in the shell. That way any app with permission to talk to org.freedesktop.Notifications will get exactly that, and nothing more. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/547
11 lines
302 B
XML
11 lines
302 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/Shell/Notifications/js">
|
|
<file>main.js</file>
|
|
<file>notificationDaemon.js</file>
|
|
<file>dbusService.js</file>
|
|
|
|
<file>misc/config.js</file>
|
|
<file>misc/fileUtils.js</file>
|
|
</gresource>
|
|
</gresources>
|