c494597a91
Make sure gnome-shell gets notified of errors that happen during screen recording using the screencastService, so that it can properly notify the user about the error and tear down its state, too. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2752>
14 lines
370 B
XML
14 lines
370 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/dbusUtils.js</file>
|
|
<file>misc/signals.js</file>
|
|
<file>misc/signalTracker.js</file>
|
|
</gresource>
|
|
</gresources>
|