2b0731ab81
Move the screencasting into a separate D-Bus service process, using PipeWire instead of Clutter API. The service is implemented in Javascript using the dbusService.js helper, and implements the same API as was done by screencast.js and the corresponding C code. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1372
12 lines
298 B
XML
12 lines
298 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/Shell/Screencast/js">
|
|
<file>main.js</file>
|
|
<file>screencastService.js</file>
|
|
<file>dbusService.js</file>
|
|
|
|
<file>misc/config.js</file>
|
|
<file>misc/fileUtils.js</file>
|
|
</gresource>
|
|
</gresources>
|