GNOME Bugzilla – Bug 725575
Nothing it work
Last modified: 2014-03-04 13:38:35 UTC
With gjs from git master, I not see any title and with clicking on the 'Record' button nothing isn't happen. Some output: (gnome-sound-recorder:26476): Gjs-WARNING **: JS ERROR: ReferenceError: sounds is not defined MainView<.scrolledWinAdd@/usr/share/gnome-sound-recorder/mainWindow.js:324 wrapper@resource:///org/gnome/gjs/modules/lang.js:169 Listview<._onNextFileComplete/<@/usr/share/gnome-sound-recorder/listview.js:155 main@/usr/share/gnome-sound-recorder/main.js:45 start@/usr/share/gnome-sound-recorder/package.js:155 @/usr/bin/gnome-sound-recorder:6 (gnome-sound-recorder:26476): Gjs-WARNING **: JS ERROR: TypeError: view.emptyGrid is undefined RecordButton<._onRecord@/usr/share/gnome-sound-recorder/mainWindow.js:785 wrapper@resource:///org/gnome/gjs/modules/lang.js:169 main@/usr/share/gnome-sound-recorder/main.js:45 start@/usr/share/gnome-sound-recorder/package.js:155 @/usr/bin/gnome-sound-recorder:6 Note: I have gjs from git master
Ah, are you using Hebrew?
This happen also when I run with LANG=C.
Can you try master now and see if it is fixed? If not I'll try again tonight. I have to get ready for work now. Thanks for the report! Much appreciated :)
$ LANG=C gnome-sound-recorder Gjs-Message: JS WARNING: [/usr/share/gnome-sound-recorder/application.js 88]: octal literals and octal escape sequences are deprecated Gjs-Message: JS WARNING: [/usr/share/gnome-sound-recorder/application.js 88]: octal literals and octal escape sequences are deprecated Gjs-Message: JS WARNING: [/usr/share/gnome-sound-recorder/application.js 88]: octal literals and octal escape sequences are deprecated Gjs-Message: JS LOG: Sound Recorder started (gnome-sound-recorder:19423): Gjs-WARNING **: JS ERROR: Error: Expected type utf8 for Argument 'title' but got type 'number' MainView<.scrolledWinAdd@/usr/share/gnome-sound-recorder/mainWindow.js:328 wrapper@resource:///org/gnome/gjs/modules/lang.js:169 Listview<._onNextFileComplete/<@/usr/share/gnome-sound-recorder/listview.js:155 main@/usr/share/gnome-sound-recorder/main.js:45 start@/usr/share/gnome-sound-recorder/package.js:155 @/usr/bin/gnome-sound-recorder:6 (gnome-sound-recorder:19423): Gjs-WARNING **: JS ERROR: TypeError: view.emptyGrid is undefined RecordButton<._onRecord@/usr/share/gnome-sound-recorder/mainWindow.js:784 wrapper@resource:///org/gnome/gjs/modules/lang.js:169 main@/usr/share/gnome-sound-recorder/main.js:45 start@/usr/share/gnome-sound-recorder/package.js:155 @/usr/bin/gnome-sound-recorder:6
OK, I'm going to have to fix it after work then. Thanks again!
OK, I pushed a fix. Can you try it again and confirm that it works? I tested it and it works here.
I still see the problem: $ gnome-sound-recorder Gjs-Message: JS WARNING: [/usr/share/gnome-sound-recorder/application.js 88]: octal literals and octal escape sequences are deprecated Gjs-Message: JS WARNING: [/usr/share/gnome-sound-recorder/application.js 88]: octal literals and octal escape sequences are deprecated Gjs-Message: JS WARNING: [/usr/share/gnome-sound-recorder/application.js 88]: octal literals and octal escape sequences are deprecated Gjs-Message: JS LOG: הקלטת שמע התחילה (gnome-sound-recorder:21675): Gjs-WARNING **: JS ERROR: Error: Expected type utf8 for Argument 'title' but got type 'undefined' MainView<.scrolledWinAdd@/usr/share/gnome-sound-recorder/mainWindow.js:328 wrapper@resource:///org/gnome/gjs/modules/lang.js:169 Listview<._onNextFileComplete/<@/usr/share/gnome-sound-recorder/listview.js:155 main@/usr/share/gnome-sound-recorder/main.js:45 start@/usr/share/gnome-sound-recorder/package.js:155 @/usr/bin/gnome-sound-recorder:6 (gnome-sound-recorder:21675): Gjs-WARNING **: JS ERROR: TypeError: view.emptyGrid is undefined RecordButton<._onRecord@/usr/share/gnome-sound-recorder/mainWindow.js:784 wrapper@resource:///org/gnome/gjs/modules/lang.js:169 main@/usr/share/gnome-sound-recorder/main.js:45 start@/usr/share/gnome-sound-recorder/package.js:155 @/usr/bin/gnome-sound-recorder:6
It's weird, I'm not able to reproduce it :( I switched to Hebrew and I didn't experience it either. Can you try running jhbuild buildone --force -clean gnome-sound-recorder or ask on irc if anyone else is experiencing the problem? I'll see if I can find someone else to duplicate.
I build from a clean tree (clone again) and still see this. This not relate to Hebrew. this happen also in English (LANG=C).
Try pulling
I see you forgot to push...
Works now.
huh? Is it fixed for you or not?
Yes, it fixed for me. This why I mark the bug as fixed :-)
OK, then, thanks for your report!
Thanks you for fixed this...
:) It was a really stupid bug! I'm in the middle of midterms so my mind is elsewhere and my time has been kind of short :( Thanks again!