GNOME Bugzilla – Bug 744989
gnome-sound-recorder creates 'Recordings' folder on startup
Last modified: 2015-05-19 02:04:55 UTC
I don't often use gnome-sound-recorder, but I have it installed. Sometime I start it by accident when trying to open the "Sound" panel in the settings via gnome-shell search. When this happens, gnome-sound-recorder will immediately create a 'Recordings' folder in my home directory, even if I don't actually make a recording. It would be nice if the creation of this folder were delayed until a recording was actually started.
A closely-related bug: 1) start gnome-sound-recorder 2) remove the 'Recordings' folder 3) click "Record" You will be presented with a dialog with the following error: Unable to set the pipeline to the recording state OK and nothing else will happen.
Thanks, I'll take a look.
https://git.gnome.org/browse/gnome-sound-recorder/commit/?id=c0b5edd249050ee3d3be169431f2c16604144a1d I decided to continue to create the directory on startup, but also re-create the directory if it's not present at the time of file creation. Thanks for the report :)