After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 725575 - Nothing it work
Nothing it work
Status: RESOLVED FIXED
Product: gnome-sound-recorder
Classification: Other
Component: General
3.11.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-sound-recorder maintainer(s)
gnome-sound-recorder maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-03-03 13:56 UTC by Yosef Or Boczko
Modified: 2014-03-04 13:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Yosef Or Boczko 2014-03-03 13:56:39 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
Comment 1 Meg Ford 2014-03-03 13:58:50 UTC
Ah, are you using Hebrew?
Comment 2 Yosef Or Boczko 2014-03-03 13:59:29 UTC
This happen also when I run with LANG=C.
Comment 3 Meg Ford 2014-03-03 14:10:56 UTC
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 :)
Comment 4 Yosef Or Boczko 2014-03-03 14:13:08 UTC
$ 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
Comment 5 Meg Ford 2014-03-03 14:27:57 UTC
OK, I'm going to have to fix it after work then. Thanks again!
Comment 6 Meg Ford 2014-03-04 01:58:53 UTC
OK, I pushed a fix. Can you try it again and confirm that it works? I tested it and it works here.
Comment 7 Yosef Or Boczko 2014-03-04 11:03:28 UTC
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
Comment 8 Meg Ford 2014-03-04 12:51:09 UTC
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.
Comment 9 Yosef Or Boczko 2014-03-04 13:08:27 UTC
I build from a clean tree (clone again) and still see this.
This not relate to Hebrew. this happen also in English (LANG=C).
Comment 10 Meg Ford 2014-03-04 13:13:36 UTC
Try pulling
Comment 11 Yosef Or Boczko 2014-03-04 13:15:06 UTC
I see you forgot to push...
Comment 12 Yosef Or Boczko 2014-03-04 13:16:40 UTC
Works now.
Comment 13 Meg Ford 2014-03-04 13:20:05 UTC
huh? Is it fixed for you or not?
Comment 14 Yosef Or Boczko 2014-03-04 13:29:20 UTC
Yes, it fixed for me.
This why I mark the bug as fixed :-)
Comment 15 Meg Ford 2014-03-04 13:30:21 UTC
OK, then, thanks for your report!
Comment 16 Yosef Or Boczko 2014-03-04 13:32:02 UTC
Thanks you for fixed this...
Comment 17 Meg Ford 2014-03-04 13:38:35 UTC
:) 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!