GNOME Bugzilla – Bug 759700
Fix deprecated file creation mode mask
Last modified: 2015-12-28 22:12:46 UTC
I was inspecting the trace and I found the following warning message: ´´´ Gjs-Message: JS WARNING: [resource:///org/gnome/SoundRecorder/js/application.js 96]: octal literals and octal escape sequences are deprecated ´´´ As the trace says, the common way to set octal masks are deprecated and should be replaced. The attached patch fixes the issue by parsing the octal mask (as string) using parseInt() function.
Created attachment 317692 [details] [review] Mask patch
This problem has been fixed in the unstable development version. The fix will be available in the next major software release. You may need to upgrade your Linux distribution to obtain that newer version. Thanks for the patch! Fix committed here: https://git.gnome.org/browse/gnome-sound-recorder/commit/