dbusServices/screencast: Save under resolved file path

... instead of using the original template as file name.

https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3097
This commit is contained in:
Florian Müllner 2020-09-02 16:26:34 +02:00
parent f8c043800b
commit b3f35912be

View File

@ -352,7 +352,7 @@ var ScreencastService = class extends ServiceImplementation {
sessionPath,
0, 0,
screenWidth, screenHeight,
fileTemplate,
filePath,
options,
invocation,
_recorder => this._removeRecorder(sender));