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 724866 - Popup Only gray box: Typelib file for namespace 'Sushi' (any version) not found
Popup Only gray box: Typelib file for namespace 'Sushi' (any version) not found
Status: RESOLVED DUPLICATE of bug 727646
Product: sushi
Classification: Core
Component: general
3.11.x
Other Linux
: Normal critical
: ---
Assigned To: Sushi maintainer(s)
Sushi maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-02-21 10:07 UTC by sangu
Modified: 2015-06-26 00:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sangu 2014-02-21 10:07:31 UTC
1. start nautilus
2. move txt , audio or move file
2. click spacebar


$ gdb /usr/libexec/sushi-start
(sushi-start:18834): Gjs-WARNING **: JS ERROR: Error: Requiring Sushi, version none: Typelib file for namespace 'Sushi' (any version) not found
@/usr/share/sushi/js/viewers/text.js:31


** (sushi-start:18834): WARNING **: Unable to parse viewer text.js: JS_EvaluateScript() failed

(sushi-start:18834): Gjs-WARNING **: JS ERROR: Error: Requiring Sushi, version none: Typelib file for namespace 'Sushi' (any version) not found
@/usr/share/sushi/js/viewers/html.js:30


** (sushi-start:18834): WARNING **: Unable to parse viewer html.js: JS_EvaluateScript() failed

(sushi-start:18834): Gjs-WARNING **: JS ERROR: Error: No JS module 'ui' found in search path
@/usr/share/sushi/js/viewers/font.js:26


** (sushi-start:18834): WARNING **: Unable to parse viewer font.js: JS_EvaluateScript() failed

(sushi-start:18834): Gjs-WARNING **: JS ERROR: Error: No JS module 'ui' found in search path
@/usr/share/sushi/js/viewers/image.js:35


** (sushi-start:18834): WARNING **: Unable to parse viewer image.js: JS_EvaluateScript() failed

(sushi-start:18834): Gjs-WARNING **: JS ERROR: Error: No JS module 'util' found in search path
@/usr/share/sushi/js/viewers/gst.js:36


** (sushi-start:18834): WARNING **: Unable to parse viewer gst.js: JS_EvaluateScript() failed

(sushi-start:18834): Gjs-WARNING **: JS ERROR: Error: Requiring Sushi, version none: Typelib file for namespace 'Sushi' (any version) not found
@/usr/share/sushi/js/viewers/audio.js:30


** (sushi-start:18834): WARNING **: Unable to parse viewer audio.js: JS_EvaluateScript() failed

(sushi-start:18834): Gjs-WARNING **: JS ERROR: Error: Requiring Sushi, version none: Typelib file for namespace 'Sushi' (any version) not found
@/usr/share/sushi/js/viewers/evince.js:30


** (sushi-start:18834): WARNING **: Unable to parse viewer evince.js: JS_EvaluateScript() failed

(sushi-start:18834): Gjs-WARNING **: JS ERROR: Error: No JS module 'ui' found in search path
@main.c:1


** (sushi-start:18834): ERROR **: Failed to load main javascript: JS_EvaluateScript() failed

Program received signal SIGTRAP, Trace/breakpoint trap.
g_logv (log_domain=0x0, log_level=G_LOG_LEVEL_ERROR, format=<optimized out>, 
    args=args@entry=0x7fffffffdf60) at gmessages.c:1038
1038		  g_private_set (&g_log_depth, GUINT_TO_POINTER (depth));
(gdb) bt
  • #0 g_logv
    at gmessages.c line 1038
  • #1 g_log
    at gmessages.c line 1071
  • #2 main

Comment 1 sangu 2014-02-21 10:20:35 UTC
sushi-3.11.90-2.fc21.x86_64
cogl-1.17.4-2.fc21.x86_64
Comment 2 Ulrich Keller 2014-06-13 07:51:32 UTC
This bug is affecting me and many other Arch Linux users with Gnome 3.12 too. There is an Arch forum thread on this issue here:

https://bbs.archlinux.org/viewtopic.php?id=180667

and a bug report (with screenshot) here:

https://bugs.archlinux.org/task/40145

All affected users who have given information on their setup seem to be using Intel graphics.
Comment 3 Cosimo Cecchi 2015-06-26 00:56:17 UTC
I believe this is another occurrence of bug 727646, i.e. it was using an older GJS than required.
Seems to work fine here now in any case.

*** This bug has been marked as a duplicate of bug 727646 ***